[Monodevelop-patches-list] r910 - trunk/MonoDevelop/build/AddIns
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Feb 14 19:13:56 EST 2004
Author: tberman
Date: 2004-02-14 19:13:56 -0500 (Sat, 14 Feb 2004)
New Revision: 910
Modified:
trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin
trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
Log:
some more menu de-cruftification.
i think i could get a job doing this professionally.
just need a nice company name...
Modified: trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin 2004-02-14 21:52:34 UTC (rev 909)
+++ trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin 2004-02-15 00:13:56 UTC (rev 910)
@@ -41,13 +41,13 @@
<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ProjectBrowserNode">
<!-- AddIn to the project browser context menu -->
- <Conditional activeproject="*">
+ <!-- <Conditional activeproject="*">
<MenuItem id = "ExportToHtml"
insertafter = "GenerateDocumentation"
insertbefore = "SetAsStartupProjectSeparator"
label = "${res:ProjectComponent.ContextMenu.HtmlExport}"
class = "ICSharpCode.SharpDevelop.DefaultEditor.Commands.ExportProjectToHtml"/>
- </Conditional>
+ </Conditional> -->
</Extension>
<Extension path = "/SharpDevelop/Workbench/Views">
Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-14 21:52:34 UTC (rev 909)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-15 00:13:56 UTC (rev 910)
@@ -250,21 +250,21 @@
label = "${res:ProjectComponent.ContextMenu.Rename}"
shortcut = "F2"
class = "ICSharpCode.SharpDevelop.Commands.ProjectBrowser.RenameEntryEvent"/>
- <MenuItem id = "RemoveRenameSeparator" label = "-" />
- <MenuItem id = "RunTests"
+ <!-- <MenuItem id = "RemoveRenameSeparator" label = "-" /> -->
+ <!-- <MenuItem id = "RunTests"
label = "${res:ProjectComponent.ContextMenu.RunTests}"
class = "ICSharpCode.SharpDevelop.Commands.RunTestsInProject"/>
<MenuItem id = "Deploy"
label = "${res:ProjectComponent.ContextMenu.Deploy}" />
- <MenuItem id = "TestsDeploySeparator" label = "-" />
+ <MenuItem id = "TestsDeploySeparator" label = "-" /> -->
<!-- <MenuItem id = "ViewDocumentation"
label = "${res:ProjectComponent.ContextMenu.ViewDocumentation}"
class = "ICSharpCode.SharpDevelop.Commands.ViewProjectDocumentation"/> -->
- <MenuItem id = "GenerateDocumentation"
+ <!-- <MenuItem id = "GenerateDocumentation"
label = "${res:ProjectComponent.ContextMenu.GenerateDocumentation}"
- class = "ICSharpCode.SharpDevelop.Commands.GenerateProjectDocumentation"/>
+ class = "ICSharpCode.SharpDevelop.Commands.GenerateProjectDocumentation"/> -->
<MenuItem id = "SetAsStartupProjectSeparator" label = "-" />
<MenuItem id = "SetAsStartupProject"
More information about the Monodevelop-patches-list
mailing list