[Monodevelop-patches-list] r897 - trunk/MonoDevelop/build/AddIns
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Feb 14 00:51:24 EST 2004
Author: tberman
Date: 2004-02-14 00:51:24 -0500 (Sat, 14 Feb 2004)
New Revision: 897
Modified:
trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
Log:
<!-- --> these menu items as:
a1) They dont work
b2) They look ugly with ${Project in them
c3) Fuck em all
Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-14 05:18:23 UTC (rev 896)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-14 05:51:24 UTC (rev 897)
@@ -758,7 +758,7 @@
shortcut = "Alt|F8"
class = "ICSharpCode.SharpDevelop.Commands.CompileAll"/>
<MenuItem id = "Separator1" label = "-" />
- <Conditional activeproject="*">
+ <!-- <Conditional activeproject="*">
<MenuItem id = "BuildProject"
label = "${res:XML.MainMenu.RunMenu.BuildProject}"
description = "${res:XML.MainMenu.RunMenu.BuildProject.Description}"
@@ -771,7 +771,7 @@
shortcut = "Alt|F9"
class = "ICSharpCode.SharpDevelop.Commands.RebuildCurrentProject"/>
<MenuItem id = "Separator2" label = "-" />
- </Conditional>
+ </Conditional> -->
<MenuItem id = "Run"
label = "${res:XML.MainMenu.RunMenu.Run}"
icon = "Icons.16x16.RunProgramIcon"
More information about the Monodevelop-patches-list
mailing list