[Monodevelop-patches-list] r1432 - trunk/MonoDevelop/build/AddIns
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Apr 10 13:19:51 EDT 2004
Author: tberman
Date: 2004-04-10 13:19:51 -0400 (Sat, 10 Apr 2004)
New Revision: 1432
Modified:
trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin.xml
trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin.xml
Log:
removing useless separator, adding a different one
Modified: trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin.xml
===================================================================
--- trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin.xml 2004-04-10 05:12:21 UTC (rev 1431)
+++ trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin.xml 2004-04-10 17:19:51 UTC (rev 1432)
@@ -365,17 +365,18 @@
class = "MonoDevelop.EditorBindings.Gui.OptionPanels.BehaviorTextEditorPanel"/>
</DialogPanel>
</Extension>
-
+
+<!--
<Extension path = "/SharpDevelop/Workbench/MainMenu/Tools">
<Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
- <!--<MenuItem id = "InsertColor"
+ <MenuItem id = "InsertColor"
insertafter = "Separator1" insertbefore = "Separator2"
_label = "${res:XML.MainMenu.ToolMenu.InsColor}"
description = "${res:XML.MainMenu.ToolMenu.InsColor.Description}"
- class = "MonoDevelop.DefaultEditor.Commands.ShowColorDialog"/> -->
+ class = "MonoDevelop.DefaultEditor.Commands.ShowColorDialog"/>
<MenuItem id = "Separator2" _label = "-" />
- <!-- <MenuItem id = "GenerateCodeAction"
+ <MenuItem id = "GenerateCodeAction"
insertafter = "Separator2"
_label = "${res:XML.MainMenu.ToolMenu.GenerateCode}"
description = "${res:XML.MainMenu.ToolMenu.GenerateCode.Description}"
@@ -385,10 +386,10 @@
description = "${res:XML.MainMenu.ToolMenu.QuickXmlDoc.Description}"
shortcut = "Control|Q"
class = "MonoDevelop.DefaultEditor.Commands.QuickDocumentation"/>
- <MenuItem id = "Separator3" _label = "-" /> -->
+ <MenuItem id = "Separator3" _label = "-" />
</Conditional>
</Extension>
-
+-->
<Extension path = "/SharpDevelop/DefaultEditor/SearchAndReplace/WildcardHelpPath">
<MenuItem id = "*Char"
_label = "* Zero or more of any character" />
Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin.xml
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin.xml 2004-04-10 05:12:21 UTC (rev 1431)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin.xml 2004-04-10 17:19:51 UTC (rev 1432)
@@ -558,6 +558,8 @@
icon = "Icons.16x16.OpenFileIcon"
shortcut = "Control|O"
class = "MonoDevelop.Commands.OpenFile"/>
+
+ <MenuItem id = "OpenSep" _label = "-"/>
<Conditional activewindow="*" action="Disable">
<MenuItem id = "CloseFile"
More information about the Monodevelop-patches-list
mailing list