[MonoDevelop] [Patch] Context menu lacks breakpoint items

Lluis Sanchez Gual lluis at novell.com
Thu Jan 8 10:32:20 EST 2009


Patch committed. Thanks!

El jue, 08-01-2009 a las 00:53 -0800, Vadim Chekan escribió:
> 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">
> 
> 



More information about the Monodevelop-list mailing list