[MonoDevelop] [Patch] Context menu lacks breakpoint items
    Vadim Chekan 
    kot.begemot at gmail.com
       
    Thu Jan  8 03:53:58 EST 2009
    
    
  
It seems "MonoDevelop.Ide.Commands" has been moved to
"MonoDevelop.Debugger.DebugCommands" at some point and xml haven't
been updated.
As result it is not possible to set breakpoint with right click on the
left bar of editor.
Cheers,
Vadim.
Index: main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.addin.xml
===================================================================
--- main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.addin.xml	(revision
122741)
+++ main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.addin.xml	(working
copy)
@@ -98,13 +98,13 @@
 		<CommandItem id = "MonoDevelop.Ide.Commands.SearchCommands.ToggleBookmark" />
 		<CommandItem id = "MonoDevelop.Ide.Commands.SearchCommands.ClearBookmarks" />
 		<SeparatorItem id = "Separator1" />
-		<CommandItem id = "MonoDevelop.Ide.Commands.DebugCommands.NewBreakpoint" />
-		<CommandItem id =
"MonoDevelop.Ide.Commands.DebugCommands.RemoveBreakpoint" />
-		<CommandItem id =
"MonoDevelop.Ide.Commands.DebugCommands.ToggleBreakpoint" />
-		<CommandItem id =
"MonoDevelop.Ide.Commands.DebugCommands.EnableDisableBreakpoint" />
-		<CommandItem id =
"MonoDevelop.Ide.Commands.DebugCommands.DisableAllBreakpoints" />
-		<CommandItem id =
"MonoDevelop.Ide.Commands.DebugCommands.ClearAllBreakpoints" />
-		<CommandItem id =
"MonoDevelop.Ide.Commands.DebugCommands.ShowBreakpointProperties" />
+		<CommandItem id = "MonoDevelop.Debugger.DebugCommands.NewBreakpoint" />
+		<CommandItem id = "MonoDevelop.Debugger.DebugCommands.RemoveBreakpoint" />
+		<CommandItem id = "MonoDevelop.Debugger.DebugCommands.ToggleBreakpoint" />
+		<CommandItem id =
"MonoDevelop.Debugger.DebugCommands.EnableDisableBreakpoint" />
+		<CommandItem id =
"MonoDevelop.Debugger.DebugCommands.DisableAllBreakpoints" />
+		<CommandItem id = "MonoDevelop.Debugger.DebugCommands.ClearAllBreakpoints" />
+		<CommandItem id =
"MonoDevelop.Debugger.DebugCommands.ShowBreakpointProperties" />
 	</Extension>
 	
 	<Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/TextEditor">
-- 
>From RFC 2631: In ASN.1, EXPLICIT tagging is implicit unless IMPLICIT
is explicitly specified
    
    
More information about the Monodevelop-list
mailing list