[svn]
r7210: vs-plugin/trunk/Nemerle.VsIntegration/CtcComponents/PkgCmd.ctc
phantom
svnadmin at nemerle.org
Fri Jan 5 17:43:52 CET 2007
Log:
Menu disabled (by numerous requests of labor). ;)
Author: phantom
Date: Fri Jan 5 17:43:51 2007
New Revision: 7210
Modified:
vs-plugin/trunk/Nemerle.VsIntegration/CtcComponents/PkgCmd.ctc
Modified: vs-plugin/trunk/Nemerle.VsIntegration/CtcComponents/PkgCmd.ctc
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/CtcComponents/PkgCmd.ctc (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/CtcComponents/PkgCmd.ctc Fri Jan 5 17:43:51 2007
@@ -63,7 +63,8 @@
// use the menu as parent for itself because this it is not supposed to have any parent.
// Menu's ID Parent Priority Type Name Text
- guidNemerleProjectCmdSet:NemerleTopLevelMenu, guidNemerleProjectCmdSet:VsTopLevelMenuGroup, 0x000, , "NemerleMenu", "&Nemerle" ;
+//phantom: if you want the menu back, uncomment
+// guidNemerleProjectCmdSet:NemerleTopLevelMenu, guidNemerleProjectCmdSet:VsTopLevelMenuGroup, 0x000, , "NemerleMenu", "&Nemerle" ;
guidNemerleProjectCmdSet:Selection, guidNemerleProjectCmdSet:NemerleGroup, 0x000, , "NemerleSelection", "&Selection" ;
guidNemerleProjectCmdSet:Refactor, guidNemerleProjectCmdSet:NemerleGroup, 0x000, , "NemerleRefactor", "&Refactor" ;
More information about the svn
mailing list