Browse Source

add back DecompileAllCommand for debugging

pull/728/head
Siegfried Pammer 9 years ago
parent
commit
23a3f46e90
  1. 4
      ILSpy/Commands/DecompileAllCommand.cs

4
ILSpy/Commands/DecompileAllCommand.cs

@ -24,7 +24,7 @@ using System.Threading.Tasks; @@ -24,7 +24,7 @@ using System.Threading.Tasks;
using ICSharpCode.ILSpy.TextView;
namespace ICSharpCode.ILSpy
{/*
{
[ExportMainMenuCommand(Menu = "_File", Header = "DEBUG -- Decompile All", MenuCategory = "Open", MenuOrder = 2.5)]
sealed class DecompileAllCommand : SimpleCommand
{
@ -63,7 +63,7 @@ namespace ICSharpCode.ILSpy @@ -63,7 +63,7 @@ namespace ICSharpCode.ILSpy
return output;
}, ct)).Then(output => MainWindow.Instance.TextView.ShowText(output)).HandleExceptions();
}
}*/
}
}
#endif
Loading…
Cancel
Save