[Monodevelop-patches-list] r1405 - trunk/MonoDevelop/build/AddIns
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Tue Apr 6 23:49:20 EDT 2004
Author: tberman
Date: 2004-04-06 23:49:20 -0400 (Tue, 06 Apr 2004)
New Revision: 1405
Modified:
trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin.xml
Log:
remove the submenu stuff, just put them in the main menu...
Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin.xml
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin.xml 2004-04-07 01:24:27 UTC (rev 1404)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin.xml 2004-04-07 03:49:20 UTC (rev 1405)
@@ -524,21 +524,19 @@
<Extension path = "/SharpDevelop/Workbench/MainMenu">
<MenuItem id = "File" _label = "File">
- <MenuItem id = "New" _label = "New">
<MenuItem id = "File"
- _label = "File..."
+ _label = "New File..."
icon = "Icons.16x16.NewDocumentIcon"
description = "${res:XML.MainMenu.FileMenu.New.File.Description}"
shortcut = "Control|N"
class = "MonoDevelop.Commands.CreateNewFile"/>
<MenuItem id = "Project"
- _label = "Solution/Project..."
+ _label = "New Solution/Project..."
icon = "Icons.16x16.NewProjectIcon"
description = "${res:XML.MainMenu.FileMenu.New.Project.Description}"
shortcut = "Control|Shift|N"
class = "MonoDevelop.Commands.CreateNewProject"/>
- </MenuItem>
<!-- <MenuItem id = "Open" _label = "Open">
<MenuItem id = "File"
@@ -561,10 +559,9 @@
shortcut = "Control|O"
class = "MonoDevelop.Commands.OpenFile"/>
- <MenuItem id = "Close" _label = "Close">
<Conditional activewindow="*" action="Disable">
<MenuItem id = "CloseFile"
- _label = "File"
+ _label = "Close File"
description = "${res:XML.MainMenu.FileMenu.Close.File.Desription}"
icon = "Icons.16x16.CloseIcon"
shortcut = "Control|W"
@@ -572,13 +569,12 @@
</Conditional>
<Conditional iscombineopen="True" action="Disable">
<MenuItem id = "CloseCombine"
- _label = "Solution"
+ _label = "Close Solution"
description = "${res:XML.MainMenu.FileMenu.Close.Project.Desription}"
icon = "Icons.16x16.CloseCombineIcon"
shortcut = "Control|Shift|W"
class = "MonoDevelop.Commands.ClearCombine"/>
</Conditional>
- </MenuItem>
<MenuItem id = "ReloadSeparator" _label = "-" />
<MenuItem id = "Reloadfile"
More information about the Monodevelop-patches-list
mailing list