Browse Source

Don't show context menu of usual AssemblyTreeNodes for DebuggerModuleTreeNodes. OpenFromGacDialog now using SD's default dialog style.

newNRILSpyDebugger
Andreas Weizel 12 years ago
parent
commit
74af3970e7
  1. 5
      src/AddIns/Debugger/Debugger.AddIn/Pads/ClassBrowserSupport.cs
  2. 2
      src/Main/SharpDevelop/Dom/ClassBrowser/OpenFromGacDialog.xaml

5
src/AddIns/Debugger/Debugger.AddIn/Pads/ClassBrowserSupport.cs

@ -135,6 +135,11 @@ namespace ICSharpCode.SharpDevelop.Gui.Pads
} }
} }
public override void ShowContextMenu()
{
// Don't show context menu as for usual AssemblyTreeNodes.
}
static IAssemblyModel CreateAssemblyModel(Module module) static IAssemblyModel CreateAssemblyModel(Module module)
{ {
// references?? // references??

2
src/Main/SharpDevelop/Dom/ClassBrowser/OpenFromGacDialog.xaml

@ -4,7 +4,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:core="http://icsharpcode.net/sharpdevelop/core" xmlns:core="http://icsharpcode.net/sharpdevelop/core"
Title="Open From GAC" Title="Open From GAC"
Style="{DynamicResource DialogWindow}" Style = "{x:Static core:GlobalStyles.DialogWindowStyle}"
WindowStartupLocation="CenterOwner" WindowStartupLocation="CenterOwner"
ResizeMode="CanResizeWithGrip" ResizeMode="CanResizeWithGrip"
MinWidth="200" MinWidth="200"

Loading…
Cancel
Save