[Monodevelop-patches-list] r902 - trunk/MonoDevelop/build/AddIns

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sat Feb 14 02:59:06 EST 2004


Author: tberman
Date: 2004-02-14 02:59:06 -0500 (Sat, 14 Feb 2004)
New Revision: 902

Modified:
   trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin
   trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
Log:
come here you dirty fucker and get removed


Modified: trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin	2004-02-14 06:59:20 UTC (rev 901)
+++ trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin	2004-02-14 07:59:06 UTC (rev 902)
@@ -246,6 +246,7 @@
 		</MenuItem>
 	</Extension>
 	
+	<!--
 	<Extension path = "/SharpDevelop/Workbench/MainMenu/Window">
 		<Conditional activewindow="ICSharpCode.SharpDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
 			<MenuItem id = "SplitTextEditor"
@@ -257,6 +258,7 @@
 			          class ="ICSharpCode.SharpDevelop.DefaultEditor.Commands.SplitTextEditor"/>
 		</Conditional> 
 	</Extension>
+	-->
 	
 	<Extension path = "/SharpDevelop/Workbench/MainMenu/Edit">
                 <MenuItem insertafter = "Delete" insertbefore = "SelectAll" id = "Separator2" label = "-" />

Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin	2004-02-14 06:59:20 UTC (rev 901)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin	2004-02-14 07:59:06 UTC (rev 902)
@@ -784,10 +784,10 @@
 	        <MenuItem id = "Tools" 
 	                  label = "${res:XML.MainMenu.ToolMenu}">
 	                <MenuItem id = "ToolBuilder" label = "boguslabel" class = "ICSharpCode.SharpDevelop.Commands.ToolMenuBuilder" />
-	                <MenuItem id = "Separator1" label = "-" />
+	                <!-- <MenuItem id = "Separator1" label = "-" /> -->
 	                
-	                <MenuItem id = "Separator4" label = "-" />
-			<Conditional action = "Disable">
+	                <!-- <MenuItem id = "Separator4" label = "-" /> -->
+			<!-- <Conditional action = "Disable">
 				<Or>
 					<Condition activewindow="ICSharpCode.SharpDevelop.FormDesigner.FormDesignerDisplayBindingWrapper"/>
 					<Condition activewindow="ICSharpCode.SharpDevelop.FormDesigner.CSharpDesignerDisplayBindingWrapper"/>
@@ -797,14 +797,14 @@
 		                          label = "${res:XML.MainMenu.ToolMenu.ConvertBufferToVBNET}" 
 		                          description = "${res:XML.MainMenu.ToolMenu.ConvertBufferToVBNET.Description}"
 		                          class = "ICSharpCode.SharpDevelop.Commands.VBConvertBuffer"/>
-			</Conditional>
+			</Conditional> -->
 
 	<!-- ORIGINAL #D COMMENT <MenuItem id = "ConvertProject"
 	                          label = "Convert C# Project to VB.NET" 
 	                          description = "Converts the current selected C# project to VB.NET"
 	                          class = "ICSharpCode.SharpDevelop.Commands.VBConvertProject"/>-->
 
-	                <MenuItem id = "Separator5" label = "-" />
+	                <!-- <MenuItem id = "Separator5" label = "-" /> -->
 	               
 			<MenuItem id = "Options"
 	                          label = "${res:XML.MainMenu.ToolMenu.Options}" 




More information about the Monodevelop-patches-list mailing list