[Monodevelop-patches-list] r1013 - trunk/MonoDevelop/build/AddIns
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Mon Feb 23 23:25:23 EST 2004
Author: tberman
Date: 2004-02-23 23:25:23 -0500 (Mon, 23 Feb 2004)
New Revision: 1013
Modified:
trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin
trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
Log:
cleaning out cruft from the project menu
Modified: trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin 2004-02-23 22:51:10 UTC (rev 1012)
+++ trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin 2004-02-24 04:25:23 UTC (rev 1013)
@@ -30,13 +30,13 @@
<Extension path = "/SharpDevelop/Workbench/MainMenu/Project">
<!-- AddIn to the Project Add Menu -->
- <Conditional activeproject="*">
+ <!-- <Conditional activeproject="*">
<MenuItem id = "ExportToHtml"
insertafter = "GenerateDocumentation"
insertbefore = "Separator2"
label = "${res:ProjectComponent.ContextMenu.HtmlExport}"
class = "ICSharpCode.SharpDevelop.DefaultEditor.Commands.ExportProjectToHtml"/>
- </Conditional>
+ </Conditional> -->
</Extension>
<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ProjectBrowserNode">
Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-23 22:51:10 UTC (rev 1012)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-24 04:25:23 UTC (rev 1013)
@@ -714,25 +714,25 @@
<Conditional iscombineopen="True">
<MenuItem id = "Project" label = "${res:XML.MainMenu.ProjectMenu}">
<Conditional activeproject="*" action="Disable">
- <MenuItem id = "RunTests"
+ <!-- <MenuItem id = "RunTests"
label = "${res:XML.MainMenu.ProjectMenu.RunTests}"
description = "${res:XML.MainMenu.ProjectMenu.RunTests.Description}"
- class = "ICSharpCode.SharpDevelop.Commands.RunTestsInProject"/>
+ class = "ICSharpCode.SharpDevelop.Commands.RunTestsInProject"/> -->
- <MenuItem id = "Deploy"
+ <!-- <MenuItem id = "Deploy"
label = "${res:XML.MainMenu.ProjectMenu.Deploy}"
description = "${res:XML.MainMenu.ProjectMenu.Deploy.Description}"
- class = "ICSharpCode.SharpDevelop.Commands.DeployProject"/>
- <MenuItem id = "Separator1" label = "-" />
+ class = "ICSharpCode.SharpDevelop.Commands.DeployProject"/> -->
+ <!-- <MenuItem id = "Separator1" label = "-" /> -->
<!-- ORIGINAL #D COMMENT <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 = "Separator2" label = "-" />
+ <!-- <MenuItem id = "Separator2" label = "-" /> -->
<MenuItem id = "Options"
label = "${res:XML.MainMenu.ProjectMenu.Options}"
description = "${res:XML.MainMenu.ProjectMenu.Options.Description}"
More information about the Monodevelop-patches-list
mailing list