[Monodevelop-patches-list] r2704 - trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor
Lluis Sanchez <lluis@ximian.com>
lluis at mono-cvs.ximian.com
Wed Aug 3 05:37:58 EDT 2005
Author: lluis
Date: 2005-08-03 05:37:57 -0400 (Wed, 03 Aug 2005)
New Revision: 2704
Modified:
trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog
trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/MonoDevelopEditor.addin.xml
Log:
2005-08-03 Lluis Sanchez Gual <lluis at novell.com>
* MonoDevelopEditor.addin.xml: Removed old menu entries.
Modified: trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog 2005-08-03 09:36:30 UTC (rev 2703)
+++ trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog 2005-08-03 09:37:57 UTC (rev 2704)
@@ -1,3 +1,7 @@
+2005-08-03 Lluis Sanchez Gual <lluis at novell.com>
+
+ * MonoDevelopEditor.addin.xml: Removed old menu entries.
+
2005-07-27 Lluis Sanchez Gual <lluis at novell.com>
* Gui/SourceEditorDisplayBinding.cs: Make sure the PropertyChanged
Modified: trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/MonoDevelopEditor.addin.xml
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/MonoDevelopEditor.addin.xml 2005-08-03 09:36:30 UTC (rev 2703)
+++ trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/MonoDevelopEditor.addin.xml 2005-08-03 09:37:57 UTC (rev 2704)
@@ -98,7 +98,7 @@
<CommandItem id = "MonoDevelop.Commands.FileCommands.Save" />
<CommandItem id = "MonoDevelop.Commands.FileCommands.SaveAs" />
<CommandItem id = "MonoDevelop.Commands.FileCommands.CloseFile" />
- <MenuItem id = "Separator2" _label = "-" />
+ <SeparatorItem id = "Separator2" _label = "-" />
<CommandItem id = "MonoDevelop.Commands.EditCommands.CommentCode" />
<CommandItem id = "MonoDevelop.Commands.EditCommands.UncommentCode" />
<CommandItem id = "MonoDevelop.Commands.EditCommands.IndentSelection" />
@@ -300,18 +300,6 @@
</Conditional>
</Extension>
-->
- <Extension path = "/SharpDevelop/DefaultEditor/SearchAndReplace/WildcardHelpPath">
- <MenuItem id = "*Char"
- _label = "* Zero or more of any character" />
- <MenuItem id = "?Char"
- _label = "? Any single character" />
- <MenuItem id = "#Char"
- _label = "# Any single digit" />
- <MenuItem id = "[]Char"
- _label = "[] Any one character in the set" />
- <MenuItem id = "[!]Char"
- _label = "[!] Any one character not in the set" />
- </Extension>
<!-- Note : Most actions are put directly into the control, because
they're used for the standalone version too, only put keys in the
More information about the Monodevelop-patches-list
mailing list