[Monodevelop-patches-list] r1370 - in trunk/MonoDevelop: build/AddIns build/AddIns/AddIns/BackendBindings build/AddIns/AddIns/Misc/StartPage data/resources po src/AddIns/DebuggerAddIn src/Libraries/MonoDevelop.Core src/Libraries/MonoDevelop.Core/AddIns src/Main/Base src/Main/Base/Internal/Codons src/Main/Base/Internal/Codons/MenuItems

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sun Apr 4 09:37:20 EDT 2004


Author: tberman
Date: 2004-04-04 09:37:20 -0400 (Sun, 04 Apr 2004)
New Revision: 1370

Added:
   trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin.xml
   trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/StartPage.addin.xml
   trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin.xml
   trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin.xml
   trunk/MonoDevelop/src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin.xml
Removed:
   trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin
   trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/StartPage.addin
   trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin
   trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
   trunk/MonoDevelop/src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin
Modified:
   trunk/MonoDevelop/build/AddIns/
   trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/Makefile.am
   trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/Makefile.am
   trunk/MonoDevelop/build/AddIns/Makefile.am
   trunk/MonoDevelop/data/resources/AddIn.xsd
   trunk/MonoDevelop/po/POTFILES.in
   trunk/MonoDevelop/po/en_CA.po
   trunk/MonoDevelop/src/AddIns/DebuggerAddIn/ChangeLog
   trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/AddIns/AddInTreeSingleton.cs
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/ChangeLog
   trunk/MonoDevelop/src/Main/Base/ChangeLog
   trunk/MonoDevelop/src/Main/Base/Internal/Codons/DialogPanelCodon.cs
   trunk/MonoDevelop/src/Main/Base/Internal/Codons/MenuItems/MenuItemCodon.cs
Log:
big changes to allow gettexting menu item labels.
 
this should be fairly painless for most people, time to start migrating
the menuitems from ${res:} though...



Property changes on: trunk/MonoDevelop/build/AddIns
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in
MonoDevelop.Debugger.dll
MonoDevelopDebugger.addin
MonoDevelop.Nunit.dll
MonoDevelopNunit.addin

   + Makefile
Makefile.in
MonoDevelop.Debugger.dll
MonoDevelopDebugger.addin.xml
MonoDevelop.Nunit.dll
MonoDevelopNunit.addin


Deleted: trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin	2004-04-04 13:37:20 UTC (rev 1370)
@@ -1,207 +0,0 @@
-<AddIn name        = "SharpDevelop Bindings"
-       author      = "Mike Krueger"
-       copyright   = "GPL"
-       url         = "http://www.icsharpcode.net"
-       description = "NCvs core module"
-       version     = "1.0.0">
-	
-	<Runtime>
-		<Import assembly = "CSharpBinding.dll"/>
-		<Import assembly = "JavaBinding.dll"/> 
-<!-- ORIGINAL #D COMMENT		<Import assembly = "JScriptLanguageModule.dll"/> -->
-<!--		<Import assembly = "VBNetBinding.dll"/> -->
-	</Runtime>
-
-	<Extension path = "/SharpDevelop/Workbench/Ambiences">
-		<Class id    = "CSharp"
-		       class = "MonoDevelop.Services.CSharpAmbience"/>
-<!--		<Class id    = "VB.NET"
-		       class = "MonoDevelop.Services.VBAmbience"/>-->
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Workbench/FileFilter">
-		<FileFilter id = "CSharp"
-		            insertbefore="AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.CSharpFiles}"
-			    extensions = "*.cs"/>
-<!--		<FileFilter id = "VBNET"
-		            insertbefore="AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.VBNetFiles}"
-		            extensions = "*.vb"/>-->
-<!--ORIGINAL #D COMMENT		<FileFilter id = "JScript"
-		            insertbefore="AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.JScriptFiles}"
-		            extensions = "*.js"/> -->
-		<FileFilter id = "Java"
-		            insertbefore="AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.JavaFiles}"
-		            extensions = "*.java"/>
-		<FileFilter id = "Assemblies"
-		            insertbefore="AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.AssemblyFiles}"
-		            extensions = "*.exe,*.dll"/>
-			    
-		<FileFilter id = "Html"
-		            insertbefore="AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.WebFiles}"
-		            extensions = "*.htm,*.html,*.aspx,*.ascx,*.asp"/>
-			    
-		<FileFilter id = "Xml"
-		            insertbefore="AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.XmlFiles}"
-		            extensions = "*.xml"/>
-		<FileFilter id = "Resources"
-		            insertbefore="AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.ResourceFiles}"
-		            extensions = "*.resources,*.resx"/>
-		<FileFilter id = "SharpDevelop templates"
-		            insertbefore="AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.SharpDevelopTemplates}"
-		            extensions = "*.xft,*.xpt"/>
-		<FileFilter id = "SharpDevelop XFrms"
-		            insertbefore="AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.XmlForms}"
-		            extensions = "*.xfrm"/>
-	</Extension>
-
-	<Extension path = "/Workspace/Parser">
-		<Class id    = "CSharpParser" 
-		       class = "CSharpBinding.Parser.TParser"/>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Workbench/ProjectOptions/ConfigurationProperties">
-		<Conditional activeproject="C#">
-			<DialogPanel id = "CSharpCodeGenerationPanel"
-			             label = "${res:Dialog.Options.PrjOptions.CodeGenerationPanel.PanelName}"
-			             class = "CSharpBinding.CodeGenerationPanel"/>
-			<DialogPanel id = "CSharpOutputOptionsPanel"
-			             label = "${res:Dialog.Options.PrjOptions.OutputOptionsPanel.PanelName}"
-			             class = "CSharpBinding.OutputOptionsPanel"/>
-<!-- not able to choose runtime in MD (jba 4 march 04)
-			<DialogPanel id = "CSharpRuntimeCompilerPanel"
-			             label = "Runtime/Compiler"
-			             class = "CSharpBinding.ChooseRuntimePanel"/>	-->
-		</Conditional>
-<!--		<Conditional activeproject="VBNET">
-			<DialogPanel id = "VBCodeGenerationPanel"
-			             label = "${res:Dialog.Options.PrjOptions.CodeGenerationPanel.PanelName}"
-			             class = "VBBinding.CodeGenerationPanel"/>
-			<DialogPanel id = "VBOutputOptionsPanel"
-			             label = "${res:Dialog.Options.PrjOptions.OutputOptionsPanel.PanelName}"
-			             class = "VBBinding.OutputOptionsPanel"/>
-			<DialogPanel id = "VBDOCConfigurationPanel"
-			             label = "VB.DOC"
-			             class = "VBBinding.VBDOCConfigurationPanel"/>
-		</Conditional>-->
-<!--ORIGINAL #D COMMENT		<Conditional activeproject="JScript">
-			<DialogPanel id = "JScriptProjectPanel"
-			             label = "${res:Dialog.Options.PrjOptions.CodeGenerationPanel.PanelName}"
-			             class = "JScriptBinding.ProjectConfigurationPropertyPanel"/>
-	
-		</Conditional> -->
-
-		<Conditional activeproject="Java">
-			<DialogPanel id = "JavaProjectPanel"
-			             label = "${res:Dialog.Options.PrjOptions.CodeGenerationPanel.PanelName}"
-			             class = "JavaBinding.ProjectConfigurationPropertyPanel"/>
-	
-		</Conditional>
-	</Extension>
-	
-
-	<Extension path = "/SharpDevelop/Dialogs/OptionsDialog/TextEditorOptions">
-<!--		<DialogPanel id = "VBSpecificOptions"
-		             label = "${res:Dialog.Options.IDEOptions.TextEditor.VB.PanelName}"
-			     	 insertafter = "Behavior"
-		             class = "VBBinding.TextEditorOptionsPanel"/>-->
-	</Extension>
-		
-<!--	<Extension path = "/AddIns/DefaultTextEditor/Formater">
-		<Conditional textcontent = "C#">
-			<Class id ="CSharpFormatter" insertbefore="DefaultFormatter" class = "CSharpBinding.FormattingStrategy.CSharpFormattingStrategy"/>
-		</Conditional>
-		<Conditional textcontent = "VBNET">
-			<Class id ="VBNetFormatter" insertbefore="DefaultFormatter" class ="VBBinding.FormattingStrategy.VBFormattingStrategy"/>
-		</Conditional>
-		<Conditional textcontent = "Java">
-			<Class id ="JavaFormatter" insertbefore="DefaultFormatter" class = "JavaBinding.FormattingStrategy.JavaFormattingStrategy"/>
-		</Conditional>
-	</Extension> -->
-	
-	<Extension path = "/Workspace/Icons">
-		<!-- C# -->
-		<Icon id         = "C#Prj"
-		      language   = "C#"
-		      resource   = "C#.ProjectIcon"/>
-
-		<Icon id         = "C#File"
-		      extensions = ".cs"
-		      resource   = "C#.FileIcon"/>
-		
-		<!-- VB.NET -->
-		<Icon id         = "VBPrj"
-		      language   = "VBNET"
-		      resource   = "VB.ProjectIcon"/>
-		<Icon id         = "VBFile"
-		      extensions = ".vb"
-		      resource   = "VB.FileIcon"/>
-
-		<!-- Java -->
-                <Icon id         = "JavaPrj"
-		      language   = "Java"
-		      resource   = "Java.ProjectIcon"/>
-                <Icon id         = "JavaFile"
-		      extensions = ".java"
-		      resource   = "Java.FileIcon"/>
-		      
-		<!-- Java Script -->
-                <Icon id         = "JScriptPrj"
-		      language   = "JScript"
-		      resource   = "JScript.ProjectIcon"/>
-                <Icon id         = "JScriptFile"
-		      extensions = ".js"
-		      resource   = "JScript.FileIcon"/>
-		
-		<!-- C++ -->
-                <Icon id         = "C++Project"
-		      language   = "C++"
-		      resource   = "C++.ProjectIcon"/>
-                <Icon id         = "C++File"
-		      extensions = ".cpp"
-		      resource   = "C++.FileIcon"/>
-		
-		<!-- Resources -->
-		<Icon id         = "ResourceFileIcon"
-		      extensions = ".resources,.resx"
-		      resource   = "Icons.16x16.ResourceFileIcon" />
-		<!-- XML -->
-		<Icon id         = "XmlFileIcon"
-		      extensions = ".xml"
-		      resource   = "FileIcons.XmlIcon" />
-		<!-- TextFiles -->
-		<Icon id         = "TextFileIcon"
-		      extensions = ".txt,.doc"
-		      resource   = "Icons.16x16.TextFileIcon"/>
-	</Extension>
-
-	<Extension path = "/SharpDevelop/Workbench/LanguageBindings">
-		<LanguageBinding id    = "CSharp"
-		                 supportedextensions = ".cs"
-		                 class = "CSharpBinding.CSharpLanguageBinding" />
-<!--		<LanguageBinding id    = "VBNET"
-		                 supportedextensions = ".vb"
-		                 class = "VBBinding.VBLanguageBinding" />-->
-		<LanguageBinding id    = "Java"
-		                 supportedextensions = ".java"
-		                 class = "JavaBinding.JavaLanguageBinding" />
-<!--ORIGINAL #D COMMENT		<LanguageBinding id    = "JScript"
-		                 supportedextensions = ".js"
-		                 class = "JScriptBinding.JScriptLanguageBinding" /> -->
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Views/ProjectBrowser/NodeBuilders">
-		<Class id = "JavaNodeBuilder"
-		       insertbefore = "DefaultBuilder"
-		       class = "JavaBinding.JavaNodeBuilder"/>
-	</Extension>
-</AddIn>

Copied: trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin.xml (from rev 1360, trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin)
===================================================================
--- trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin	2004-04-03 18:33:53 UTC (rev 1360)
+++ trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin.xml	2004-04-04 13:37:20 UTC (rev 1370)
@@ -0,0 +1,207 @@
+<AddIn name        = "SharpDevelop Bindings"
+       author      = "Mike Krueger"
+       copyright   = "GPL"
+       url         = "http://www.icsharpcode.net"
+       description = "NCvs core module"
+       version     = "1.0.0">
+	
+	<Runtime>
+		<Import assembly = "CSharpBinding.dll"/>
+		<Import assembly = "JavaBinding.dll"/> 
+<!-- ORIGINAL #D COMMENT		<Import assembly = "JScriptLanguageModule.dll"/> -->
+<!--		<Import assembly = "VBNetBinding.dll"/> -->
+	</Runtime>
+
+	<Extension path = "/SharpDevelop/Workbench/Ambiences">
+		<Class id    = "CSharp"
+		       class = "MonoDevelop.Services.CSharpAmbience"/>
+<!--		<Class id    = "VB.NET"
+		       class = "MonoDevelop.Services.VBAmbience"/>-->
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Workbench/FileFilter">
+		<FileFilter id = "CSharp"
+		            insertbefore="AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.CSharpFiles}"
+			    extensions = "*.cs"/>
+<!--		<FileFilter id = "VBNET"
+		            insertbefore="AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.VBNetFiles}"
+		            extensions = "*.vb"/>-->
+<!--ORIGINAL #D COMMENT		<FileFilter id = "JScript"
+		            insertbefore="AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.JScriptFiles}"
+		            extensions = "*.js"/> -->
+		<FileFilter id = "Java"
+		            insertbefore="AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.JavaFiles}"
+		            extensions = "*.java"/>
+		<FileFilter id = "Assemblies"
+		            insertbefore="AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.AssemblyFiles}"
+		            extensions = "*.exe,*.dll"/>
+			    
+		<FileFilter id = "Html"
+		            insertbefore="AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.WebFiles}"
+		            extensions = "*.htm,*.html,*.aspx,*.ascx,*.asp"/>
+			    
+		<FileFilter id = "Xml"
+		            insertbefore="AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.XmlFiles}"
+		            extensions = "*.xml"/>
+		<FileFilter id = "Resources"
+		            insertbefore="AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.ResourceFiles}"
+		            extensions = "*.resources,*.resx"/>
+		<FileFilter id = "SharpDevelop templates"
+		            insertbefore="AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.SharpDevelopTemplates}"
+		            extensions = "*.xft,*.xpt"/>
+		<FileFilter id = "SharpDevelop XFrms"
+		            insertbefore="AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.XmlForms}"
+		            extensions = "*.xfrm"/>
+	</Extension>
+
+	<Extension path = "/Workspace/Parser">
+		<Class id    = "CSharpParser" 
+		       class = "CSharpBinding.Parser.TParser"/>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Workbench/ProjectOptions/ConfigurationProperties">
+		<Conditional activeproject="C#">
+			<DialogPanel id = "CSharpCodeGenerationPanel"
+			             _label = "${res:Dialog.Options.PrjOptions.CodeGenerationPanel.PanelName}"
+			             class = "CSharpBinding.CodeGenerationPanel"/>
+			<DialogPanel id = "CSharpOutputOptionsPanel"
+			             _label = "${res:Dialog.Options.PrjOptions.OutputOptionsPanel.PanelName}"
+			             class = "CSharpBinding.OutputOptionsPanel"/>
+<!-- not able to choose runtime in MD (jba 4 march 04)
+			<DialogPanel id = "CSharpRuntimeCompilerPanel"
+			             _label = "Runtime/Compiler"
+			             class = "CSharpBinding.ChooseRuntimePanel"/>	-->
+		</Conditional>
+<!--		<Conditional activeproject="VBNET">
+			<DialogPanel id = "VBCodeGenerationPanel"
+			             _label = "${res:Dialog.Options.PrjOptions.CodeGenerationPanel.PanelName}"
+			             class = "VBBinding.CodeGenerationPanel"/>
+			<DialogPanel id = "VBOutputOptionsPanel"
+			             _label = "${res:Dialog.Options.PrjOptions.OutputOptionsPanel.PanelName}"
+			             class = "VBBinding.OutputOptionsPanel"/>
+			<DialogPanel id = "VBDOCConfigurationPanel"
+			             _label = "VB.DOC"
+			             class = "VBBinding.VBDOCConfigurationPanel"/>
+		</Conditional>-->
+<!--ORIGINAL #D COMMENT		<Conditional activeproject="JScript">
+			<DialogPanel id = "JScriptProjectPanel"
+			             _label = "${res:Dialog.Options.PrjOptions.CodeGenerationPanel.PanelName}"
+			             class = "JScriptBinding.ProjectConfigurationPropertyPanel"/>
+	
+		</Conditional> -->
+
+		<Conditional activeproject="Java">
+			<DialogPanel id = "JavaProjectPanel"
+			             _label = "${res:Dialog.Options.PrjOptions.CodeGenerationPanel.PanelName}"
+			             class = "JavaBinding.ProjectConfigurationPropertyPanel"/>
+	
+		</Conditional>
+	</Extension>
+	
+
+	<Extension path = "/SharpDevelop/Dialogs/OptionsDialog/TextEditorOptions">
+<!--		<DialogPanel id = "VBSpecificOptions"
+		             _label = "${res:Dialog.Options.IDEOptions.TextEditor.VB.PanelName}"
+			     insertafter = "Behavior"
+		             class = "VBBinding.TextEditorOptionsPanel"/>-->
+	</Extension>
+		
+<!--	<Extension path = "/AddIns/DefaultTextEditor/Formater">
+		<Conditional textcontent = "C#">
+			<Class id ="CSharpFormatter" insertbefore="DefaultFormatter" class = "CSharpBinding.FormattingStrategy.CSharpFormattingStrategy"/>
+		</Conditional>
+		<Conditional textcontent = "VBNET">
+			<Class id ="VBNetFormatter" insertbefore="DefaultFormatter" class ="VBBinding.FormattingStrategy.VBFormattingStrategy"/>
+		</Conditional>
+		<Conditional textcontent = "Java">
+			<Class id ="JavaFormatter" insertbefore="DefaultFormatter" class = "JavaBinding.FormattingStrategy.JavaFormattingStrategy"/>
+		</Conditional>
+	</Extension> -->
+	
+	<Extension path = "/Workspace/Icons">
+		<!-- C# -->
+		<Icon id         = "C#Prj"
+		      language   = "C#"
+		      resource   = "C#.ProjectIcon"/>
+
+		<Icon id         = "C#File"
+		      extensions = ".cs"
+		      resource   = "C#.FileIcon"/>
+		
+		<!-- VB.NET -->
+		<Icon id         = "VBPrj"
+		      language   = "VBNET"
+		      resource   = "VB.ProjectIcon"/>
+		<Icon id         = "VBFile"
+		      extensions = ".vb"
+		      resource   = "VB.FileIcon"/>
+
+		<!-- Java -->
+                <Icon id         = "JavaPrj"
+		      language   = "Java"
+		      resource   = "Java.ProjectIcon"/>
+                <Icon id         = "JavaFile"
+		      extensions = ".java"
+		      resource   = "Java.FileIcon"/>
+		      
+		<!-- Java Script -->
+                <Icon id         = "JScriptPrj"
+		      language   = "JScript"
+		      resource   = "JScript.ProjectIcon"/>
+                <Icon id         = "JScriptFile"
+		      extensions = ".js"
+		      resource   = "JScript.FileIcon"/>
+		
+		<!-- C++ -->
+                <Icon id         = "C++Project"
+		      language   = "C++"
+		      resource   = "C++.ProjectIcon"/>
+                <Icon id         = "C++File"
+		      extensions = ".cpp"
+		      resource   = "C++.FileIcon"/>
+		
+		<!-- Resources -->
+		<Icon id         = "ResourceFileIcon"
+		      extensions = ".resources,.resx"
+		      resource   = "Icons.16x16.ResourceFileIcon" />
+		<!-- XML -->
+		<Icon id         = "XmlFileIcon"
+		      extensions = ".xml"
+		      resource   = "FileIcons.XmlIcon" />
+		<!-- TextFiles -->
+		<Icon id         = "TextFileIcon"
+		      extensions = ".txt,.doc"
+		      resource   = "Icons.16x16.TextFileIcon"/>
+	</Extension>
+
+	<Extension path = "/SharpDevelop/Workbench/LanguageBindings">
+		<LanguageBinding id    = "CSharp"
+		                 supportedextensions = ".cs"
+		                 class = "CSharpBinding.CSharpLanguageBinding" />
+<!--		<LanguageBinding id    = "VBNET"
+		                 supportedextensions = ".vb"
+		                 class = "VBBinding.VBLanguageBinding" />-->
+		<LanguageBinding id    = "Java"
+		                 supportedextensions = ".java"
+		                 class = "JavaBinding.JavaLanguageBinding" />
+<!--ORIGINAL #D COMMENT		<LanguageBinding id    = "JScript"
+		                 supportedextensions = ".js"
+		                 class = "JScriptBinding.JScriptLanguageBinding" /> -->
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Views/ProjectBrowser/NodeBuilders">
+		<Class id = "JavaNodeBuilder"
+		       insertbefore = "DefaultBuilder"
+		       class = "JavaBinding.JavaNodeBuilder"/>
+	</Extension>
+</AddIn>

Modified: trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/Makefile.am
===================================================================
--- trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/Makefile.am	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/Makefile.am	2004-04-04 13:37:20 UTC (rev 1370)
@@ -2,7 +2,7 @@
 monodevelopdir = $(prefix)/lib/monodevelop
 backendbindingsdir = $(monodevelopdir)/AddIns/AddIns/BackendBindings
 
-backendbindings_DATA = BackendBindings.addin
+backendbindings_DATA = BackendBindings.addin.xml
 
 EXTRA_DIST = $(backendbindings_DATA)
 

Modified: trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/Makefile.am
===================================================================
--- trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/Makefile.am	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/Makefile.am	2004-04-04 13:37:20 UTC (rev 1370)
@@ -2,7 +2,7 @@
 monodevelopdir = $(prefix)/lib/monodevelop
 startpagedir = $(monodevelopdir)/AddIns/AddIns/Misc/StartPage
 
-startpage_DATA = StartPage.addin
+startpage_DATA = StartPage.addin.xml
 
 EXTRA_DIST = $(startpage_DATA)
 CLEANFILES = MonoDevelop.StartPage.dll

Deleted: trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/StartPage.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/StartPage.addin	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/StartPage.addin	2004-04-04 13:37:20 UTC (rev 1370)
@@ -1,30 +0,0 @@
-<AddIn name        = "#develop Start Page"
-       author      = "Georg Brandl"
-       copyright   = "GPL"
-       url         = "http://www.icsharpcode.net"
-       description = "VS like Start Page for #develop"
-       version     = "1.0.0">
-	
-	<Runtime>
-		<Import assembly="MonoDevelop.StartPage.dll"/>
-	</Runtime>
-
-	 <!--<Extension path = "/SharpDevelop/Workbench/MainMenu/View">
-		<MenuItem id = "ShowStartPage"
-		          insertafter  = "ViewItemsSeparator"
-			  insertbefore = "StartPageSeparator"
-		          label = "${res:XML.MainMenu.ViewMenu.ShowStartPage}" 
-		          class = "MonoDevelop.StartPage.ShowStartPageCommand"/>
-		<MenuItem id = "StartPageSeparator"
-				  insertbefore = "FullScreen"
-				  label = "-"/>
-	</Extension> -->
-	
-	<!-- TODO: Conditional to reflect Settings option -->
-	<Extension path = "/Workspace/Autostart">
-		<Class id = "ShowStartPageCommand"
-				insertbefore = "StartWorkbenchCommand"
-				insertafter  = "InitializeWorkbenchCommand"
-				class = "MonoDevelop.StartPage.ShowStartPageCommand"/>
-	</Extension>
-</AddIn>

Copied: trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/StartPage.addin.xml (from rev 1360, trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/StartPage.addin)
===================================================================
--- trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/StartPage.addin	2004-04-03 18:33:53 UTC (rev 1360)
+++ trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/StartPage.addin.xml	2004-04-04 13:37:20 UTC (rev 1370)
@@ -0,0 +1,30 @@
+<AddIn name        = "#develop Start Page"
+       author      = "Georg Brandl"
+       copyright   = "GPL"
+       url         = "http://www.icsharpcode.net"
+       description = "VS like Start Page for #develop"
+       version     = "1.0.0">
+	
+	<Runtime>
+		<Import assembly="MonoDevelop.StartPage.dll"/>
+	</Runtime>
+
+	 <!--<Extension path = "/SharpDevelop/Workbench/MainMenu/View">
+		<MenuItem id = "ShowStartPage"
+		          insertafter  = "ViewItemsSeparator"
+			  insertbefore = "StartPageSeparator"
+		          _label = "${res:XML.MainMenu.ViewMenu.ShowStartPage}" 
+		          class = "MonoDevelop.StartPage.ShowStartPageCommand"/>
+		<MenuItem id = "StartPageSeparator"
+				  insertbefore = "FullScreen"
+				  _label = "-"/>
+	</Extension> -->
+	
+	<!-- TODO: Conditional to reflect Settings option -->
+	<Extension path = "/Workspace/Autostart">
+		<Class id = "ShowStartPageCommand"
+				insertbefore = "StartWorkbenchCommand"
+				insertafter  = "InitializeWorkbenchCommand"
+				class = "MonoDevelop.StartPage.ShowStartPageCommand"/>
+	</Extension>
+</AddIn>

Modified: trunk/MonoDevelop/build/AddIns/Makefile.am
===================================================================
--- trunk/MonoDevelop/build/AddIns/Makefile.am	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/build/AddIns/Makefile.am	2004-04-04 13:37:20 UTC (rev 1370)
@@ -3,11 +3,11 @@
 monodevelopdir = $(prefix)/lib/monodevelop
 addindir = $(monodevelopdir)/AddIns
 
-addin_DATA = MonoDevelopNewEditor.addin SharpDevelopCore.addin
+addin_DATA = MonoDevelopNewEditor.addin.xml SharpDevelopCore.addin.xml
 
 EXTRA_DIST = $(addin_DATA)
 
 # for conditionally built addins
-CLEANFILES = MonoDevelopDebugger.addin MonoDevelop.Debugger.dll \
-MonoDevelopNunit.addin MonoDevelop.Nunit.dll
+CLEANFILES = MonoDevelopDebugger.addin.xml MonoDevelop.Debugger.dll \
+MonoDevelopNunit.addin.xml MonoDevelop.Nunit.dll
 

Deleted: trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin	2004-04-04 13:37:20 UTC (rev 1370)
@@ -1,419 +0,0 @@
-<AddIn name        = "New Editor"
-       author      = "Ben Maurer"
-       copyright   = ""
-       url         = ""
-       description = ""
-       version     = "1.0.0">
-	
-	<Runtime>
-		<Import assembly="../bin/MonoDevelop.SourceEditor.dll"/>
-		<!-- <Import assembly="../bin/MonoDevelop.TextEditor.dll"/> -->
-		<!-- <Import assembly="../bin/MonoDevelop.DefaultTexteditor.dll"/> -->
-	</Runtime>
-	
-	<Extension path = "/SharpDevelop/Dialogs/OptionsDialog/CodingOptions">
-		<DialogPanel id = "CodeTemplates"
-		             label = "${res:Dialog.Options.CodeTemplatesText}"
-		             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.CodeTemplatePane"/>
-	</Extension>
-
-	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu">
-		<!-- AddIn to the Project Add Menu -->
-		<!-- <Conditional ownerstate="ProjectSelected">
-			<MenuItem id = "ExportToHtml"
-			          insertafter = "GenerateDocumentation"
-			          insertbefore = "Separator5"
-			          label = "${res:ProjectComponent.ContextMenu.HtmlExport}"
-			          class = "MonoDevelop.DefaultEditor.Commands.ExportProjectToHtml"/>
-		</Conditional> -->
-	</Extension>
-	
-	<!-- <Extension path = "/SharpDevelop/Workbench/MainMenu/Project">
-		<Conditional activeproject="*">
-			<MenuItem id = "ExportToHtml"
-			          insertafter = "GenerateDocumentation"
-			          insertbefore = "Separator2"
-			          label = "${res:ProjectComponent.ContextMenu.HtmlExport}"
-			          class = "MonoDevelop.DefaultEditor.Commands.ExportProjectToHtml"/>
-		</Conditional>
-	</Extension> -->
-	
-	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ProjectBrowserNode">
-		<!-- AddIn to the project browser context menu -->
-		<!-- <Conditional activeproject="*">
-			<MenuItem id = "ExportToHtml"
-			          insertafter = "GenerateDocumentation"
-			          insertbefore = "SetAsStartupProjectSeparator"
-			          label = "${res:ProjectComponent.ContextMenu.HtmlExport}"
-			          class = "MonoDevelop.DefaultEditor.Commands.ExportProjectToHtml"/>
-		</Conditional> -->
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Workbench/Views">
-		<Class id    = "CompilerMessageView" 
-		       class = "MonoDevelop.EditorBindings.Gui.Pads.CompilerMessageView"/>
-	</Extension>
-
-	<Extension path = "/SharpDevelop/ViewContent/DefaultTextEditor/ContextMenu">
-		<MenuItem id = "Cut"
-		          label = "${res:XML.TextAreaContextMenu.Cut}"
-		          icon = "Icons.16x16.CutIcon"
-		          shortcut = "Control|X"
-		          class = "MonoDevelop.Commands.Cut"/>
-		<MenuItem id = "Copy"
-		          label = "${res:XML.TextAreaContextMenu.Copy}"
-		          icon = "Icons.16x16.CopyIcon"
-		          shortcut = "Control|C"
-		          class = "MonoDevelop.Commands.Copy"/>
-		<MenuItem id = "Paste"
-		          label = "${res:XML.TextAreaContextMenu.Paste}"
-		          icon = "Icons.16x16.PasteIcon"
-		          shortcut = "Control|V"
-		          class = "MonoDevelop.Commands.Paste"/>
-		<MenuItem id = "Delete"
-		          label = "${res:XML.MainMenu.EditMenu.Delete}"
-		          icon = "Icons.16x16.DeleteIcon"
-		          class = "MonoDevelop.Commands.Delete"/>
-		<MenuItem id = "Separator1" label = "-" />
-		<MenuItem id = "Save"
-		          label = "${res:XML.MainMenu.FileMenu.Save}"
-		          icon = "Icons.16x16.SaveIcon"
-		          shortcut = "Control|S"
-		          class = "MonoDevelop.Commands.SaveFile"/>
-		<MenuItem id = "SaveAs"
-		          label = "${res:XML.MainMenu.FileMenu.SaveAs}"
-		          class = "MonoDevelop.Commands.SaveFileAs"/>
-		<MenuItem id = "File"
-		          label = "${res:XML.MainMenu.FileMenu.Close}"
-		          class ="MonoDevelop.Commands.CloseFile"/>
-		<MenuItem id = "Separator2" label = "-" />
-		<MenuItem id = "Comment"
-		          icon  = "Icons.16x16.CommentRegion"
-		          label = "${res:XML.TextAreaContextMenu.CommentUncommentSelection}"
-		          class= "MonoDevelop.DefaultEditor.Commands.CommentRegion"/>
-<!--		<MenuItem id = "Uncomment"
-		          icon  = "Icons.16x16.UnCommentRegion"
-                  label = "${res:XML.TextAreaContextMenu.UncommentSelection}"
-		          class= "MonoDevelop.DefaultEditor.Commands.UncommentRegion"/>-->
-		<MenuItem id = "Indent"
-		          label = "${res:XML.TextAreaContextMenu.Indent}"
-		          shortcut = "Control|I"
-		          class = "MonoDevelop.DefaultEditor.Commands.IndentSelection" />
-		
-		<MenuItem id = "FileMode" label = "${res:XML.TextAreaContextMenu.FileMode}">
-			<MenuItem id = "HighlightBuilder" label = "boguslabel" class = "MonoDevelop.DefaultEditor.Commands.HighlightingTypeBuilder" />
-		</MenuItem>
-		
-		<MenuItem id = "Separator3" label = "-" />
-		<MenuItem id = "Options"
-		          label = "${res:XML.TextAreaContextMenu.BufferOptions}"
-		          icon = "Icons.16x16.PropertiesIcon"
-		          class ="MonoDevelop.DefaultEditor.Commands.ShowBufferOptions"/>
-	</Extension>
-
-	<Extension path = "/SharpDevelop/Workbench/ToolBar/Standard">
-			<Conditional action="Disable">
-				<Or>
-					<Condition activewindow="MonoDevelop.SourceEditor.Gui.SourceEditorDisplayBindingWrapper"/>
-					<Condition openproject="*"/>
-				</Or>
-			
-				<ToolbarItem id = "Find"
-				             icon = "Icons.16x16.FindIcon" 
-				             tooltip = "${res:XML.MainMenu.SearchMenu.Find.Description}"
-				             class = "MonoDevelop.DefaultEditor.Commands.Find"/>
-				<ToolbarItem id = "FindNext"
-				             icon = "Icons.16x16.FindNextIcon"
-				             tooltip = "${res:XML.MainMenu.SearchMenu.FindNext.Description}"
-				             class = "MonoDevelop.DefaultEditor.Commands.FindNext"/>
-				<ToolbarItem id = "Replace"
-				             icon = "Icons.16x16.ReplaceIcon" 
-				             tooltip = "${res:XML.MainMenu.SearchMenu.Replace.Description}"
-				             class = "MonoDevelop.DefaultEditor.Commands.Replace"/>	
-			</Conditional>             
-			<ToolbarItem id = "SearchSeparator" tooltip = "-"/>
-			<Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
-<!--				<ToolbarItem id = "Comment"
-				             icon = "Icons.16x16.CommentRegion" 
-				             tooltip = "${res:XML.TextAreaContextMenu.CommentUncommentSelection}"
-				             class = "MonoDevelop.DefaultEditor.Commands.CommentRegion"/> -->
-<!--				<ToolbarItem id = "Uncomment"
-				             icon = "Icons.16x16.UnCommentRegion"
-				             tooltip = "${res:XML.TextAreaContextMenu.UncommentSelection}"
-				             class = "MonoDevelop.DefaultEditor.Commands.UncommentRegion"/> -->
-			
-<!--				<ToolbarItem id = "SearchSeparator2" tooltip = "-"/> -->
-				<ToolbarItem id = "ToggleBookmark"
-				             icon = "Icons.16x16.ToggleBookmark"
-				             tooltip = "${res:XML.MainMenu.SearchMenu.ToggleBookmark.Description}"
-				             class = "MonoDevelop.EditorBindings.Commands.ToggleBookmark"/>
-				<ToolbarItem id = "PrevBookmark"
-				             icon = "Icons.16x16.GotoPrevbookmark"
-				             tooltip = "${res:XML.MainMenu.SearchMenu.PrevBookmark.Description}"
-				             class = "MonoDevelop.EditorBindings.Commands.PrevBookmark"/>
-				<ToolbarItem id = "NextBookmark"
-				             icon = "Icons.16x16.GotoNextbookmark"
-				             tooltip = "${res:XML.MainMenu.SearchMenu.NextBookmark.Description}"
-				             class = "MonoDevelop.EditorBindings.Commands.NextBookmark"/>
-				<ToolbarItem id = "ClearBookmarks"
-				             icon = "Icons.16x16.ClearAllBookmarks"
-					     tooltip = "${res:XML.MainMenu.SearchMenu.ClrBookmark.Description}"
-				             class = "MonoDevelop.EditorBindings.Commands.ClearBookmarks"/>
-			</Conditional>
-	</Extension>
-	
-	
-	<Extension path = "/SharpDevelop/Workbench/MainMenu">
-	        <MenuItem id = "Search" insertafter ="View" insertbefore ="Tools" label = "${res:XML.MainMenu.SearchMenu}">
-	                <Conditional action="Disable">
-		                <Or>
-		                	<Condition openwindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider"/>
-		                	<Condition openproject="*"/>
-		                </Or>
-		                
-		                <MenuItem id = "Find"
-		                          label = "${res:XML.MainMenu.SearchMenu.Find}" 
-		                          icon = "Icons.16x16.FindIcon" 
-		                          description = "${res:XML.MainMenu.SearchMenu.Find.Description}" 
-		                          shortcut = "Control|F" 
-		                          class = "MonoDevelop.DefaultEditor.Commands.Find"/>
-		                <MenuItem id = "FindNext"
-		                          label = "${res:XML.MainMenu.SearchMenu.FindNext}" 
-		                          icon = "Icons.16x16.FindNextIcon" 
-		                          description = "${res:XML.MainMenu.SearchMenu.FindNext.Description}" 
-		                          shortcut = "F3"
-		                          class = "MonoDevelop.DefaultEditor.Commands.FindNext"/>
-		                <MenuItem id = "Replace"
-		                          label = "${res:XML.MainMenu.SearchMenu.Replace}" 
-		                          icon = "Icons.16x16.ReplaceIcon" 
-		                          description = "${res:XML.MainMenu.SearchMenu.Replace.Description}" 
-		                          shortcut = "Control|R"
-		                          class = "MonoDevelop.DefaultEditor.Commands.Replace"/>
-		        </Conditional>
-		        
-		        <MenuItem id = "SearchSeparator" label = "-" />
-	                <MenuItem id = "FindInFiles"
-	                          label = "${res:XML.MainMenu.SearchMenu.FindInFiles}" 
-	                          icon = "Icons.16x16.FindInFiles" 
-	                          description = "${res:XML.MainMenu.SearchMenu.FindInFiles.Description}" 
-	                          class = "MonoDevelop.DefaultEditor.Commands.FindInFiles"/>
-	                <MenuItem id = "ReplaceInFiles"
-	                          label = "${res:XML.MainMenu.SearchMenu.ReplaceInFiles}" 
-	                          icon = "Icons.16x16.ReplaceInFiles" 
-	                          description = "${res:XML.MainMenu.SearchMenu.ReplaceInFiles.Description}" 
-	                          class = "MonoDevelop.DefaultEditor.Commands.ReplaceInFiles"/>
-	                
-	                <MenuItem id = "SearchInFilesSeparator" label = "-" />
-	                <Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
-			        
-		                <MenuItem id = "ToggleBookmark"
-		                          label = "${res:XML.MainMenu.SearchMenu.ToggleBookmark}" 
-		                          description = "${res:XML.MainMenu.SearchMenu.ToggleBookmark.Description}" 
-		                          shortcut = "Control|F2"
-		                          icon = "Icons.16x16.ToggleBookmark"
-		                          class = "MonoDevelop.EditorBindings.Commands.ToggleBookmark"/>
-		                <MenuItem id = "PrevBookmark"
-		                          label = "${res:XML.MainMenu.SearchMenu.PrevBookmark}" 
-		                          description = "${res:XML.MainMenu.SearchMenu.PrevBookmark.Description}" 
-		                          shortcut = "Alt|F2"
-		                          icon = "Icons.16x16.GotoPrevbookmark"
-		                          class = "MonoDevelop.EditorBindings.Commands.PrevBookmark"/>
-		                <MenuItem id = "NextBookmark"
-		                          label = "${res:XML.MainMenu.SearchMenu.NextBookmark}" 
-		                          description = "${res:XML.MainMenu.SearchMenu.NextBookmark.Description}" 
-		                          shortcut = "F2" 
-		                          icon = "Icons.16x16.GotoNextbookmark"
-		                          class = "MonoDevelop.EditorBindings.Commands.NextBookmark"/>
-		                <MenuItem id = "ClearBookmarks"
-		                          label = "${res:XML.MainMenu.SearchMenu.ClrBookmark}" 
-		                          description = "${res:XML.MainMenu.SearchMenu.ClrBookmark.Description}"
-		                          icon = "Icons.16x16.ClearAllBookmarks"
-		                          class = "MonoDevelop.EditorBindings.Commands.ClearBookmarks"/>
-		                <MenuItem id = "Separator2" label = "-" />
-		                <MenuItem id = "GotoLineNr"
-		                          label = "${res:XML.MainMenu.SearchMenu.GotoLineNr}" 
-		                          description = "${res:XML.MainMenu.SearchMenu.GotoLineNr.Description}" 
-		                          shortcut = "Control|G"
-		                          class = "MonoDevelop.DefaultEditor.Commands.GotoLineNumber"/>
-		                <MenuItem id = "Separator3" label = "-" />
-		                <MenuItem id = "GotoBrace"
-		                          label = "${res:XML.MainMenu.SearchMenu.GotoBrace}" 
-		                          description = "${res:XML.MainMenu.SearchMenu.GotoBrace.Description}" 
-		                          shortcut = "Control|B"
-		                          class = "MonoDevelop.DefaultEditor.Commands.GotoMatchingBrace"/>
-		</Conditional>
-		</MenuItem>
-	</Extension>
-	
-	<!--
-	<Extension path = "/SharpDevelop/Workbench/MainMenu/Window">
-		<Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
-			<MenuItem id = "SplitTextEditor"
-			          insertafter="NxtPrvSeparator"
-			          insertbefore="CloseAll"
-			          label = "${res:XML.MainMenu.WindowMenu.Split}"
-			          icon  = "Icons.16x16.SplitWindow"
-			          description = "${res:XML.MainMenu.WindowMenu.Split.Description}"
-			          class ="MonoDevelop.DefaultEditor.Commands.SplitTextEditor"/>
-		</Conditional> 
-	</Extension>
-	-->
-	
-	<!-- <Extension path = "/SharpDevelop/Workbench/MainMenu/Edit">
-                <MenuItem insertafter = "Delete" insertbefore = "SelectAll" id = "Separator2" label = "-" />
-                <MenuItem insertafter = "Separator2" insertbefore = "Separator3" id = "Format" label = "${res:XML.MainMenu.EditMenu.FormatMenu}">
-	                <Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
-                        
-                        <MenuItem id = "RemoveLeadingWs" 
-                                  label = "${res:XML.MainMenu.EditMenu.FormatMenu.RlWs}" 
-                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.RlWs.Description}" 
-                                  class ="MonoDevelop.DefaultEditor.Commands.RemoveLeadingWS"/>
-                        <MenuItem id = "RemoveTrailingWs"
-                                  label = "${res:XML.MainMenu.EditMenu.FormatMenu.RtWs}" 
-                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.RtWs.Description}"
-                                  class ="MonoDevelop.DefaultEditor.Commands.RemoveTrailingWS"/>
-                        <MenuItem id = "Seperator1" label = "-" />
-                        <MenuItem id = "UpperCase"  
-                                  label = "${res:XML.MainMenu.EditMenu.FormatMenu.UpperCase}" 
-                                  icon = "Icons.16x16.LowerToUpperCase" 
-                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.UpperCase.Description}" 
-                                  class ="MonoDevelop.DefaultEditor.Commands.ToUpperCase"/>
-                        <MenuItem id = "LowerCase" 
-                                  label = "${res:XML.MainMenu.EditMenu.FormatMenu.LowerCase}" 
-                                  icon = "Icons.16x16.UpperToLowerCase" 
-                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.LowerCase.Description}"
-                                  class ="MonoDevelop.DefaultEditor.Commands.ToLowerCase"/>
-                        <MenuItem id = "Capitalize"
-                                  label = "${res:XML.MainMenu.EditMenu.FormatMenu.Capitalize}" 
-                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.Capitalize.Description}" 
-                                  class ="MonoDevelop.DefaultEditor.Commands.CapitalizeAction"/>
-                        <MenuItem id = "InvertCase"
-                                  label = "${res:XML.MainMenu.EditMenu.FormatMenu.InvertCase}" 
-                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.InvertCase.Description}" 
-                                  class ="MonoDevelop.DefaultEditor.Commands.InvertCaseAction"/>
-                        <MenuItem id = "Separator2" label = "-" />
-                        <MenuItem id = "SortSelection"
-                                  label = "${res:XML.MainMenu.EditMenu.FormatMenu.SortLines}" 
-                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.SortLines.Description}" 
-                                  class ="MonoDevelop.DefaultEditor.Commands.SortSelection"/>
-                        <MenuItem id = "Separator3" label = "-" />
-                        <MenuItem id = "Tabs2Spaces" 
-                                  label = "${res:XML.MainMenu.EditMenu.FormatMenu.Tab2Space}" 
-                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.Tab2Space.Description}" 
-                                  class ="MonoDevelop.DefaultEditor.Commands.ConvertTabsToSpaces"/>
-                        <MenuItem id = "Spaces2Tabs"
-                                  label = "${res:XML.MainMenu.EditMenu.FormatMenu.Space2Tab}"
-                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.Space2Tab.Description}"
-                                  class ="MonoDevelop.DefaultEditor.Commands.ConvertSpacesToTabs"/>
-                        <MenuItem id = "LeadingTabs2Spaces"
-                                  label = "${res:XML.MainMenu.EditMenu.FormatMenu.LdTab2Space}"
-                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.LdTab2Space.Description}" 
-                                  class ="MonoDevelop.DefaultEditor.Commands.ConvertLeadingTabsToSpaces"/>
-                        <MenuItem id = "LeadingSpaces2Tabs"
-                                  label = "${res:XML.MainMenu.EditMenu.FormatMenu.LdSpace2Tab}"   
-                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.LdSpace2Tab.Description}" 
-                                  class ="MonoDevelop.DefaultEditor.Commands.ConvertLeadingSpacesToTabs"/>
-        		</Conditional>
-                </MenuItem>
-                <MenuItem insertafter = "Format" insertbefore = "Separator3" id = "Folding" label = "${res:XML.MainMenu.EditMenu.FoldingMenu}">
-	                <Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
-	                        <MenuItem id          = "ToggleFolding"
-        	                          label       = "${res:XML.MainMenu.EditMenu.FoldingMenu.ToggleFolding}"
-                	                  description = "Toggles the current selected folding"
-					  shortcut    = "Shift|Control|M"
-	                                  class       = "MonoDevelop.DefaultEditor.Commands.ToggleFolding"/>
-	                        <MenuItem id          = "ToggleAllFoldings"
-        	                          label       = "${res:XML.MainMenu.EditMenu.FoldingMenu.ToggleAllFoldings}"
-	         	                  description = "Toggles all foldings" 
-       					  shortcut    = "Shift|Control|L"
-	                                  class       = "MonoDevelop.DefaultEditor.Commands.ToggleAllFoldings"/>
-	                        <MenuItem id          = "ShowDefinitionsOnly"
-        	                          label       = "${res:XML.MainMenu.EditMenu.FoldingMenu.ShowDefinitions}"
-                	                  description = "Shows only the definitions" 
-       					  shortcut    = "Shift|Control|P"
-	                                  class       = "MonoDevelop.DefaultEditor.Commands.ShowDefinitionsOnly"/>
-        		</Conditional>
-                </MenuItem>
-                <MenuItem insertafter = "Separator2" insertbefore = "SelectAll" id = "Separator3" label = "-" />
-	</Extension> -->
-
-	<Extension path = "/SharpDevelop/ViewContent/DefaultTextEditor/OptionsDialog">
-		<DialogPanel id = "General"
-		             label = "${res:Dialog.Options.IDEOptions.TextEditor.General.PanelName}"
-		             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.GeneralTextEditorPanel"/>
-		<DialogPanel id = "Markers"
-		             label = "${res:Dialog.Options.IDEOptions.TextEditor.Markers.PanelName}"
-		             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.MarkersTextEditorPanel"/>
-		<DialogPanel id = "Behavior"
-		             label = "${res:Dialog.Options.IDEOptions.TextEditor.Behaviour.PanelName}"
-		             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.BehaviorTextEditorPanel"/>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Dialogs/OptionsDialog">
-		<DialogPanel id    = "TextEditorOptions"
-		             insertafter = "CodingOptions"
-		             insertbefore = "ToolsOptions"
-		             label = "${res:Dialog.Options.IDEOptions.TextEditorOptionsText}">
-			<DialogPanel id = "General"
-			             label = "${res:Dialog.Options.IDEOptions.TextEditor.General.PanelName}"
-			             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.GeneralTextEditorPanel"/>
-			<DialogPanel id = "Markers"
-			             label = "${res:Dialog.Options.IDEOptions.TextEditor.Markers.PanelName}"
-			             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.MarkersTextEditorPanel"/>
-			<DialogPanel id = "Behavior"
-			             label = "${res:Dialog.Options.IDEOptions.TextEditor.Behaviour.PanelName}"
-			             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.BehaviorTextEditorPanel"/>
-		</DialogPanel>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Workbench/MainMenu/Tools">
-		<Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
-			<!--<MenuItem id = "InsertColor"
-			          insertafter = "Separator1" insertbefore = "Separator2"
-			          label = "${res:XML.MainMenu.ToolMenu.InsColor}" 
-			          description = "${res:XML.MainMenu.ToolMenu.InsColor.Description}" 
-			          class = "MonoDevelop.DefaultEditor.Commands.ShowColorDialog"/> -->
-			<MenuItem id = "Separator2" label = "-" />
-
-		<!--	<MenuItem id = "GenerateCodeAction"
-			          insertafter = "Separator2"
-			          label = "${res:XML.MainMenu.ToolMenu.GenerateCode}" 
-			          description = "${res:XML.MainMenu.ToolMenu.GenerateCode.Description}" 
-			          class = "MonoDevelop.DefaultEditor.Commands.GenerateCodeAction"/>
-			<MenuItem id = "ShowQuickHelp"
-			          label = "${res:XML.MainMenu.ToolMenu.QuickXmlDoc}" 
-			          description = "${res:XML.MainMenu.ToolMenu.QuickXmlDoc.Description}" 
-			          shortcut = "Control|Q"
-			          class = "MonoDevelop.DefaultEditor.Commands.QuickDocumentation"/> 
-			<MenuItem id = "Separator3" label = "-" /> -->
-		</Conditional>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/DefaultEditor/SearchAndReplace/WildcardHelpPath">
-		<MenuItem id    = "*Char"
-		          label = "* Zero or more of any character" />
-		<MenuItem id    = "?Char"
-		          label = "? Any single character" />
-		<MenuItem id    = "#Char"
-		          label = "# Any single digit" />
-		<MenuItem id    = "[]Char"
-		          label = "[] Any one character in the set" />
-		<MenuItem id    = "[!]Char"
-		          label = "[!] Any one character not in the set" />
-	</Extension>
-	
-	<!-- Note : Most actions are put directly into the control, because 
-	            they're used for the standalone version too, only put keys in the
-	            tree that are sharpdevelop specific, general keys put into TextAreaControl.GenerateDefaultActions --> 
-	<Extension path = "/AddIns/DefaultTextEditor/EditActions">
-		<EditAction id = "TemplateCompletion" class = "MonoDevelop.DefaultEditor.Actions.TemplateCompletion"  keys = "Control|J"/>		
-		<EditAction id = "IndentSelection" class = "MonoDevelop.TextEditor.Actions.IndentSelection"  keys = "Control|I"/>		
-	</Extension>
-
-	<Extension path = "/SharpDevelop/Workbench/DisplayBindings">
-		<DisplayBinding id    = "NewText"
-		       supportedformats = "Text Files,Source Files"
-		       class = "MonoDevelop.SourceEditor.Gui.SourceEditorDisplayBinding" />
-	</Extension>
-	
-</AddIn>

Copied: trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin.xml (from rev 1360, trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin)
===================================================================
--- trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin	2004-04-03 18:33:53 UTC (rev 1360)
+++ trunk/MonoDevelop/build/AddIns/MonoDevelopNewEditor.addin.xml	2004-04-04 13:37:20 UTC (rev 1370)
@@ -0,0 +1,419 @@
+<AddIn name        = "New Editor"
+       author      = "Ben Maurer"
+       copyright   = ""
+       url         = ""
+       description = ""
+       version     = "1.0.0">
+	
+	<Runtime>
+		<Import assembly="../bin/MonoDevelop.SourceEditor.dll"/>
+		<!-- <Import assembly="../bin/MonoDevelop.TextEditor.dll"/> -->
+		<!-- <Import assembly="../bin/MonoDevelop.DefaultTexteditor.dll"/> -->
+	</Runtime>
+	
+	<Extension path = "/SharpDevelop/Dialogs/OptionsDialog/CodingOptions">
+		<DialogPanel id = "CodeTemplates"
+		             _label = "${res:Dialog.Options.CodeTemplatesText}"
+		             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.CodeTemplatePane"/>
+	</Extension>
+
+	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu">
+		<!-- AddIn to the Project Add Menu -->
+		<!-- <Conditional ownerstate="ProjectSelected">
+			<MenuItem id = "ExportToHtml"
+			          insertafter = "GenerateDocumentation"
+			          insertbefore = "Separator5"
+			          _label = "${res:ProjectComponent.ContextMenu.HtmlExport}"
+			          class = "MonoDevelop.DefaultEditor.Commands.ExportProjectToHtml"/>
+		</Conditional> -->
+	</Extension>
+	
+	<!-- <Extension path = "/SharpDevelop/Workbench/MainMenu/Project">
+		<Conditional activeproject="*">
+			<MenuItem id = "ExportToHtml"
+			          insertafter = "GenerateDocumentation"
+			          insertbefore = "Separator2"
+			          _label = "${res:ProjectComponent.ContextMenu.HtmlExport}"
+			          class = "MonoDevelop.DefaultEditor.Commands.ExportProjectToHtml"/>
+		</Conditional>
+	</Extension> -->
+	
+	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ProjectBrowserNode">
+		<!-- AddIn to the project browser context menu -->
+		<!-- <Conditional activeproject="*">
+			<MenuItem id = "ExportToHtml"
+			          insertafter = "GenerateDocumentation"
+			          insertbefore = "SetAsStartupProjectSeparator"
+			          _label = "${res:ProjectComponent.ContextMenu.HtmlExport}"
+			          class = "MonoDevelop.DefaultEditor.Commands.ExportProjectToHtml"/>
+		</Conditional> -->
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Workbench/Views">
+		<Class id    = "CompilerMessageView" 
+		       class = "MonoDevelop.EditorBindings.Gui.Pads.CompilerMessageView"/>
+	</Extension>
+
+	<Extension path = "/SharpDevelop/ViewContent/DefaultTextEditor/ContextMenu">
+		<MenuItem id = "Cut"
+		          _label = "${res:XML.TextAreaContextMenu.Cut}"
+		          icon = "Icons.16x16.CutIcon"
+		          shortcut = "Control|X"
+		          class = "MonoDevelop.Commands.Cut"/>
+		<MenuItem id = "Copy"
+		          _label = "${res:XML.TextAreaContextMenu.Copy}"
+		          icon = "Icons.16x16.CopyIcon"
+		          shortcut = "Control|C"
+		          class = "MonoDevelop.Commands.Copy"/>
+		<MenuItem id = "Paste"
+		          _label = "${res:XML.TextAreaContextMenu.Paste}"
+		          icon = "Icons.16x16.PasteIcon"
+		          shortcut = "Control|V"
+		          class = "MonoDevelop.Commands.Paste"/>
+		<MenuItem id = "Delete"
+		          _label = "${res:XML.MainMenu.EditMenu.Delete}"
+		          icon = "Icons.16x16.DeleteIcon"
+		          class = "MonoDevelop.Commands.Delete"/>
+		<MenuItem id = "Separator1" _label = "-" />
+		<MenuItem id = "Save"
+		          _label = "${res:XML.MainMenu.FileMenu.Save}"
+		          icon = "Icons.16x16.SaveIcon"
+		          shortcut = "Control|S"
+		          class = "MonoDevelop.Commands.SaveFile"/>
+		<MenuItem id = "SaveAs"
+		          _label = "${res:XML.MainMenu.FileMenu.SaveAs}"
+		          class = "MonoDevelop.Commands.SaveFileAs"/>
+		<MenuItem id = "File"
+		          _label = "${res:XML.MainMenu.FileMenu.Close}"
+		          class ="MonoDevelop.Commands.CloseFile"/>
+		<MenuItem id = "Separator2" _label = "-" />
+		<MenuItem id = "Comment"
+		          icon  = "Icons.16x16.CommentRegion"
+		          _label = "${res:XML.TextAreaContextMenu.CommentUncommentSelection}"
+		          class= "MonoDevelop.DefaultEditor.Commands.CommentRegion"/>
+<!--		<MenuItem id = "Uncomment"
+		          icon  = "Icons.16x16.UnCommentRegion"
+                  _label = "${res:XML.TextAreaContextMenu.UncommentSelection}"
+		          class= "MonoDevelop.DefaultEditor.Commands.UncommentRegion"/>-->
+		<MenuItem id = "Indent"
+		          _label = "${res:XML.TextAreaContextMenu.Indent}"
+		          shortcut = "Control|I"
+		          class = "MonoDevelop.DefaultEditor.Commands.IndentSelection" />
+		
+		<MenuItem id = "FileMode" _label = "${res:XML.TextAreaContextMenu.FileMode}">
+			<MenuItem id = "HighlightBuilder" _label = "bogus_label" class = "MonoDevelop.DefaultEditor.Commands.HighlightingTypeBuilder" />
+		</MenuItem>
+		
+		<MenuItem id = "Separator3" _label = "-" />
+		<MenuItem id = "Options"
+		          _label = "${res:XML.TextAreaContextMenu.BufferOptions}"
+		          icon = "Icons.16x16.PropertiesIcon"
+		          class ="MonoDevelop.DefaultEditor.Commands.ShowBufferOptions"/>
+	</Extension>
+
+	<Extension path = "/SharpDevelop/Workbench/ToolBar/Standard">
+			<Conditional action="Disable">
+				<Or>
+					<Condition activewindow="MonoDevelop.SourceEditor.Gui.SourceEditorDisplayBindingWrapper"/>
+					<Condition openproject="*"/>
+				</Or>
+			
+				<ToolbarItem id = "Find"
+				             icon = "Icons.16x16.FindIcon" 
+				             tooltip = "${res:XML.MainMenu.SearchMenu.Find.Description}"
+				             class = "MonoDevelop.DefaultEditor.Commands.Find"/>
+				<ToolbarItem id = "FindNext"
+				             icon = "Icons.16x16.FindNextIcon"
+				             tooltip = "${res:XML.MainMenu.SearchMenu.FindNext.Description}"
+				             class = "MonoDevelop.DefaultEditor.Commands.FindNext"/>
+				<ToolbarItem id = "Replace"
+				             icon = "Icons.16x16.ReplaceIcon" 
+				             tooltip = "${res:XML.MainMenu.SearchMenu.Replace.Description}"
+				             class = "MonoDevelop.DefaultEditor.Commands.Replace"/>	
+			</Conditional>             
+			<ToolbarItem id = "SearchSeparator" tooltip = "-"/>
+			<Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
+<!--				<ToolbarItem id = "Comment"
+				             icon = "Icons.16x16.CommentRegion" 
+				             tooltip = "${res:XML.TextAreaContextMenu.CommentUncommentSelection}"
+				             class = "MonoDevelop.DefaultEditor.Commands.CommentRegion"/> -->
+<!--				<ToolbarItem id = "Uncomment"
+				             icon = "Icons.16x16.UnCommentRegion"
+				             tooltip = "${res:XML.TextAreaContextMenu.UncommentSelection}"
+				             class = "MonoDevelop.DefaultEditor.Commands.UncommentRegion"/> -->
+			
+<!--				<ToolbarItem id = "SearchSeparator2" tooltip = "-"/> -->
+				<ToolbarItem id = "ToggleBookmark"
+				             icon = "Icons.16x16.ToggleBookmark"
+				             tooltip = "${res:XML.MainMenu.SearchMenu.ToggleBookmark.Description}"
+				             class = "MonoDevelop.EditorBindings.Commands.ToggleBookmark"/>
+				<ToolbarItem id = "PrevBookmark"
+				             icon = "Icons.16x16.GotoPrevbookmark"
+				             tooltip = "${res:XML.MainMenu.SearchMenu.PrevBookmark.Description}"
+				             class = "MonoDevelop.EditorBindings.Commands.PrevBookmark"/>
+				<ToolbarItem id = "NextBookmark"
+				             icon = "Icons.16x16.GotoNextbookmark"
+				             tooltip = "${res:XML.MainMenu.SearchMenu.NextBookmark.Description}"
+				             class = "MonoDevelop.EditorBindings.Commands.NextBookmark"/>
+				<ToolbarItem id = "ClearBookmarks"
+				             icon = "Icons.16x16.ClearAllBookmarks"
+					     tooltip = "${res:XML.MainMenu.SearchMenu.ClrBookmark.Description}"
+				             class = "MonoDevelop.EditorBindings.Commands.ClearBookmarks"/>
+			</Conditional>
+	</Extension>
+	
+	
+	<Extension path = "/SharpDevelop/Workbench/MainMenu">
+	        <MenuItem id = "Search" insertafter ="View" insertbefore ="Tools" _label = "${res:XML.MainMenu.SearchMenu}">
+	                <Conditional action="Disable">
+		                <Or>
+		                	<Condition openwindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider"/>
+		                	<Condition openproject="*"/>
+		                </Or>
+		                
+		                <MenuItem id = "Find"
+		                          _label = "${res:XML.MainMenu.SearchMenu.Find}" 
+		                          icon = "Icons.16x16.FindIcon" 
+		                          description = "${res:XML.MainMenu.SearchMenu.Find.Description}" 
+		                          shortcut = "Control|F" 
+		                          class = "MonoDevelop.DefaultEditor.Commands.Find"/>
+		                <MenuItem id = "FindNext"
+		                          _label = "${res:XML.MainMenu.SearchMenu.FindNext}" 
+		                          icon = "Icons.16x16.FindNextIcon" 
+		                          description = "${res:XML.MainMenu.SearchMenu.FindNext.Description}" 
+		                          shortcut = "F3"
+		                          class = "MonoDevelop.DefaultEditor.Commands.FindNext"/>
+		                <MenuItem id = "Replace"
+		                          _label = "${res:XML.MainMenu.SearchMenu.Replace}" 
+		                          icon = "Icons.16x16.ReplaceIcon" 
+		                          description = "${res:XML.MainMenu.SearchMenu.Replace.Description}" 
+		                          shortcut = "Control|R"
+		                          class = "MonoDevelop.DefaultEditor.Commands.Replace"/>
+		        </Conditional>
+		        
+		        <MenuItem id = "SearchSeparator" _label = "-" />
+	                <MenuItem id = "FindInFiles"
+	                          _label = "${res:XML.MainMenu.SearchMenu.FindInFiles}" 
+	                          icon = "Icons.16x16.FindInFiles" 
+	                          description = "${res:XML.MainMenu.SearchMenu.FindInFiles.Description}" 
+	                          class = "MonoDevelop.DefaultEditor.Commands.FindInFiles"/>
+	                <MenuItem id = "ReplaceInFiles"
+	                          _label = "${res:XML.MainMenu.SearchMenu.ReplaceInFiles}" 
+	                          icon = "Icons.16x16.ReplaceInFiles" 
+	                          description = "${res:XML.MainMenu.SearchMenu.ReplaceInFiles.Description}" 
+	                          class = "MonoDevelop.DefaultEditor.Commands.ReplaceInFiles"/>
+	                
+	                <MenuItem id = "SearchInFilesSeparator" _label = "-" />
+	                <Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
+			        
+		                <MenuItem id = "ToggleBookmark"
+		                          _label = "${res:XML.MainMenu.SearchMenu.ToggleBookmark}" 
+		                          description = "${res:XML.MainMenu.SearchMenu.ToggleBookmark.Description}" 
+		                          shortcut = "Control|F2"
+		                          icon = "Icons.16x16.ToggleBookmark"
+		                          class = "MonoDevelop.EditorBindings.Commands.ToggleBookmark"/>
+		                <MenuItem id = "PrevBookmark"
+		                          _label = "${res:XML.MainMenu.SearchMenu.PrevBookmark}" 
+		                          description = "${res:XML.MainMenu.SearchMenu.PrevBookmark.Description}" 
+		                          shortcut = "Alt|F2"
+		                          icon = "Icons.16x16.GotoPrevbookmark"
+		                          class = "MonoDevelop.EditorBindings.Commands.PrevBookmark"/>
+		                <MenuItem id = "NextBookmark"
+		                          _label = "${res:XML.MainMenu.SearchMenu.NextBookmark}" 
+		                          description = "${res:XML.MainMenu.SearchMenu.NextBookmark.Description}" 
+		                          shortcut = "F2" 
+		                          icon = "Icons.16x16.GotoNextbookmark"
+		                          class = "MonoDevelop.EditorBindings.Commands.NextBookmark"/>
+		                <MenuItem id = "ClearBookmarks"
+		                          _label = "${res:XML.MainMenu.SearchMenu.ClrBookmark}" 
+		                          description = "${res:XML.MainMenu.SearchMenu.ClrBookmark.Description}"
+		                          icon = "Icons.16x16.ClearAllBookmarks"
+		                          class = "MonoDevelop.EditorBindings.Commands.ClearBookmarks"/>
+		                <MenuItem id = "Separator2" _label = "-" />
+		                <MenuItem id = "GotoLineNr"
+		                          _label = "${res:XML.MainMenu.SearchMenu.GotoLineNr}" 
+		                          description = "${res:XML.MainMenu.SearchMenu.GotoLineNr.Description}" 
+		                          shortcut = "Control|G"
+		                          class = "MonoDevelop.DefaultEditor.Commands.GotoLineNumber"/>
+		                <MenuItem id = "Separator3" _label = "-" />
+		                <MenuItem id = "GotoBrace"
+		                          _label = "${res:XML.MainMenu.SearchMenu.GotoBrace}" 
+		                          description = "${res:XML.MainMenu.SearchMenu.GotoBrace.Description}" 
+		                          shortcut = "Control|B"
+		                          class = "MonoDevelop.DefaultEditor.Commands.GotoMatchingBrace"/>
+		</Conditional>
+		</MenuItem>
+	</Extension>
+	
+	<!--
+	<Extension path = "/SharpDevelop/Workbench/MainMenu/Window">
+		<Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
+			<MenuItem id = "SplitTextEditor"
+			          insertafter="NxtPrvSeparator"
+			          insertbefore="CloseAll"
+			          _label = "${res:XML.MainMenu.WindowMenu.Split}"
+			          icon  = "Icons.16x16.SplitWindow"
+			          description = "${res:XML.MainMenu.WindowMenu.Split.Description}"
+			          class ="MonoDevelop.DefaultEditor.Commands.SplitTextEditor"/>
+		</Conditional> 
+	</Extension>
+	-->
+	
+	<!-- <Extension path = "/SharpDevelop/Workbench/MainMenu/Edit">
+                <MenuItem insertafter = "Delete" insertbefore = "SelectAll" id = "Separator2" _label = "-" />
+                <MenuItem insertafter = "Separator2" insertbefore = "Separator3" id = "Format" _label = "${res:XML.MainMenu.EditMenu.FormatMenu}">
+	                <Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
+                        
+                        <MenuItem id = "RemoveLeadingWs" 
+                                  _label = "${res:XML.MainMenu.EditMenu.FormatMenu.RlWs}" 
+                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.RlWs.Description}" 
+                                  class ="MonoDevelop.DefaultEditor.Commands.RemoveLeadingWS"/>
+                        <MenuItem id = "RemoveTrailingWs"
+                                  _label = "${res:XML.MainMenu.EditMenu.FormatMenu.RtWs}" 
+                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.RtWs.Description}"
+                                  class ="MonoDevelop.DefaultEditor.Commands.RemoveTrailingWS"/>
+                        <MenuItem id = "Seperator1" _label = "-" />
+                        <MenuItem id = "UpperCase"  
+                                  _label = "${res:XML.MainMenu.EditMenu.FormatMenu.UpperCase}" 
+                                  icon = "Icons.16x16.LowerToUpperCase" 
+                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.UpperCase.Description}" 
+                                  class ="MonoDevelop.DefaultEditor.Commands.ToUpperCase"/>
+                        <MenuItem id = "LowerCase" 
+                                  _label = "${res:XML.MainMenu.EditMenu.FormatMenu.LowerCase}" 
+                                  icon = "Icons.16x16.UpperToLowerCase" 
+                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.LowerCase.Description}"
+                                  class ="MonoDevelop.DefaultEditor.Commands.ToLowerCase"/>
+                        <MenuItem id = "Capitalize"
+                                  _label = "${res:XML.MainMenu.EditMenu.FormatMenu.Capitalize}" 
+                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.Capitalize.Description}" 
+                                  class ="MonoDevelop.DefaultEditor.Commands.CapitalizeAction"/>
+                        <MenuItem id = "InvertCase"
+                                  _label = "${res:XML.MainMenu.EditMenu.FormatMenu.InvertCase}" 
+                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.InvertCase.Description}" 
+                                  class ="MonoDevelop.DefaultEditor.Commands.InvertCaseAction"/>
+                        <MenuItem id = "Separator2" _label = "-" />
+                        <MenuItem id = "SortSelection"
+                                  _label = "${res:XML.MainMenu.EditMenu.FormatMenu.SortLines}" 
+                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.SortLines.Description}" 
+                                  class ="MonoDevelop.DefaultEditor.Commands.SortSelection"/>
+                        <MenuItem id = "Separator3" _label = "-" />
+                        <MenuItem id = "Tabs2Spaces" 
+                                  _label = "${res:XML.MainMenu.EditMenu.FormatMenu.Tab2Space}" 
+                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.Tab2Space.Description}" 
+                                  class ="MonoDevelop.DefaultEditor.Commands.ConvertTabsToSpaces"/>
+                        <MenuItem id = "Spaces2Tabs"
+                                  _label = "${res:XML.MainMenu.EditMenu.FormatMenu.Space2Tab}"
+                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.Space2Tab.Description}"
+                                  class ="MonoDevelop.DefaultEditor.Commands.ConvertSpacesToTabs"/>
+                        <MenuItem id = "LeadingTabs2Spaces"
+                                  _label = "${res:XML.MainMenu.EditMenu.FormatMenu.LdTab2Space}"
+                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.LdTab2Space.Description}" 
+                                  class ="MonoDevelop.DefaultEditor.Commands.ConvertLeadingTabsToSpaces"/>
+                        <MenuItem id = "LeadingSpaces2Tabs"
+                                  _label = "${res:XML.MainMenu.EditMenu.FormatMenu.LdSpace2Tab}"   
+                                  description = "${res:XML.MainMenu.EditMenu.FormatMenu.LdSpace2Tab.Description}" 
+                                  class ="MonoDevelop.DefaultEditor.Commands.ConvertLeadingSpacesToTabs"/>
+        		</Conditional>
+                </MenuItem>
+                <MenuItem insertafter = "Format" insertbefore = "Separator3" id = "Folding" _label = "${res:XML.MainMenu.EditMenu.FoldingMenu}">
+	                <Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
+	                        <MenuItem id          = "ToggleFolding"
+        	                          _label       = "${res:XML.MainMenu.EditMenu.FoldingMenu.ToggleFolding}"
+                	                  description = "Toggles the current selected folding"
+					  shortcut    = "Shift|Control|M"
+	                                  class       = "MonoDevelop.DefaultEditor.Commands.ToggleFolding"/>
+	                        <MenuItem id          = "ToggleAllFoldings"
+        	                          _label       = "${res:XML.MainMenu.EditMenu.FoldingMenu.ToggleAllFoldings}"
+	         	                  description = "Toggles all foldings" 
+       					  shortcut    = "Shift|Control|L"
+	                                  class       = "MonoDevelop.DefaultEditor.Commands.ToggleAllFoldings"/>
+	                        <MenuItem id          = "ShowDefinitionsOnly"
+        	                          _label       = "${res:XML.MainMenu.EditMenu.FoldingMenu.ShowDefinitions}"
+                	                  description = "Shows only the definitions" 
+       					  shortcut    = "Shift|Control|P"
+	                                  class       = "MonoDevelop.DefaultEditor.Commands.ShowDefinitionsOnly"/>
+        		</Conditional>
+                </MenuItem>
+                <MenuItem insertafter = "Separator2" insertbefore = "SelectAll" id = "Separator3" _label = "-" />
+	</Extension> -->
+
+	<Extension path = "/SharpDevelop/ViewContent/DefaultTextEditor/OptionsDialog">
+		<DialogPanel id = "General"
+		             _label = "${res:Dialog.Options.IDEOptions.TextEditor.General.PanelName}"
+		             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.GeneralTextEditorPanel"/>
+		<DialogPanel id = "Markers"
+		             _label = "${res:Dialog.Options.IDEOptions.TextEditor.Markers.PanelName}"
+		             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.MarkersTextEditorPanel"/>
+		<DialogPanel id = "Behavior"
+		             _label = "${res:Dialog.Options.IDEOptions.TextEditor.Behaviour.PanelName}"
+		             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.BehaviorTextEditorPanel"/>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Dialogs/OptionsDialog">
+		<DialogPanel id    = "TextEditorOptions"
+		             insertafter = "CodingOptions"
+		             insertbefore = "ToolsOptions"
+		             _label = "${res:Dialog.Options.IDEOptions.TextEditorOptionsText}">
+			<DialogPanel id = "General"
+			             _label = "${res:Dialog.Options.IDEOptions.TextEditor.General.PanelName}"
+			             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.GeneralTextEditorPanel"/>
+			<DialogPanel id = "Markers"
+			             _label = "${res:Dialog.Options.IDEOptions.TextEditor.Markers.PanelName}"
+			             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.MarkersTextEditorPanel"/>
+			<DialogPanel id = "Behavior"
+			             _label = "${res:Dialog.Options.IDEOptions.TextEditor.Behaviour.PanelName}"
+			             class = "MonoDevelop.EditorBindings.Gui.OptionPanels.BehaviorTextEditorPanel"/>
+		</DialogPanel>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Workbench/MainMenu/Tools">
+		<Conditional activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextEditorControlProvider" action="Disable">
+			<!--<MenuItem id = "InsertColor"
+			          insertafter = "Separator1" insertbefore = "Separator2"
+			          _label = "${res:XML.MainMenu.ToolMenu.InsColor}" 
+			          description = "${res:XML.MainMenu.ToolMenu.InsColor.Description}" 
+			          class = "MonoDevelop.DefaultEditor.Commands.ShowColorDialog"/> -->
+			<MenuItem id = "Separator2" _label = "-" />
+
+		<!--	<MenuItem id = "GenerateCodeAction"
+			          insertafter = "Separator2"
+			          _label = "${res:XML.MainMenu.ToolMenu.GenerateCode}" 
+			          description = "${res:XML.MainMenu.ToolMenu.GenerateCode.Description}" 
+			          class = "MonoDevelop.DefaultEditor.Commands.GenerateCodeAction"/>
+			<MenuItem id = "ShowQuickHelp"
+			          _label = "${res:XML.MainMenu.ToolMenu.QuickXmlDoc}" 
+			          description = "${res:XML.MainMenu.ToolMenu.QuickXmlDoc.Description}" 
+			          shortcut = "Control|Q"
+			          class = "MonoDevelop.DefaultEditor.Commands.QuickDocumentation"/> 
+			<MenuItem id = "Separator3" _label = "-" /> -->
+		</Conditional>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/DefaultEditor/SearchAndReplace/WildcardHelpPath">
+		<MenuItem id    = "*Char"
+		          _label = "* Zero or more of any character" />
+		<MenuItem id    = "?Char"
+		          _label = "? Any single character" />
+		<MenuItem id    = "#Char"
+		          _label = "# Any single digit" />
+		<MenuItem id    = "[]Char"
+		          _label = "[] Any one character in the set" />
+		<MenuItem id    = "[!]Char"
+		          _label = "[!] Any one character not in the set" />
+	</Extension>
+	
+	<!-- Note : Most actions are put directly into the control, because 
+	            they're used for the standalone version too, only put keys in the
+	            tree that are sharpdevelop specific, general keys put into TextAreaControl.GenerateDefaultActions --> 
+	<Extension path = "/AddIns/DefaultTextEditor/EditActions">
+		<EditAction id = "TemplateCompletion" class = "MonoDevelop.DefaultEditor.Actions.TemplateCompletion"  keys = "Control|J"/>		
+		<EditAction id = "IndentSelection" class = "MonoDevelop.TextEditor.Actions.IndentSelection"  keys = "Control|I"/>		
+	</Extension>
+
+	<Extension path = "/SharpDevelop/Workbench/DisplayBindings">
+		<DisplayBinding id    = "NewText"
+		       supportedformats = "Text Files,Source Files"
+		       class = "MonoDevelop.SourceEditor.Gui.SourceEditorDisplayBinding" />
+	</Extension>
+	
+</AddIn>

Deleted: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin	2004-04-04 13:37:20 UTC (rev 1370)
@@ -1,1022 +0,0 @@
-<AddIn name        = "SharpDevelop Core"
-       author      = "Mike Krueger"
-       copyright   = "GPL"
-       url         = "http://www.icsharpcode.net"
-       description = "SharpDevelop core module"
-       version     = "1.0.0">
-
-	<Runtime>
-		<Import assembly="../bin/MonoDevelop.Base.dll"/>
-	</Runtime>
-
-	<Extension path = "/SharpDevelop/Workbench/Ambiences">
-		<Class id    = ".NET"
-		       class = "MonoDevelop.Services.NetAmbience"/>
-	</Extension>
-	
-
-	<Extension path = "/Workspace/Autostart">
-		<Class id = "InitializeWorkbenchCommand" 
-		       class = "MonoDevelop.Commands.InitializeWorkbenchCommand"/>
-		<Class id = "StartCodeCompletionWizard" 
-		       class = "MonoDevelop.Commands.StartCodeCompletionWizard"/>
-		<Class id = "StartParserServiceThread" 
-		       class = "MonoDevelop.Commands.StartParserServiceThread"/>
-		<!-- #assembly preload -->
-<!--		<Class id = "StartSharpAssemblyPreloadThread"
-		       class = "MonoDevelop.Commands.StartSharpAssemblyPreloadThread"/>-->
-		<Class id = "StartWorkbenchCommand" 
-		       class = "MonoDevelop.Commands.StartWorkbenchCommand"/>
-	</Extension>
-	
-	<Extension path = "/Workspace/Services">
-		<Class id    = "MonodocService"
-		       class = "MonoDevelop.Services.MonodocService"/>
-		<Class id    = "ProjectService"
-		       class = "MonoDevelop.Services.DefaultProjectService"/>
-		<Class id    = "FileService"
-		       class = "MonoDevelop.Services.DefaultFileService"/>
-		<Class id    = "ParserService"
-		       class = "MonoDevelop.Services.DefaultParserService"/>
-		<Class id    = "TaskService"
-		       class = "MonoDevelop.Services.TaskService"/>
-		<Class id    = "StatusBarService"
-		       class = "MonoDevelop.Services.DefaultStatusBarService"/>
-		<Class id    = "ToolbarService"
-		       class = "MonoDevelop.Services.ToolbarService"/>
-		<Class id    = "LanguageService"
-		       class = "MonoDevelop.Services.LanguageService"/>
-		<Class id    = "ClassBrowserIconsService"
-		       class = "MonoDevelop.Services.ClassBrowserIconsService"/>
-		<Class id    = "LanguageBindingService"
-		       class = "MonoDevelop.Services.LanguageBindingService"/>
-		<Class id    = "DisplayBindingService"
-		       class = "MonoDevelop.Services.DisplayBindingService"/>
-		<Class id    = "AmbienceService"
-		       class = "MonoDevelop.Services.AmbienceService"/>
-		<Class id    = "MenuService"
-		       class = "MonoDevelop.Services.MenuService"/>
-	</Extension>
-
-	<Extension path = "/SharpDevelop/Workbench/DisplayBindings">
-		<DisplayBinding id    = "Browser"
-		                supportedformats = "Web Pages"
-		                class = "MonoDevelop.BrowserDisplayBinding.BrowserDisplayBinding"/>
-	</Extension>
-
-	<Extension path = "/SharpDevelop/Views/ProjectBrowser/NodeBuilders">
-		<Class id = "DefaultBuilder"
-		       class = "MonoDevelop.Gui.Pads.ProjectBrowser.DefaultDotNetNodeBuilder"/>
-	</Extension>
-
-	<Extension path = "/SharpDevelop/Views/ClassScout/ContextMenu/ClassNode">
-                <MenuItem id = "Export"
-                          label = "ExportSignature" 
-                          class = "MonoDevelop.Commands.ClassScoutCommands.ExportClassSignature"/>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/CombineBrowserNode">
-                <MenuItem id = "Compile"
-                          label = "${res:XML.MainMenu.RunMenu.Compile}" 
-                          class = "MonoDevelop.Commands.Compile"/>
-                <MenuItem id = "CompileAll"
-                          label = "${res:XML.MainMenu.RunMenu.CompileAll}" 
-                          class = "MonoDevelop.Commands.CompileAll"/>
-                <MenuItem id = "CombineBuildGroupSeparator" label = "-" />
-                
-                <MenuItem id = "CombineAddMenu" label = "${res:ProjectComponent.ContextMenu.AddMenu}" >
-	                <MenuItem id = "AddNewProject"
-		                  label = "${res:ProjectComponent.ContextMenu.AddNewProject}" 
-		                  icon  = "Icons.16x16.NewProjectIcon"
-		                  class = "MonoDevelop.Commands.ProjectBrowser.AddNewProjectToCombine"/>
-	                <MenuItem id = "AddNewCombine"
-		                  label = "${res:ProjectComponent.ContextMenu.AddNewCombine}" 
-		                  icon  = "Icons.16x16.NewProjectIcon"
-		                  class = "MonoDevelop.Commands.ProjectBrowser.AddNewCombineToCombine"/>
-		        <MenuItem id = "Separator1" label = "-" />          
-	                <MenuItem id = "AddProject"
-		                  label = "${res:ProjectComponent.ContextMenu.AddProject}" 
-		                  class = "MonoDevelop.Commands.ProjectBrowser.AddProjectToCombine"/>
-	                <MenuItem id = "AddCombine"
-		                  label = "${res:ProjectComponent.ContextMenu.AddCombine}" 
-		                  class = "MonoDevelop.Commands.ProjectBrowser.AddCombineToCombine"/>
-                </MenuItem>
-		<MenuItem id = "RemoveCombine"
-	                  label = "${res:ProjectComponent.ContextMenu.Remove}" 
-	                  icon  = "Icons.16x16.DeleteIcon"
-	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
-
-                <MenuItem id = "RenameCombine"
-	                  label    = "${res:ProjectComponent.ContextMenu.Rename}" 
-	                  shortcut = "F2"
-	                  class    = "MonoDevelop.Commands.ProjectBrowser.RenameEntryEvent"/>
-	                  
-	        <MenuItem id = "CombineOptionsSeparator" label = "-" />          
-	        
-                <MenuItem id = "CombineOptions"
-	                  label = "${res:ProjectComponent.ContextMenu.CombineOptions}" 
-	                  icon  = "Icons.16x16.PropertiesIcon"
-	                  class    = "MonoDevelop.Commands.ProjectBrowser.CombineOptions"/>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ResourceFolderNode">
-                <MenuItem id = "AddResource"
-	                  label = "${res:ProjectComponent.ContextMenu.AddResourceFile}" 
-	                  class = "MonoDevelop.Commands.ProjectBrowser.AddResourceToProject"/>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ReferenceFolderNode">
-                <MenuItem id = "AddReference"
-	                  label = "${res:ProjectComponent.ContextMenu.AddReference}" 
-	                  class = "MonoDevelop.Commands.ProjectBrowser.AddReferenceToProject"/>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ReferenceNode">
-		<MenuItem id = "OpenFile"
-		          label = "${res:ProjectComponent.ContextMenu.Open}" 
-		          icon  = "Icons.16x16.OpenFileIcon"
-		          class = "MonoDevelop.Commands.ProjectBrowser.OpenFileEvent"/>
-		<MenuItem id = "OpenSeparator" label = "-" />
-		<MenuItem id = "Remove"
-	                  label = "${res:ProjectComponent.ContextMenu.Remove}" 
-	                  icon  = "Icons.16x16.DeleteIcon"
-	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
-	</Extension>
-        
-        <Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/DefaultFileNode">
-		<MenuItem id = "OpenFile"
-		          label = "${res:ProjectComponent.ContextMenu.Open}" 
-		          icon  = "Icons.16x16.OpenFileIcon"
-		          class = "MonoDevelop.Commands.ProjectBrowser.OpenFileEvent"/>
-		<MenuItem id = "OpenSeparator" label = "-" />
-		<MenuItem id = "Remove"
-	                  label = "${res:ProjectComponent.ContextMenu.Remove}" 
-	                  icon  = "Icons.16x16.DeleteIcon"
-	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
-                <MenuItem id = "Rename"
-	                  label    = "${res:ProjectComponent.ContextMenu.Rename}" 
-	                  shortcut = "F2"
-	                  class    = "MonoDevelop.Commands.ProjectBrowser.RenameEntryEvent"/>
-        </Extension>
-
-        <Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ProjectFileNode">
-		<MenuItem id = "OpenFile"
-		          label = "${res:ProjectComponent.ContextMenu.Open}" 
-		          icon  = "Icons.16x16.OpenFileIcon"
-		          class = "MonoDevelop.Commands.ProjectBrowser.OpenFileEvent"/>
-		<MenuItem id = "OpenSeparator" label = "-" />
-                <MenuItem id = "Add" label = "${res:ProjectComponent.ContextMenu.AddMenu}">
-        		<MenuItem id = "NewFiles"
-		                  label = "${res:ProjectComponent.ContextMenu.NewFiles}" 
-		                  icon  = "Icons.16x16.NewDocumentIcon"
-		                  class = "MonoDevelop.Commands.ProjectBrowser.AddNewFileEvent"/>
-        		<MenuItem id = "AddFiles"
-		                  label = "${res:ProjectComponent.ContextMenu.AddFiles}" 
-		                  class = "MonoDevelop.Commands.ProjectBrowser.AddFilesToProject"/>
-			<MenuItem id = "Separator1" label = "-" />
-        		<MenuItem id = "NewFolder"
-		                  label = "${res:ProjectComponent.ContextMenu.NewFolder}" 
-		                  icon  = "Icons.16x16.NewFolderIcon"
-		                  class = "MonoDevelop.Commands.ProjectBrowser.NewFolderEvent"/>
-        	</MenuItem>
-		<MenuItem id = "Include" label = "${res:ProjectComponent.ContextMenu.IncludeMenu}">
-			<MenuItem id = "IncludeFileIn" label = "boguslabel"
-			          class = "MonoDevelop.Commands.IncludeFilesBuilder" />
-			</MenuItem>
-		<MenuItem id = "IncludeSeparator" label = "-" />
-		<MenuItem id = "Remove"
-	                  label = "${res:ProjectComponent.ContextMenu.Remove}" 
-	                  icon  = "Icons.16x16.DeleteIcon"
-	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
-                <MenuItem id = "Rename"
-	                  label    = "${res:ProjectComponent.ContextMenu.Rename}" 
-	                  shortcut = "F2"
-	                  class    = "MonoDevelop.Commands.ProjectBrowser.RenameEntryEvent"/>
-        </Extension>
-        
-        <Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/DefaultDirectoryNode">
-                <MenuItem id = "Add" label = "${res:ProjectComponent.ContextMenu.AddMenu}">
-        		<MenuItem id = "NewFiles"
-		                  label = "${res:ProjectComponent.ContextMenu.NewFiles}" 
-		                  icon  = "Icons.16x16.NewDocumentIcon"
-		                  class = "MonoDevelop.Commands.ProjectBrowser.AddNewFileEvent"/>
-        		<MenuItem id = "AddFiles"
-		                  label = "${res:ProjectComponent.ContextMenu.AddFiles}" 
-		                  class = "MonoDevelop.Commands.ProjectBrowser.AddFilesToProject"/>
-			<MenuItem id = "Separator1" label = "-" />
-        		<MenuItem id = "NewFolder"
-		                  label = "${res:ProjectComponent.ContextMenu.NewFolder}" 
-		                  icon  = "Icons.16x16.NewFolderIcon"
-		                  class = "MonoDevelop.Commands.ProjectBrowser.NewFolderEvent"/>
-        	</MenuItem>
-		<MenuItem id = "AddSeparator" label = "-" />
-		<MenuItem id = "Remove"
-	                  label = "${res:ProjectComponent.ContextMenu.Remove}" 
-	                  icon  = "Icons.16x16.DeleteIcon"
-	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
-                <MenuItem id = "Rename"
-	                  label    = "${res:ProjectComponent.ContextMenu.Rename}" 
-	                  shortcut = "F2"
-	                  class    = "MonoDevelop.Commands.ProjectBrowser.RenameEntryEvent"/>
-        </Extension>
-        
-        <Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ProjectBrowserNode">
-                <MenuItem id = "BuildProject"
-                          label = "${res:XML.MainMenu.RunMenu.BuildProject}" 
-		          icon  = "Icons.16x16.BuildCurrentSelectedProject"
-                          class = "MonoDevelop.Commands.BuildCurrentProject"/>
-                <MenuItem id = "RebuildProject"
-                          label = "${res:XML.MainMenu.RunMenu.RebuildProject}" 
-                          class = "MonoDevelop.Commands.RebuildCurrentProject"/>
-                <MenuItem id = "BuildGroupSeparator" label = "-" />
-                <MenuItem id = "Add" label = "${res:ProjectComponent.ContextMenu.AddMenu}">
-        		<MenuItem id = "NewFiles"
-		                  label = "${res:ProjectComponent.ContextMenu.NewFiles}" 
-		                  icon  = "Icons.16x16.NewDocumentIcon"
-		                  class = "MonoDevelop.Commands.ProjectBrowser.AddNewFileEvent"/>
-        		<MenuItem id = "AddFiles"
-		                  label = "${res:ProjectComponent.ContextMenu.AddFiles}" 
-		                  class = "MonoDevelop.Commands.ProjectBrowser.AddFilesToProject"/>
-			<MenuItem id = "Separator1" label = "-" />
-        		<MenuItem id = "NewFolder"
-		                  label = "${res:ProjectComponent.ContextMenu.NewFolder}" 
-		                  icon  = "Icons.16x16.NewFolderIcon"
-		                  class = "MonoDevelop.Commands.ProjectBrowser.NewFolderEvent"/>
-        	</MenuItem>
-		<MenuItem id = "AddSeparator" label = "-" />
-		<MenuItem id = "Remove"
-	                  label = "${res:ProjectComponent.ContextMenu.Remove}" 
-	                  icon  = "Icons.16x16.DeleteIcon"
-	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
-                <MenuItem id = "Rename"
-	                  label    = "${res:ProjectComponent.ContextMenu.Rename}" 
-	                  shortcut = "F2"
-	                  class    = "MonoDevelop.Commands.ProjectBrowser.RenameEntryEvent"/>
-		<!-- <MenuItem id = "RemoveRenameSeparator" label = "-" /> -->
-		<!-- <MenuItem id = "RunTests"
-	                  label = "${res:ProjectComponent.ContextMenu.RunTests}" 
-	                  class = "MonoDevelop.Commands.RunTestsInProject"/>
-		<MenuItem id = "Deploy"
-	                  label = "${res:ProjectComponent.ContextMenu.Deploy}" />
-		<MenuItem id = "TestsDeploySeparator" label = "-" /> -->
-
-<!-- 	      	<MenuItem id = "ViewDocumentation"
-	                  label = "${res:ProjectComponent.ContextMenu.ViewDocumentation}" 
-	                  class = "MonoDevelop.Commands.ViewProjectDocumentation"/> -->
-		
-		<!-- <MenuItem id = "GenerateDocumentation"
-	                  label = "${res:ProjectComponent.ContextMenu.GenerateDocumentation}" 
-	                  class = "MonoDevelop.Commands.GenerateProjectDocumentation"/> -->
-		
-		<MenuItem id = "SetAsStartupProjectSeparator" label = "-" />
-		<MenuItem id = "SetAsStartupProject"
-	                  label = "${res:ProjectComponent.ContextMenu.SetAsStartupProject}" 
-	                  class = "MonoDevelop.Commands.ProjectBrowser.SetAsStartupProject"/>
-		
-		<MenuItem id = "OptionsSeparator" label = "-" />
-		<MenuItem id = "ProjectOptions"
-	                  label = "${res:ProjectComponent.ContextMenu.Options}" 
-	                  icon  = "Icons.16x16.PropertiesIcon"
-	                  class = "MonoDevelop.Commands.ViewProjectOptions"/>
-        </Extension>
-	
-	<Extension path = "/SharpDevelop/Workbench/ProjectOptions/ConfigNodeMenu">
-                <MenuItem id = "Add" 
-                          label = "${res:ProjectComponent.ContextMenu.AddMenu}"
-                          class = "MonoDevelop.Commands.AddProjectConfiguration"/>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Workbench/ProjectOptions/SelectedConfigMenu">
-                <MenuItem id = "Rename" 
-                          label = "Rename"
-                          class = "MonoDevelop.Commands.RenameProjectConfiguration"/>
-                <MenuItem id = "Remove" 
-                          label = "Remove"
-                          class = "MonoDevelop.Commands.RemoveProjectConfiguration"/>
-                <MenuItem id = "RenameRemoveSeparator" 
-                          label = "-"/>
-                <MenuItem id = "SetActive" 
-                          label = "Set as active"
-                          class = "MonoDevelop.Commands.SetActiveProjectConfiguration"/>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Workbench/ProjectOptions/GeneralOptions">
-		<DialogPanel id    = "Common"
-		             label = "General">
-			<DialogPanel id = "GeneralProjectPanel"
-			             label = "${res:Dialog.Options.ProjectOptionsText}"
-			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.GeneralProjectOptions"/>
-			<DialogPanel id = "Compile"
-			             label = "${res:Dialog.Options.PrjOptions.CompileFile.PanelName}"
-			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompileFileProjectOptions"/>
-<!--			<DialogPanel id = "Deploy"
-			             label = "${res:Dialog.Options.PrjOptions.DeployFile.PanelName}"
-			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.DeployFileProjectOptions"/> -->
-		</DialogPanel>
-	</Extension>
-	
-	<!-- TODO : complete the combine options dialog -->
-
-	<Extension path = "/SharpDevelop/Workbench/CombineOptions">
-		<DialogPanel id    = "Common"
-		             label = "${res:Dialog.Options.CombineOptions.CommonOptions}">
-			<DialogPanel id = "Startup"
-			             label = "${res:Dialog.Options.CombineOptions.Startup.PanelName}"
-			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CombineStartupPanel"/>
-
-<!-- 		<DialogPanel id = "Dependency"
-			             label = "${res:Dialog.Options.CombineOptions.Dependencies.PanelName}"
-			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CombineDependencyPanel"/> -->
-
-		</DialogPanel>
-
-		<!-- ORIGINAL #D COMMENT
-		<DialogPanel id    = "Configuration"
-		             label = "${res:Dialog.Options.CombineOptions.ConfigurationOptions}">
-			<DialogPanel id = "Configuration"
-			             label = "${res:Dialog.Options.CombineOptions.Configurations.PanelName}"
-			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CombineConfigurationPanel"/>
-		</DialogPanel> -->
-
-	</Extension>
-	
-<!-- not using these, since the OpenFileTab has been removed (replaced with TabLabel) jba 5 march 2004
-	<Extension path = "/SharpDevelop/Workbench/OpenFileTab/ContextMenu">
-                <MenuItem id = "Close"
-	                  label = "${res:OpenFileTabEventHandler.ContextMenu.Close}" 
-	                  class = "MonoDevelop.Commands.TabStrip.CloseFileTab"/>
-		<MenuItem id = "CloseSeparator" label = "-" />
-                <Conditional action="Disable">
-	                <And>
-	                	<Condition ownerstate="FileDirty"/>
-	                	<Not>
-	                		<Condition ownerstate="FileUntitled"/>
-	                	</Not>
-	                </And>
-	                
-	                <MenuItem id = "Save"
-		                  label = "${res:OpenFileTabEventHandler.ContextMenu.Save}" 
-		                  icon  = "Icons.16x16.SaveIcon"
-		                  class = "MonoDevelop.Commands.TabStrip.SaveFileTab"/>
-		</Conditional>
-                <MenuItem id = "SaveAs"
-	                  label = "${res:OpenFileTabEventHandler.ContextMenu.SaveAs}" 
-	                  icon  = "Icons.16x16.SaveAsIcon"
-			  class = "MonoDevelop.Commands.TabStrip.SaveFileAsTab"/>
-
-		<MenuItem id = "SaveSeparator" label = "-" />
-                <Conditional action="Disable">
-	                <Not>
-	                	<Condition ownerstate="FileUntitled" />
-	                </Not>
-	                <MenuItem id = "CopyPathName"
-		                  label = "${res:OpenFileTabEventHandler.CopyPathName}" 
-		                  class = "MonoDevelop.Commands.TabStrip.CopyPathName"/>
-		</Conditional>
-	</Extension>
--->
-
-	<Extension path = "/SharpDevelop/Workbench/FileFilter">
-		<FileFilter id = "AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.AllFiles}"
-		            extensions = "*.*"/>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Workbench/Views">
-		<Class id    = "ProjectScout" 
-		       class = "MonoDevelop.Gui.Pads.ProjectBrowser.ProjectBrowserView"/>
-		<Class id    = "ClassScout"
-		       class = "MonoDevelop.Gui.Pads.ClassScout"/>
-		<Class id    = "FileScout" 
-		       class = "MonoDevelop.Gui.Pads.FileScout"/>
-		<Class id    = "OpenTaskView" 
-		       class = "MonoDevelop.Gui.Pads.OpenTaskView"/>
-		<Class id    = "HelpBrowser"
-		       class = "MonoDevelop.Gui.Pads.HelpTree"/>
-<!--			   
-		<Class id    = "SideBar" 
-		       class = "MonoDevelop.Gui.Pads.SideBarView"/>
-		
-
-		<Class id    = "PropertyPad" 
-		       class = "MonoDevelop.Gui.Pads.PropertyPad"/>
-		       
-		<Class id    = "HelpBrowser" 
-		       class = "MonoDevelop.Gui.Pads.HelpBrowser"/>
--->			 
-	</Extension>
-	
-	
-	<Extension path = "/SharpDevelop/Dialogs/OptionsDialog">
-		<DialogPanel id    = "UIOptions"
-		             label = "${res:Dialog.Options.TreeViewOptions.SharpDevelopOptionsText}">
-<!--			<DialogPanel id = "SelectCulture"
-			             label = "${res:Dialog.Options.IDEOptions.SelectCulture.PanelName}"
-			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.IDEOptionPanel"/>-->
-			<DialogPanel id = "SelectStyle"
-				         label = "${res:Dialog.Options.IDEOptions.SelectVisualStyle.PanelName}"
-				         class = "MonoDevelop.Gui.Dialogs.OptionPanels.SelectStylePanel"/>
-			<DialogPanel id = "LoadSave"
-			             label = "${res:Dialog.Options.IDEOptions.LoadSaveOptions.PanelName}"
-			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.LoadSavePanel"/>
-			<!--  i8n the file -->
-			<DialogPanel id = "Build"
-			             label = "Build"
-			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.BuildPanel"/>
-		</DialogPanel>
-		<DialogPanel id    = "CodingOptions"
-		             label = "${res:Dialog.Options.IDEOptions.CodingOptionsText}">
-			<DialogPanel id = "CodeGeneration"
-			             label = "${res:Dialog.Options.IDEOptions.CodeGenerationOptionsPanel.Title}"
-			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CodeGenerationPanel"/>
-		</DialogPanel>
-		
-		<DialogPanel id    = "ToolsOptions"
-		             label = "${res:Dialog.Options.IDEOptions.ToolsOptionsText}">
-		<DialogPanel id = "ExternalTools"
-		             label = "${res:Dialog.Options.ExternalToolsText}"
-		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.ExternalToolPane"/>
-		     <!-- ORIGINAL #D COMMENT			<DialogPanel id = "HtmlHelp"
-			             label = "${res:Dialog.Options.IDEOptions.HelpGeneratingPanelText}"
-				     class = "MonoDevelop.Gui.Dialogs.OptionPanels.HelpGeneratingPanel"/>-->
-		</DialogPanel>
-	</Extension>
-
-	<Extension path = "/SharpDevelop/Workbench/Combine/FileFilter">
-		<FileFilter id = "Combine"
-		            name = "${res:SharpDevelop.FileFilter.CombineFiles}"
-		            extensions = "*.cmbx"/>
-		<FileFilter id = "Project"
-		            name = "${res:SharpDevelop.FileFilter.ProjectFiles}"
-		            extensions = "*.prjx"/>
-		<FileFilter id = "AllFiles"
-		            name = "${res:SharpDevelop.FileFilter.AllFiles}"
-		            extensions = "*.*"/>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Workbench/ToolBar">
-		<ToolbarItem id = "Standard">
-			<ToolbarItem id = "New" 
-			             icon = "Icons.16x16.NewDocumentIcon" 
-			             tooltip = "${res:XML.MainMenu.FileMenu.New.File.Description}"
-			             class = "MonoDevelop.Commands.CreateNewFile"/>
-			<ToolbarItem id = "Open" 
-			             icon = "Icons.16x16.OpenFileIcon" 
-			             tooltip = "${res:XML.MainMenu.FileMenu.Open.File.Description}"
-			             class = "MonoDevelop.Commands.OpenFile"/>
-			<Conditional activewindow="*" action="Disable">
-				<ToolbarItem id = "Save" 
-				             icon = "Icons.16x16.SaveIcon" 
-				             tooltip = "${res:XML.MainMenu.FileMenu.Save.Description}"
-				             class = "MonoDevelop.Commands.SaveFile"/>
-				             
-		                <ToolbarItem id = "SaveAll"
-			                     icon = "Icons.16x16.SaveAllIcon" 
-		                             tooltip = "${res:XML.MainMenu.FileMenu.SaveAll.Description}"
-		                             class = "MonoDevelop.Commands.SaveAllFiles"/>
-			</Conditional>
-			<ToolbarItem id = "Separator1" tooltip = "-"/>
-	                <!-- <Conditional activewindow="*" action="Disable"> -->
-				<ToolbarItem id = "Cut" 
-				             icon = "Icons.16x16.CutIcon" 
-				             tooltip = "${res:XML.MainMenu.EditMenu.Cut.Description}"
-				             class = "MonoDevelop.Commands.Cut"/>
-				<ToolbarItem id = "Copy" 
-				             icon = "Icons.16x16.CopyIcon" 
-				             tooltip = "${res:XML.MainMenu.EditMenu.Copy.Description}"
-				             class = "MonoDevelop.Commands.Copy"/>
-				<ToolbarItem id = "Paste" 
-				             icon = "Icons.16x16.PasteIcon" 
-				             tooltip = "${res:XML.MainMenu.EditMenu.Paste.Description}"
-				             class = "MonoDevelop.Commands.Paste"/>
-				<ToolbarItem id = "Delete" 
-				             icon = "Icons.16x16.DeleteIcon" 
-				             tooltip = "${res:XML.MainMenu.EditMenu.Delete.Description}"
-				             class = "MonoDevelop.Commands.Delete"/>
-			<!-- </Conditional> -->
-			<ToolbarItem id = "CutSeparator" insertafter ="Delete" insertbefore ="Find" tooltip = "-"/>
-	                <!-- <Conditional action="Disable">
-	                	<Or>
-	                		<Condition activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextAreaControlProvider"/>
-	                		<Condition iscombineopen="True"/>
-	                	</Or>
-			</Conditional> -->
-			
-			<ToolbarItem id = "CompileSeparator" insertafter = "ClearBookmarks" tooltip = "-"/>
-	                <Conditional action="Disable">
-	                	<Or>
-	                		<Condition activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextAreaControlProvider"/>
-	                		<Condition iscombineopen="True"/>
-	                	</Or>
-		                <ToolbarItem id = "Compile"
-				             icon  = "Icons.16x16.BuildCombine"
-				             tooltip = "${res:XML.MainMenu.RunMenu.Compile.Description}"
-				             class = "MonoDevelop.Commands.Compile"/>
-			
-				<ToolbarItem id = "BuildProject"
-				             icon  = "Icons.16x16.BuildCurrentSelectedProject"
-				             tooltip = "${res:XML.MainMenu.RunMenu.BuildProject.Description}"
-				             class = "MonoDevelop.Commands.BuildCurrentProject"/>
-				<ToolbarItem id = "Run"
-				             icon = "Icons.16x16.RunProgramIcon"
-				             tooltip = "${res:XML.MainMenu.RunMenu.Run.Description}"
-				             class = "MonoDevelop.Commands.RunCommand"/>
-			</Conditional>
-		</ToolbarItem>
-	</Extension>
-
-	<Extension path = "/SharpDevelop/Workbench/MainMenu">
-	        <MenuItem id = "File" label = "${res:XML.MainMenu.FileMenu}">
-	                <MenuItem id = "New" label = "${res:XML.MainMenu.FileMenu.New}">
-	                        <MenuItem id          = "File" 
-	                                  label       = "${res:XML.MainMenu.FileMenu.New.File}" 
-	                                  icon        = "Icons.16x16.NewDocumentIcon" 
-	                                  description = "${res:XML.MainMenu.FileMenu.New.File.Description}" 
-	                                  shortcut    = "Control|N" 
-	                                  class = "MonoDevelop.Commands.CreateNewFile"/>
-	                                  
-	                        <MenuItem id = "Project" 
-	                                  label = "${res:XML.MainMenu.FileMenu.New.Project}" 
-	                                  icon = "Icons.16x16.NewProjectIcon" 
-	                                  description = "${res:XML.MainMenu.FileMenu.New.Project.Description}" 
-	                                  shortcut = "Control|Shift|N" 
-	                                  class = "MonoDevelop.Commands.CreateNewProject"/>
-	                </MenuItem>
-	                
-	                <MenuItem id = "Open" label = "${res:XML.MainMenu.FileMenu.Open}">
-	                        <MenuItem id = "File" 
-	                                  label = "${res:XML.MainMenu.FileMenu.Open.File}" 
-	                                  icon = "Icons.16x16.OpenFileIcon"  
-	                                  description = "${res:XML.MainMenu.FileMenu.Open.File.Description}" 
-	                                  shortcut = "Control|O" 
-	                                  class = "MonoDevelop.Commands.OpenFile"/>
-	                                  
-	                        <MenuItem id = "Project" 
-	                                  label = "${res:XML.MainMenu.FileMenu.Open.Project}" 
-	                                  icon = "Icons.16x16.OpenProjectIcon" 
-	                                  description = "${res:XML.MainMenu.FileMenu.Open.Project.Description}" 
-	                                  shortcut = "Control|Shift|O" 
-	                                  class = "MonoDevelop.Commands.OpenCombine"/>
-	                </MenuItem>
-	                
-	                <MenuItem id = "Close" label = "${res:XML.MainMenu.FileMenu.Close}">
-	                        <Conditional activewindow="*" action="Disable">
-		                        <MenuItem id = "CloseFile"
-		                                  label = "${res:XML.MainMenu.FileMenu.Close.File}" 
-		                                  description = "${res:XML.MainMenu.FileMenu.Close.File.Desription}"
-						  icon = "Icons.16x16.CloseIcon"
-						  shortcut = "Control|W"
-		                                  class ="MonoDevelop.Commands.CloseFile"/>
-	                        </Conditional>
-	                        <Conditional iscombineopen="True" action="Disable">
-		                        <MenuItem id = "CloseCombine"
-		                                  label = "${res:XML.MainMenu.FileMenu.Close.Project}" 
-		                                  description = "${res:XML.MainMenu.FileMenu.Close.Project.Desription}"
-						  icon = "Icons.16x16.CloseCombineIcon"
-						  shortcut = "Control|Shift|W"
-		                                  class = "MonoDevelop.Commands.ClearCombine"/>
-		                </Conditional>
-	                </MenuItem>
-	                
-			<MenuItem id = "ReloadSeparator" label = "-" />
-			<MenuItem id = "Reloadfile"
-				  label = "${res:XML.MainMenu.FileMenu.Reload}" 
-				  shortcut = "Control|U"
-				  description = "${res:XML.MainMenu.FileMenu.Reload.Description}"
-	                          class = "MonoDevelop.Commands.ReloadFile" />
-			
-			<MenuItem id = "SaveSeparator" label = "-" />
-	                
-			<Conditional activewindow="*" action="Disable">
-		                <MenuItem id = "Save"
-		                          label = "${res:XML.MainMenu.FileMenu.Save}" 
-		                          icon = "Icons.16x16.SaveIcon" 
-		                          description = "${res:XML.MainMenu.FileMenu.Save.Description}" 
-		                          shortcut = "Control|S"
-		                          class = "MonoDevelop.Commands.SaveFile"/>
-		                <MenuItem id = "SaveAs"
-		                          label = "${res:XML.MainMenu.FileMenu.SaveAs}"
-					  icon = "Icons.16x16.SaveAsIcon"
-		                          description = "${res:XML.MainMenu.FileMenu.SaveAs.Description}"
-		                          class = "MonoDevelop.Commands.SaveFileAs"/>
-		                <MenuItem id = "SaveAll"
-		                          label = "${res:XML.MainMenu.FileMenu.SaveAll}" 
-		                          icon = "Icons.16x16.SaveAllIcon" 
-		                          shortcut = "Control|Shift|S" 
-		                          description = "${res:XML.MainMenu.FileMenu.SaveAll.Description}"
-		                          class = "MonoDevelop.Commands.SaveAllFiles"/>
-			</Conditional>
-			<!--
-			<MenuItem id = "PrintSeparator" label = "-" />
-	                <Conditional activewindow="*" action="Disable">
-		                <MenuItem id = "Print"
-		                          label = "${res:XML.MainMenu.FileMenu.Print}" 
-		                          icon = "Icons.16x16.Print" 
-		                          description = "${res:XML.MainMenu.FileMenu.Print.Description}" 
-		                          shortcut = "Control|P"
-		                          class = "MonoDevelop.Commands.Print"/>
-		                <MenuItem id = "PrintPreview"
-		                          label = "${res:XML.MainMenu.FileMenu.PrintPreview}" 
-		                          icon = "Icons.16x16.PreView" 
-		                          description = "${res:XML.MainMenu.FileMenu.PrintPreview.Description}"
-		                          class = "MonoDevelop.Commands.PrintPreview"/>
-	                </Conditional>
-			-->
-	                <MenuItem id = "RecentSeparator"  label = "-" />
-	                <MenuItem id = "RecentFiles"    attribute = "RecentFiles" label = "${res:XML.MainMenu.FileMenu.RecentFiles}">
-	                	<MenuItem id = "RecentFilesBuilder" label = "boguslabel" class = "MonoDevelop.Commands.RecentFilesMenuBuilder" />
-	                	<MenuItem id = "RecentFilesSeparator" label = "-" />
-	                	<MenuItem id = "ClearRecentFiles" 
-	                	          label = "${res:XML.MainMenu.FileMenu.ClearRecentFiles}" 
-	                	          description = "${res:XML.MainMenu.FileMenu.ClearRecentFiles.Description}"
-	                	          class = "MonoDevelop.Commands.ClearRecentFiles" />
-	                </MenuItem>
-	                
-	                <MenuItem id = "RecentProjects" attribute = "RecentProjects" label = "${res:XML.MainMenu.FileMenu.RecentProjects}">
-	                	<MenuItem id = "RecentProjectsBuilder" label = "boguslabel" class = "MonoDevelop.Commands.RecentProjectsMenuBuilder" />
-	                	<MenuItem id = "RecentProjectsSeparator" label = "-" />
-	                	<MenuItem id = "ClearRecentFiles" 
-	                	          label = "${res:XML.MainMenu.FileMenu.ClearRecentProjects}" 
-	                	          description = "${res:XML.MainMenu.FileMenu.ClearRecentProjects.Description}"
-	                	          class = "MonoDevelop.Commands.ClearRecentProjects" />
-	                </MenuItem>
-	                
-	                <MenuItem id = "ExitSeparator" label = "-" />
-	                <MenuItem id = "Exit"
-	                          label = "${res:XML.MainMenu.FileMenu.Exit}" 
-	                          icon = "Icons.16x16.QuitIcon" 
-	                          description = "${res:XML.MainMenu.FileMenu.Exit.Description}"
-	                          class = "MonoDevelop.Commands.ExitWorkbenchCommand" />
-	        </MenuItem>
-	        
-	        <MenuItem id = "Edit" label = "${res:XML.MainMenu.EditMenu}">
-	                <Conditional activewindow="*" action="Disable">
-		                <MenuItem id = "Undo"
-		                          label = "${res:XML.MainMenu.EditMenu.Undo}" 
-		                          icon = "Icons.16x16.UndoIcon" 
-		                          description = "${res:XML.MainMenu.EditMenu.Undo.Description}" 
-		                          shortcut = "Control|Z"
-		                          class = "MonoDevelop.Commands.Undo"/>
-		                <MenuItem id = "Redo" 
-		                          label = "${res:XML.MainMenu.EditMenu.Redo}" 
-		                          icon = "Icons.16x16.RedoIcon" 
-		                          description = "${res:XML.MainMenu.EditMenu.Redo.Description}" 
-		                          shortcut = "Control|Y"
-		                          class = "MonoDevelop.Commands.Redo"/>
-		        </Conditional>
-	                <MenuItem id = "Separator1" label = "-" />
-	                <Conditional activewindow="*" action="Disable">
-					<MenuItem id = "Cut" 
-						  label = "${res:XML.MainMenu.EditMenu.Cut}" 
-						  icon = "Icons.16x16.CutIcon" 
-						  description = "${res:XML.MainMenu.EditMenu.Cut.Description}" 
-						  shortcut = "Control|X"
-						  class = "MonoDevelop.Commands.Cut"/>
-					<MenuItem id = "Copy" 
-						  label = "${res:XML.MainMenu.EditMenu.Copy}" 
-						  icon = "Icons.16x16.CopyIcon" 
-						  description = "${res:XML.MainMenu.EditMenu.Copy.Description}" 
-						  shortcut = "Control|C"
-						  class = "MonoDevelop.Commands.Copy"/>
-					<MenuItem id = "Paste" 
-						  label = "${res:XML.MainMenu.EditMenu.Paste}" 
-						  icon = "Icons.16x16.PasteIcon"  
-						  description = "${res:XML.MainMenu.EditMenu.Paste.Description}" 
-						  shortcut = "Control|V" 
-						  class = "MonoDevelop.Commands.Paste"/>
-					<MenuItem id = "Delete"
-						  label = "${res:XML.MainMenu.EditMenu.Delete}" 
-						  icon = "Icons.16x16.DeleteIcon" 
-						  description = "${res:XML.MainMenu.EditMenu.Delete.Description}"
-						  class = "MonoDevelop.Commands.Delete"/>
-					<MenuItem id = "SelectAll" 
-						  label = "${res:XML.MainMenu.EditMenu.SelectAll}" 
-						  description = "${res:XML.MainMenu.EditMenu.SelectAll.Description}" 
-						  shortcut = "Control|A"
-						  class = "MonoDevelop.Commands.SelectAll"/>
-		        </Conditional>
-	                <MenuItem id = "Separator4" label = "-" />
-	                <Conditional action="Disable">
-		                <Or>
-		                	<Condition activewindow="*"/>
-		                	<Condition iscombineopen="True"/>
-		                </Or>
-		                <MenuItem id = "WordCount"
-		                          label = "${res:XML.MainMenu.EditMenu.WordCount}" 
-		                          description = "${res:XML.MainMenu.EditMenu.WordCount.Description}"
-		                          class = "MonoDevelop.Commands.WordCount"/>
-		        </Conditional>
-	        </MenuItem>
-	        
-	        <MenuItem id = "View" label = "${res:XML.MainMenu.ViewMenu}">
-	                <MenuItem id = "ViewBuilder" label = "" class = "MonoDevelop.Commands.ViewMenuBuilder" />
-	                <MenuItem id = "ViewItemsSeparator" label = "-" />
-			<MenuItem id = "ViewLayouts" label = "Layouts">
-				  <MenuItem id = "ViewLayoutsBuilder" label = "" class = "MonoDevelop.Commands.LayoutsMenuBuilder" />
-				  <MenuItem id = "ViewLayoutsSeparator" label = "-" />
-				  <MenuItem id = "ViewLayoutsNew" label = "New" class = "MonoDevelop.Commands.NewLayoutCommand" />
-			</MenuItem>
-	                <MenuItem id = "ViewItemsSeparator2" label = "-" />
-			<MenuItem id = "FullScreen"
-	                          label = "${res:XML.MainMenu.ViewMenu.FullScreen}" 
-	                          icon = "Icons.16x16.FullScreen" 
-	                          description = "${res:XML.MainMenu.ViewMenu.FullScreen.Description}" 
-	                          class = "MonoDevelop.Commands.ToggleFullscreenCommand" />
-	        </MenuItem>
-		
-		<!-- <Conditional iscombineopen="True">
-			<MenuItem id = "Project" label = "${res:XML.MainMenu.ProjectMenu}">
-				<Conditional activeproject="*" action="Disable">
-					<MenuItem id = "RunTests"
-					          label = "${res:XML.MainMenu.ProjectMenu.RunTests}" 
-					          description = "${res:XML.MainMenu.ProjectMenu.RunTests.Description}"
-					          class = "MonoDevelop.Commands.RunTestsInProject"/>
-			                          
-					<MenuItem id = "Deploy" 
-			                   label = "${res:XML.MainMenu.ProjectMenu.Deploy}" 
-			                          description = "${res:XML.MainMenu.ProjectMenu.Deploy.Description}" 
-			                          class = "MonoDevelop.Commands.DeployProject"/>
-				        <MenuItem id = "Separator1" label = "-" />
-					<MenuItem id = "ViewDocumentation"
-				                  label = "${res:ProjectComponent.ContextMenu.ViewDocumentation}"
-				                  class = "MonoDevelop.Commands.ViewProjectDocumentation"/> 
-
-			                <MenuItem id = "GenerateDocumentation"
-			                          label = "${res:ProjectComponent.ContextMenu.GenerateDocumentation}"
-			                          class = "MonoDevelop.Commands.GenerateProjectDocumentation"/>
-					
-					<MenuItem id = "Separator2" label = "-" />
-			                <MenuItem id = "Options"
-			                          label = "${res:XML.MainMenu.ProjectMenu.Options}" 
-			                          description = "${res:XML.MainMenu.ProjectMenu.Options.Description}" 
-			                          class = "MonoDevelop.Commands.ViewProjectOptions"/>
-				</Conditional>
-			</MenuItem>
-		</Conditional> -->
-		
-	        <MenuItem id = "Run" label = "${res:XML.MainMenu.RunMenu}">
-	                <Conditional action="Disable">
-	                	<Or>
-	                		<Condition activewindow="MonoDevelop.SourceEditor.Gui.SourceEditorDisplayBindingWrapper"/>
-	                		<Condition iscombineopen="True"/>
-	                	</Or>
-	                	
-		                <MenuItem id = "Compile"
-		                          label = "${res:XML.MainMenu.RunMenu.Compile}" 
-		                          description = "${res:XML.MainMenu.RunMenu.Compile.Description}" 
-		                          shortcut = "F8"
-		                          icon  = "Icons.16x16.BuildCombine"
-		                          class = "MonoDevelop.Commands.Compile"/>
-		                <MenuItem id = "CompileAll"
-		                          label = "${res:XML.MainMenu.RunMenu.CompileAll}" 
-		                          description = "${res:XML.MainMenu.RunMenu.CompileAll.Description}" 
-		                          shortcut = "Control|F8"
-		                          class = "MonoDevelop.Commands.CompileAll"/>
-		                <MenuItem id = "Separator1" label = "-" />
-			                <!-- <Conditional activeproject="*">
-				                <MenuItem id = "BuildProject"
-				                          label = "${res:XML.MainMenu.RunMenu.BuildProject}" 
-				                          description = "${res:XML.MainMenu.RunMenu.BuildProject.Description}" 
-				                          shortcut = "F9"
-				                          icon  = "Icons.16x16.BuildCurrentSelectedProject"
-				                          class = "MonoDevelop.Commands.BuildCurrentProject"/>
-				                <MenuItem id = "RebuildProject"
-				                          label = "${res:XML.MainMenu.RunMenu.RebuildProject}" 
-				                          description = "${res:XML.MainMenu.RunMenu.RebuildProject.Description}" 
-				                          shortcut = "Alt|F9"
-				                          class = "MonoDevelop.Commands.RebuildCurrentProject"/>
-				                <MenuItem id = "Separator2" label = "-" />
-			                </Conditional> -->
-		                <MenuItem id = "Run"
-		                          label = "${res:XML.MainMenu.RunMenu.Run}" 
-		                          icon = "Icons.16x16.RunProgramIcon" 
-		                          description = "${res:XML.MainMenu.RunMenu.Run.Description}" 
-		                          shortcut = "F5"
-		                          class = "MonoDevelop.Commands.RunCommand"/>
-
-			</Conditional> 
-	        </MenuItem>
-        
-	        <MenuItem id = "Tools" 
-	                  label = "${res:XML.MainMenu.ToolMenu}">
-	                <MenuItem id = "ToolBuilder" label = "boguslabel" class = "MonoDevelop.Commands.ToolMenuBuilder" />
-	                <!-- <MenuItem id = "Separator1" label = "-" /> -->
-	                
-	                <!-- <MenuItem id = "Separator4" label = "-" /> -->
-			<!-- <Conditional action = "Disable">
-				<Or>
-					<Condition activewindow="MonoDevelop.FormDesigner.FormDesignerDisplayBindingWrapper"/>
-					<Condition activewindow="MonoDevelop.FormDesigner.CSharpDesignerDisplayBindingWrapper"/>
-	                		<Condition activewindow="MonoDevelop.DefaultEditor.Gui.Editor.TextEditorDisplayBindingWrapper"/>
-				</Or>
-				<MenuItem id = "ConvertBuffer"
-		                          label = "${res:XML.MainMenu.ToolMenu.ConvertBufferToVBNET}" 
-		                          description = "${res:XML.MainMenu.ToolMenu.ConvertBufferToVBNET.Description}"
-		                          class = "MonoDevelop.Commands.VBConvertBuffer"/>
-			</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 = "MonoDevelop.Commands.VBConvertProject"/>-->
-
-	                <!-- <MenuItem id = "Separator5" label = "-" /> -->
-	               
-			<MenuItem id = "Options"
-	                          label = "${res:XML.MainMenu.ToolMenu.Options}" 
-	                          icon = "Icons.16x16.Options" 
-	                          description = "${res:XML.MainMenu.ToolMenu.Options.Description}"
-	                          class = "MonoDevelop.Commands.OptionsCommand"/>
-	        </MenuItem>
-	        
-<!-- ORIGINAL #D COMMENT	        <MenuItem id = "AddIns" label = "${res:XML.MainMenu.PluginMenu}">
-	                <MenuItem label = "-" />
-	                <MenuItem label = "${res:XML.MainMenu.PluginMenu.Manager}" description = "${res:XML.MainMenu.PluginMenu.Manager.Description}" class = "SharpDevelop.Actions.Edit.ShowPlugInManager"/> 
-	        </MenuItem>-->
-
-	        <MenuItem id = "Window" label = "${res:XML.MainMenu.WindowMenu}">
-	                <Conditional action="Disable">
-				<Condition activewindow="*" />
-	                <MenuItem id  = "NextWindow"
-			          label = "${res:XML.MainMenu.WindowMenu.NxtWindow}"
-			          icon = "Icons.16x16.NextWindowIcon"
-				  description = "${res:XML.MainMenu.WindowMenu.NxtWindow.Description}" 
-				  shortcut = "Control|Page_Down"
-				  class = "MonoDevelop.Commands.SelectNextWindow" />
-	                <MenuItem id = "PrevWindow"
-			          label = "${res:XML.MainMenu.WindowMenu.PrvWindow}"
-			          icon = "Icons.16x16.PrevWindowIcon"
-				  description = "${res:XML.MainMenu.WindowMenu.PrvWindow.Description}"
-				  shortcut = "Control|Page_Up"
-				  class = "MonoDevelop.Commands.SelectPrevWindow" />
-	                <MenuItem id ="NxtPrvSeparator" label = "-" /> 
-		                <MenuItem id    = "CloseAll"
-		                          label = "${res:XML.MainMenu.FileMenu.CloseAll}" 
-		                          icon  = "Icons.16x16.CloseAllDocuments" 
-		                          description = "${res:XML.MainMenu.FileMenu.CloseAll.Description}"
-		                          class = "MonoDevelop.Commands.CloseAllWindows" />
-					</Conditional>
-	                <MenuItem id = "ContentBuilder" label = "boguslabel" class="MonoDevelop.Commands.OpenContentsMenuBuilder"/>
-	        </MenuItem> 
-	        
-	        <MenuItem id = "Help" label = "${res:XML.MainMenu.HelpMenu}">
-	                <MenuItem id = "Help"
-	                          label = "${res:XML.MainMenu.HelpMenu.Topics}" 
-	                          icon = "Icons.16x16.HelpIcon" 
-	                          description = "${res:XML.MainMenu.HelpMenu.Topics.Description}" 
-	                          shortcut = "Alt|F1" 
-	                          class = "MonoDevelop.Commands.ShowHelp"/>
-	                <MenuItem id = "TipOfTheDay"
-	                          label = "${res:XML.MainMenu.HelpMenu.Tips}" 
-	                          icon = "Icons.16x16.TipOfTheDay" 
-	                          description = "${res:XML.MainMenu.HelpMenu.Tips.Description}" 
-	                          class = "MonoDevelop.Commands.ViewTipOfTheDay" />
-	                
-	                <MenuItem id = "Separator1" label = "-" />
-	                <MenuItem id = "ViewGPL"
-	                          label = "${res:XML.MainMenu.HelpMenu.GPL}" 
-	                          icon = "Icons.16x16.CopyLeftIcon" 
-	                          description = "${res:XML.MainMenu.HelpMenu.GPL.Description}" 
-	                          class = "MonoDevelop.Commands.ViewGPL" />
-	                          
-	              <!--  <MenuItem id = "ViewReadme"
-	                          label       = "${res:XML.MainMenu.HelpMenu.ReadMe}" 
-	                          description = "${res:XML.MainMenu.HelpMenu.ReadMe.Description}" 
-	                          link        = "home://../doc/ReadMe.html" />
-	                <MenuItem id = "ViewStyleguide"
-	                          label = "${res:XML.MainMenu.HelpMenu.StyleGuide}" 
-	                          description = "${res:XML.MainMenu.HelpMenu.StyleGuide.Description}" 
-	                          link = "home://../doc/CodingStyleGuide.pdf" /> -->
-	                <MenuItem id = "Separator2" label = "-" />
-	                <MenuItem id = "Web" label = "${res:XML.MainMenu.HelpMenu.WebMenu}">
-	                        <!-- <MenuItem id = "ASP" label = "&amp;AlphaSierraPapa" icon = "Icons.16x16.WebSearchIcon" description = "Visit my sponsors" link = "http://www.alphasierrapapa.com/" /> -->
-	                        <MenuItem id = "MonoDevelop" label = "MonoDevelop" icon = "Icons.16x16.WebSearchIcon" link = "http://www.monodevelop.com" />
-				<!-- <MenuItem id = "SharpDevelop" label = "SharpDevelop">
-	                        	<MenuItem id = "Downloads" label = "Downloads" icon = "Icons.16x16.WebSearchIcon" link = "http://www.icsharpcode.net/opensource/sd/download/" />
-	                        	<MenuItem id = "Forum" label = "Community Forums" icon = "Icons.16x16.WebSearchIcon" link = "http://www.icsharpcode.net/opensource/sd/forum/" />
-	                        	<MenuItem id = "Announcement" label = "Announcement List" icon = "Icons.16x16.WebSearchIcon" link = "http://www.icsharpcode.net/opensource/sd/announcementlist.asp" />
-	                        	<MenuItem id = "Mail" label = "Send Us a Mail" icon = "Icons.16x16.WebSearchIcon" link = "http://www.icsharpcode.net/opensource/sd/ContactUs.asp" />
-	                        </MenuItem> -->
-	                        <MenuItem id = "C#" label = "C#">
-	                        	<MenuItem id = "cshrp.net" label = "cshrp.net" icon = "Icons.16x16.WebSearchIcon" link = "http://www.cshrp.net/" />
-	                        	<MenuItem id = "C# Help" label = "C# Help" icon = "Icons.16x16.WebSearchIcon" link = "http://www.csharphelp.com" />
-	                        	<MenuItem id = "C# Corner" label = "C# Corner" icon = "Icons.16x16.WebSearchIcon" link = "http://www.c-sharpcorner.com" />
-		                        <MenuItem id = "GotDotNet" label = "GotDotNet" icon = "Icons.16x16.WebSearchIcon" description = "Visit one of the best NET sites on the web" link = "http://www.gotdotnet.com/" />
-	                        </MenuItem>
-	                        <!-- <MenuItem id = "IntegratedProjects" label = "Integrated Projects">
-	                        	<MenuItem id = "Magic Library" label = "Magic Library" icon = "Icons.16x16.WebSearchIcon" description = "One of the best .NET control libraries around." link = "http://www.dotnetmagic.com" />
-	                        	<MenuItem id = "NAnt" label = "NAnt" icon = "Icons.16x16.WebSearchIcon" description = "THE .NET building tool." link = "http://nant.sourceforge.net/" />
-	                        	<MenuItem id = "NDoc" label = "NDoc" icon = "Icons.16x16.WebSearchIcon" description = "I used the NDoc as the SharpDevelop documentation generator. Look out it is cool." link = "http://ndoc.sourceforge.net/" />
-	                        	<MenuItem id = "#ZipLib" label = "#ZipLib" icon = "Icons.16x16.WebSearchIcon" description = "I used the NDoc as the SharpDevelop documentation generator. Look out it is cool." link = "http://www.icsharpcode.net/OpenSource/NZipLib" />
-	                        	<MenuItem id = "#CvsLib" label = "#CvsLib" icon = "Icons.16x16.WebSearchIcon" description = "I used the NDoc as the SharpDevelop documentation generator. Look out it is cool." link = "http://www.icsharpcode.net/OpenSource/NetCvsLib" />
-	                        </MenuItem> -->
-		                <MenuItem id = "Mono"    label = "Mono Project" icon = "Icons.16x16.WebSearchIcon" description = "A free .NET implementation effort, worth visiting" link = "http://www.go-mono.com" />
-	                </MenuItem>
-	                <MenuItem id = "Separator3" label = "-" />
-	                <MenuItem id = "About"
-	                          label = "${res:XML.MainMenu.HelpMenu.About}" 
-	                          icon = "Icons.16x16.AboutIcon" 
-	                          description = "${res:XML.MainMenu.HelpMenu.About.Description}" 
-	                          class = "MonoDevelop.Commands.AboutSharpDevelop" />
-	        </MenuItem>
-	</Extension>	
-
-
-	<Extension path = "/SharpDevelop/Workbench/SharpDevelopSideBar/ContextMenu">
-		<Conditional ownerstate="TabCanBeDeleted" action="Disable">
-			<MenuItem id = "DeleteTab" 
-			          label = "${res:SideBarComponent.ContextMenu.DeleteTab}" 
-			          class = "MonoDevelop.Commands.SideBarDeleteTabHeader"/>
-		</Conditional>
-	
-		<MenuItem id    = "RenameTab" 
-		          label = "${res:SideBarComponent.ContextMenu.RenameTab}" 
-		          class = "MonoDevelop.Commands.SideBarRenameTabHeader"/>
-                          
-		<MenuItem id = "Separator1" label = "-" />
-		<MenuItem id    = "AddTab" 
-		          label = "${res:SideBarComponent.ContextMenu.AddTab}" 
-		          class = "MonoDevelop.Commands.SideBarAddTabHeader"/>
-                          
-		<MenuItem id = "Separator2" label = "-" />
-		<Conditional ownerstate="CanMoveUp" action="Disable">
-			<MenuItem id    = "MoveTabUp" 
-			          label = "${res:SideBarComponent.ContextMenu.MoveTabUp}" 
-			          class = "MonoDevelop.Commands.SideBarMoveTabUp"/>
-		</Conditional>
-                
-		<Conditional ownerstate="CanMoveDown" action="Disable">
-			<MenuItem id    = "MoveTabDown" 
-			          label = "${res:SideBarComponent.ContextMenu.MoveTabDown}" 
-			          class = "MonoDevelop.Commands.SideBarMoveTabDown"/>
-		</Conditional>
-	</Extension>
-	
-	<Extension path = "/SharpDevelop/Workbench/SharpDevelopSideBar/SideTab/ContextMenu">
-		<MenuItem id = "RenameTabItem" 
-		          label = "${res:SideBarComponent.ContextMenu.RenameTabItem}" 
-		          class = "MonoDevelop.Commands.SideBarRenameTabItem" />
-		<MenuItem id = "DeleteTabItem" 
-		          label = "${res:SideBarComponent.ContextMenu.DeleteTabItem}" 
-		          class = "MonoDevelop.Commands.SideBarDeleteTabItem"/>
-		<Conditional ownerstate="TabCanBeDeleted">
-			<MenuItem id = "Separator1" label = "-" />
-			<Conditional ownerstate="CanMoveItemUp" action="Disable">
-				<MenuItem id = "MoveItemUp" 
-				          label = "${res:SideBarComponent.ContextMenu.MoveTabItemUp}" 
-				          class = "MonoDevelop.Commands.SideBarMoveActiveItemUp"/>
-			</Conditional>
-				                      
-			<Conditional ownerstate="CanMoveItemDown" action="Disable">
-				<MenuItem id = "MoveItemDown" 
-				          label = "${res:SideBarComponent.ContextMenu.MoveTabItemDown}" 
-				          class = "MonoDevelop.Commands.SideBarMoveActiveItemDown"/>
-			</Conditional>
-		</Conditional>
-	</Extension>
-
-	<Extension path = "/SharpDevelop/CompletionDatabaseWizard">
-		<DialogPanel id = "SetupPanel"
-		             label = "${res:Dialog.Wizards.CodeCompletionDatabaseWizard.SetupPanel.Title}"
-		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompletionDatabaseWizard.SetupPanel"/>
-		<DialogPanel id = "ChooseLocationPanel"
-		             label = "${res:Dialog.Wizards.CodeCompletionDatabaseWizard.ChooseLocationPanel.Title}"
-		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompletionDatabaseWizard.ChooseLocationPanel"/>
-		<DialogPanel id = "UseExistingFilePanel"
-		             label = "${res:Dialog.Wizards.CodeCompletionDatabaseWizard.UseExistingFilePanel.Title}"
-		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompletionDatabaseWizard.UseExistingFilePanel"/>
-		<DialogPanel id = "CreateDatabasePanel"
-		             label = "${res:Dialog.Wizards.CodeCompletionDatabaseWizard.CreateDatabasePanel.Title}"
-		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompletionDatabaseWizard.CreateDatabasePanel"/>
-		<DialogPanel id = "CreationSuccessful"
-		             label = "Finished"
-		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompletionDatabaseWizard.CreationFinishedPanel"/>
-	</Extension>
-	
-	<!-- web references -->
-
-<!-- ORIGINAL #D COMMENT
-	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ReferenceFolderNode">
-		<MenuItem id = "AddWebReference"
-	                  label = "Add Web Reference" 
-	                  class = "MonoDevelop.Commands.ProjectBrowser.AddWebReferenceToProject"/>
-	</Extension>
--->
-	<!-- ORIGINAL #D COMMENT
-	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ReferenceNode">
-		<MenuItem id = "Refresh"
-			  label = "Refresh" 
-			  class = "MonoDevelop.Commands.ProjectBrowser.RefreshWebReference"/>
-	</Extension> -->
-
-	<Extension path = "/SharpDevelop/Views/PropertyPad/ContextMenu">
-		<MenuItem id    = "ResetProperty"
-		          label = "${res:MonoDevelop.Gui.Pads.PropertyPad.ContextMenu.Reset}" 
-		          class = "MonoDevelop.Gui.Pads.PropertyPadResetCommand"/>
-		<MenuItem id = "Separator" label = "-" />
-		<MenuItem id    = "ShowDescription"
-		          label = "${res:MonoDevelop.Gui.Pads.PropertyPad.ContextMenu.ShowDescription}" 
-		          class = "MonoDevelop.Gui.Pads.PropertyPadShowDescriptionCommand"/>
-	</Extension>
-	
-</AddIn>

Copied: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin.xml (from rev 1360, trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin)
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin	2004-04-03 18:33:53 UTC (rev 1360)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin.xml	2004-04-04 13:37:20 UTC (rev 1370)
@@ -0,0 +1,1022 @@
+<AddIn name        = "SharpDevelop Core"
+       author      = "Mike Krueger"
+       copyright   = "GPL"
+       url         = "http://www.icsharpcode.net"
+       description = "SharpDevelop core module"
+       version     = "1.0.0">
+
+	<Runtime>
+		<Import assembly="../bin/MonoDevelop.Base.dll"/>
+	</Runtime>
+
+	<Extension path = "/SharpDevelop/Workbench/Ambiences">
+		<Class id    = ".NET"
+		       class = "MonoDevelop.Services.NetAmbience"/>
+	</Extension>
+	
+
+	<Extension path = "/Workspace/Autostart">
+		<Class id = "InitializeWorkbenchCommand" 
+		       class = "MonoDevelop.Commands.InitializeWorkbenchCommand"/>
+		<Class id = "StartCodeCompletionWizard" 
+		       class = "MonoDevelop.Commands.StartCodeCompletionWizard"/>
+		<Class id = "StartParserServiceThread" 
+		       class = "MonoDevelop.Commands.StartParserServiceThread"/>
+		<!-- #assembly preload -->
+<!--		<Class id = "StartSharpAssemblyPreloadThread"
+		       class = "MonoDevelop.Commands.StartSharpAssemblyPreloadThread"/>-->
+		<Class id = "StartWorkbenchCommand" 
+		       class = "MonoDevelop.Commands.StartWorkbenchCommand"/>
+	</Extension>
+	
+	<Extension path = "/Workspace/Services">
+		<Class id    = "MonodocService"
+		       class = "MonoDevelop.Services.MonodocService"/>
+		<Class id    = "ProjectService"
+		       class = "MonoDevelop.Services.DefaultProjectService"/>
+		<Class id    = "FileService"
+		       class = "MonoDevelop.Services.DefaultFileService"/>
+		<Class id    = "ParserService"
+		       class = "MonoDevelop.Services.DefaultParserService"/>
+		<Class id    = "TaskService"
+		       class = "MonoDevelop.Services.TaskService"/>
+		<Class id    = "StatusBarService"
+		       class = "MonoDevelop.Services.DefaultStatusBarService"/>
+		<Class id    = "ToolbarService"
+		       class = "MonoDevelop.Services.ToolbarService"/>
+		<Class id    = "LanguageService"
+		       class = "MonoDevelop.Services.LanguageService"/>
+		<Class id    = "ClassBrowserIconsService"
+		       class = "MonoDevelop.Services.ClassBrowserIconsService"/>
+		<Class id    = "LanguageBindingService"
+		       class = "MonoDevelop.Services.LanguageBindingService"/>
+		<Class id    = "DisplayBindingService"
+		       class = "MonoDevelop.Services.DisplayBindingService"/>
+		<Class id    = "AmbienceService"
+		       class = "MonoDevelop.Services.AmbienceService"/>
+		<Class id    = "MenuService"
+		       class = "MonoDevelop.Services.MenuService"/>
+	</Extension>
+
+	<Extension path = "/SharpDevelop/Workbench/DisplayBindings">
+		<DisplayBinding id    = "Browser"
+		                supportedformats = "Web Pages"
+		                class = "MonoDevelop.BrowserDisplayBinding.BrowserDisplayBinding"/>
+	</Extension>
+
+	<Extension path = "/SharpDevelop/Views/ProjectBrowser/NodeBuilders">
+		<Class id = "DefaultBuilder"
+		       class = "MonoDevelop.Gui.Pads.ProjectBrowser.DefaultDotNetNodeBuilder"/>
+	</Extension>
+
+	<Extension path = "/SharpDevelop/Views/ClassScout/ContextMenu/ClassNode">
+                <MenuItem id = "Export"
+                          _label = "ExportSignature" 
+                          class = "MonoDevelop.Commands.ClassScoutCommands.ExportClassSignature"/>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/CombineBrowserNode">
+                <MenuItem id = "Compile"
+                          _label = "${res:XML.MainMenu.RunMenu.Compile}" 
+                          class = "MonoDevelop.Commands.Compile"/>
+                <MenuItem id = "CompileAll"
+                          _label = "${res:XML.MainMenu.RunMenu.CompileAll}" 
+                          class = "MonoDevelop.Commands.CompileAll"/>
+                <MenuItem id = "CombineBuildGroupSeparator" _label = "-" />
+                
+                <MenuItem id = "CombineAddMenu" _label = "${res:ProjectComponent.ContextMenu.AddMenu}" >
+	                <MenuItem id = "AddNewProject"
+		                  _label = "${res:ProjectComponent.ContextMenu.AddNewProject}" 
+		                  icon  = "Icons.16x16.NewProjectIcon"
+		                  class = "MonoDevelop.Commands.ProjectBrowser.AddNewProjectToCombine"/>
+	                <MenuItem id = "AddNewCombine"
+		                  _label = "${res:ProjectComponent.ContextMenu.AddNewCombine}" 
+		                  icon  = "Icons.16x16.NewProjectIcon"
+		                  class = "MonoDevelop.Commands.ProjectBrowser.AddNewCombineToCombine"/>
+		        <MenuItem id = "Separator1" _label = "-" />          
+	                <MenuItem id = "AddProject"
+		                  _label = "${res:ProjectComponent.ContextMenu.AddProject}" 
+		                  class = "MonoDevelop.Commands.ProjectBrowser.AddProjectToCombine"/>
+	                <MenuItem id = "AddCombine"
+		                  _label = "${res:ProjectComponent.ContextMenu.AddCombine}" 
+		                  class = "MonoDevelop.Commands.ProjectBrowser.AddCombineToCombine"/>
+                </MenuItem>
+		<MenuItem id = "RemoveCombine"
+	                  _label = "${res:ProjectComponent.ContextMenu.Remove}" 
+	                  icon  = "Icons.16x16.DeleteIcon"
+	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
+
+                <MenuItem id = "RenameCombine"
+	                  _label    = "${res:ProjectComponent.ContextMenu.Rename}" 
+	                  shortcut = "F2"
+	                  class    = "MonoDevelop.Commands.ProjectBrowser.RenameEntryEvent"/>
+	                  
+	        <MenuItem id = "CombineOptionsSeparator" _label = "-" />          
+	        
+                <MenuItem id = "CombineOptions"
+	                  _label = "${res:ProjectComponent.ContextMenu.CombineOptions}" 
+	                  icon  = "Icons.16x16.PropertiesIcon"
+	                  class    = "MonoDevelop.Commands.ProjectBrowser.CombineOptions"/>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ResourceFolderNode">
+                <MenuItem id = "AddResource"
+	                  _label = "${res:ProjectComponent.ContextMenu.AddResourceFile}" 
+	                  class = "MonoDevelop.Commands.ProjectBrowser.AddResourceToProject"/>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ReferenceFolderNode">
+                <MenuItem id = "AddReference"
+	                  _label = "${res:ProjectComponent.ContextMenu.AddReference}" 
+	                  class = "MonoDevelop.Commands.ProjectBrowser.AddReferenceToProject"/>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ReferenceNode">
+		<MenuItem id = "OpenFile"
+		          _label = "${res:ProjectComponent.ContextMenu.Open}" 
+		          icon  = "Icons.16x16.OpenFileIcon"
+		          class = "MonoDevelop.Commands.ProjectBrowser.OpenFileEvent"/>
+		<MenuItem id = "OpenSeparator" _label = "-" />
+		<MenuItem id = "Remove"
+	                  _label = "${res:ProjectComponent.ContextMenu.Remove}" 
+	                  icon  = "Icons.16x16.DeleteIcon"
+	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
+	</Extension>
+        
+        <Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/DefaultFileNode">
+		<MenuItem id = "OpenFile"
+		          _label = "${res:ProjectComponent.ContextMenu.Open}" 
+		          icon  = "Icons.16x16.OpenFileIcon"
+		          class = "MonoDevelop.Commands.ProjectBrowser.OpenFileEvent"/>
+		<MenuItem id = "OpenSeparator" _label = "-" />
+		<MenuItem id = "Remove"
+	                  _label = "${res:ProjectComponent.ContextMenu.Remove}" 
+	                  icon  = "Icons.16x16.DeleteIcon"
+	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
+                <MenuItem id = "Rename"
+	                  _label    = "${res:ProjectComponent.ContextMenu.Rename}" 
+	                  shortcut = "F2"
+	                  class    = "MonoDevelop.Commands.ProjectBrowser.RenameEntryEvent"/>
+        </Extension>
+
+        <Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ProjectFileNode">
+		<MenuItem id = "OpenFile"
+		          _label = "${res:ProjectComponent.ContextMenu.Open}" 
+		          icon  = "Icons.16x16.OpenFileIcon"
+		          class = "MonoDevelop.Commands.ProjectBrowser.OpenFileEvent"/>
+		<MenuItem id = "OpenSeparator" _label = "-" />
+                <MenuItem id = "Add" _label = "${res:ProjectComponent.ContextMenu.AddMenu}">
+        		<MenuItem id = "NewFiles"
+		                  _label = "${res:ProjectComponent.ContextMenu.NewFiles}" 
+		                  icon  = "Icons.16x16.NewDocumentIcon"
+		                  class = "MonoDevelop.Commands.ProjectBrowser.AddNewFileEvent"/>
+        		<MenuItem id = "AddFiles"
+		                  _label = "${res:ProjectComponent.ContextMenu.AddFiles}" 
+		                  class = "MonoDevelop.Commands.ProjectBrowser.AddFilesToProject"/>
+			<MenuItem id = "Separator1" _label = "-" />
+        		<MenuItem id = "NewFolder"
+		                  _label = "${res:ProjectComponent.ContextMenu.NewFolder}" 
+		                  icon  = "Icons.16x16.NewFolderIcon"
+		                  class = "MonoDevelop.Commands.ProjectBrowser.NewFolderEvent"/>
+        	</MenuItem>
+		<MenuItem id = "Include" _label = "${res:ProjectComponent.ContextMenu.IncludeMenu}">
+			<MenuItem id = "IncludeFileIn" _label = "bogus_label"
+			          class = "MonoDevelop.Commands.IncludeFilesBuilder" />
+			</MenuItem>
+		<MenuItem id = "IncludeSeparator" _label = "-" />
+		<MenuItem id = "Remove"
+	                  _label = "${res:ProjectComponent.ContextMenu.Remove}" 
+	                  icon  = "Icons.16x16.DeleteIcon"
+	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
+                <MenuItem id = "Rename"
+	                  _label    = "${res:ProjectComponent.ContextMenu.Rename}" 
+	                  shortcut = "F2"
+	                  class    = "MonoDevelop.Commands.ProjectBrowser.RenameEntryEvent"/>
+        </Extension>
+        
+        <Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/DefaultDirectoryNode">
+                <MenuItem id = "Add" _label = "${res:ProjectComponent.ContextMenu.AddMenu}">
+        		<MenuItem id = "NewFiles"
+		                  _label = "${res:ProjectComponent.ContextMenu.NewFiles}" 
+		                  icon  = "Icons.16x16.NewDocumentIcon"
+		                  class = "MonoDevelop.Commands.ProjectBrowser.AddNewFileEvent"/>
+        		<MenuItem id = "AddFiles"
+		                  _label = "${res:ProjectComponent.ContextMenu.AddFiles}" 
+		                  class = "MonoDevelop.Commands.ProjectBrowser.AddFilesToProject"/>
+			<MenuItem id = "Separator1" _label = "-" />
+        		<MenuItem id = "NewFolder"
+		                  _label = "${res:ProjectComponent.ContextMenu.NewFolder}" 
+		                  icon  = "Icons.16x16.NewFolderIcon"
+		                  class = "MonoDevelop.Commands.ProjectBrowser.NewFolderEvent"/>
+        	</MenuItem>
+		<MenuItem id = "AddSeparator" _label = "-" />
+		<MenuItem id = "Remove"
+	                  _label = "${res:ProjectComponent.ContextMenu.Remove}" 
+	                  icon  = "Icons.16x16.DeleteIcon"
+	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
+                <MenuItem id = "Rename"
+	                  _label    = "${res:ProjectComponent.ContextMenu.Rename}" 
+	                  shortcut = "F2"
+	                  class    = "MonoDevelop.Commands.ProjectBrowser.RenameEntryEvent"/>
+        </Extension>
+        
+        <Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ProjectBrowserNode">
+                <MenuItem id = "BuildProject"
+                          _label = "${res:XML.MainMenu.RunMenu.BuildProject}" 
+		          icon  = "Icons.16x16.BuildCurrentSelectedProject"
+                          class = "MonoDevelop.Commands.BuildCurrentProject"/>
+                <MenuItem id = "RebuildProject"
+                          _label = "${res:XML.MainMenu.RunMenu.RebuildProject}" 
+                          class = "MonoDevelop.Commands.RebuildCurrentProject"/>
+                <MenuItem id = "BuildGroupSeparator" _label = "-" />
+                <MenuItem id = "Add" _label = "${res:ProjectComponent.ContextMenu.AddMenu}">
+        		<MenuItem id = "NewFiles"
+		                  _label = "${res:ProjectComponent.ContextMenu.NewFiles}" 
+		                  icon  = "Icons.16x16.NewDocumentIcon"
+		                  class = "MonoDevelop.Commands.ProjectBrowser.AddNewFileEvent"/>
+        		<MenuItem id = "AddFiles"
+		                  _label = "${res:ProjectComponent.ContextMenu.AddFiles}" 
+		                  class = "MonoDevelop.Commands.ProjectBrowser.AddFilesToProject"/>
+			<MenuItem id = "Separator1" _label = "-" />
+        		<MenuItem id = "NewFolder"
+		                  _label = "${res:ProjectComponent.ContextMenu.NewFolder}" 
+		                  icon  = "Icons.16x16.NewFolderIcon"
+		                  class = "MonoDevelop.Commands.ProjectBrowser.NewFolderEvent"/>
+        	</MenuItem>
+		<MenuItem id = "AddSeparator" _label = "-" />
+		<MenuItem id = "Remove"
+	                  _label = "${res:ProjectComponent.ContextMenu.Remove}" 
+	                  icon  = "Icons.16x16.DeleteIcon"
+	                  class = "MonoDevelop.Commands.ProjectBrowser.RemoveEntryEvent"/>
+                <MenuItem id = "Rename"
+	                  _label    = "${res:ProjectComponent.ContextMenu.Rename}" 
+	                  shortcut = "F2"
+	                  class    = "MonoDevelop.Commands.ProjectBrowser.RenameEntryEvent"/>
+		<!-- <MenuItem id = "RemoveRenameSeparator" _label = "-" /> -->
+		<!-- <MenuItem id = "RunTests"
+	                  _label = "${res:ProjectComponent.ContextMenu.RunTests}" 
+	                  class = "MonoDevelop.Commands.RunTestsInProject"/>
+		<MenuItem id = "Deploy"
+	                  _label = "${res:ProjectComponent.ContextMenu.Deploy}" />
+		<MenuItem id = "TestsDeploySeparator" _label = "-" /> -->
+
+<!-- 	      	<MenuItem id = "ViewDocumentation"
+	                  _label = "${res:ProjectComponent.ContextMenu.ViewDocumentation}" 
+	                  class = "MonoDevelop.Commands.ViewProjectDocumentation"/> -->
+		
+		<!-- <MenuItem id = "GenerateDocumentation"
+	                  _label = "${res:ProjectComponent.ContextMenu.GenerateDocumentation}" 
+	                  class = "MonoDevelop.Commands.GenerateProjectDocumentation"/> -->
+		
+		<MenuItem id = "SetAsStartupProjectSeparator" _label = "-" />
+		<MenuItem id = "SetAsStartupProject"
+	                  _label = "${res:ProjectComponent.ContextMenu.SetAsStartupProject}" 
+	                  class = "MonoDevelop.Commands.ProjectBrowser.SetAsStartupProject"/>
+		
+		<MenuItem id = "OptionsSeparator" _label = "-" />
+		<MenuItem id = "ProjectOptions"
+	                  _label = "${res:ProjectComponent.ContextMenu.Options}" 
+	                  icon  = "Icons.16x16.PropertiesIcon"
+	                  class = "MonoDevelop.Commands.ViewProjectOptions"/>
+        </Extension>
+	
+	<Extension path = "/SharpDevelop/Workbench/ProjectOptions/ConfigNodeMenu">
+                <MenuItem id = "Add" 
+                          _label = "${res:ProjectComponent.ContextMenu.AddMenu}"
+                          class = "MonoDevelop.Commands.AddProjectConfiguration"/>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Workbench/ProjectOptions/SelectedConfigMenu">
+                <MenuItem id = "Rename" 
+                          _label = "Rename"
+                          class = "MonoDevelop.Commands.RenameProjectConfiguration"/>
+                <MenuItem id = "Remove" 
+                          _label = "Remove"
+                          class = "MonoDevelop.Commands.RemoveProjectConfiguration"/>
+                <MenuItem id = "RenameRemoveSeparator" 
+                          _label = "-"/>
+                <MenuItem id = "SetActive" 
+                          _label = "Set as active"
+                          class = "MonoDevelop.Commands.SetActiveProjectConfiguration"/>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Workbench/ProjectOptions/GeneralOptions">
+		<DialogPanel id    = "Common"
+		             _label = "General">
+			<DialogPanel id = "GeneralProjectPanel"
+			             _label = "${res:Dialog.Options.ProjectOptionsText}"
+			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.GeneralProjectOptions"/>
+			<DialogPanel id = "Compile"
+			             _label = "${res:Dialog.Options.PrjOptions.CompileFile.PanelName}"
+			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompileFileProjectOptions"/>
+<!--			<DialogPanel id = "Deploy"
+			             _label = "${res:Dialog.Options.PrjOptions.DeployFile.PanelName}"
+			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.DeployFileProjectOptions"/> -->
+		</DialogPanel>
+	</Extension>
+	
+	<!-- TODO : complete the combine options dialog -->
+
+	<Extension path = "/SharpDevelop/Workbench/CombineOptions">
+		<DialogPanel id    = "Common"
+		             _label = "${res:Dialog.Options.CombineOptions.CommonOptions}">
+			<DialogPanel id = "Startup"
+			             _label = "${res:Dialog.Options.CombineOptions.Startup.PanelName}"
+			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CombineStartupPanel"/>
+
+<!-- 		<DialogPanel id = "Dependency"
+			             _label = "${res:Dialog.Options.CombineOptions.Dependencies.PanelName}"
+			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CombineDependencyPanel"/> -->
+
+		</DialogPanel>
+
+		<!-- ORIGINAL #D COMMENT
+		<DialogPanel id    = "Configuration"
+		             _label = "${res:Dialog.Options.CombineOptions.ConfigurationOptions}">
+			<DialogPanel id = "Configuration"
+			             _label = "${res:Dialog.Options.CombineOptions.Configurations.PanelName}"
+			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CombineConfigurationPanel"/>
+		</DialogPanel> -->
+
+	</Extension>
+	
+<!-- not using these, since the OpenFileTab has been removed (replaced with Tab_Label) jba 5 march 2004
+	<Extension path = "/SharpDevelop/Workbench/OpenFileTab/ContextMenu">
+                <MenuItem id = "Close"
+	                  _label = "${res:OpenFileTabEventHandler.ContextMenu.Close}" 
+	                  class = "MonoDevelop.Commands.TabStrip.CloseFileTab"/>
+		<MenuItem id = "CloseSeparator" _label = "-" />
+                <Conditional action="Disable">
+	                <And>
+	                	<Condition ownerstate="FileDirty"/>
+	                	<Not>
+	                		<Condition ownerstate="FileUntitled"/>
+	                	</Not>
+	                </And>
+	                
+	                <MenuItem id = "Save"
+		                  _label = "${res:OpenFileTabEventHandler.ContextMenu.Save}" 
+		                  icon  = "Icons.16x16.SaveIcon"
+		                  class = "MonoDevelop.Commands.TabStrip.SaveFileTab"/>
+		</Conditional>
+                <MenuItem id = "SaveAs"
+	                  _label = "${res:OpenFileTabEventHandler.ContextMenu.SaveAs}" 
+	                  icon  = "Icons.16x16.SaveAsIcon"
+			  class = "MonoDevelop.Commands.TabStrip.SaveFileAsTab"/>
+
+		<MenuItem id = "SaveSeparator" _label = "-" />
+                <Conditional action="Disable">
+	                <Not>
+	                	<Condition ownerstate="FileUntitled" />
+	                </Not>
+	                <MenuItem id = "CopyPathName"
+		                  _label = "${res:OpenFileTabEventHandler.CopyPathName}" 
+		                  class = "MonoDevelop.Commands.TabStrip.CopyPathName"/>
+		</Conditional>
+	</Extension>
+-->
+
+	<Extension path = "/SharpDevelop/Workbench/FileFilter">
+		<FileFilter id = "AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.AllFiles}"
+		            extensions = "*.*"/>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Workbench/Views">
+		<Class id    = "ProjectScout" 
+		       class = "MonoDevelop.Gui.Pads.ProjectBrowser.ProjectBrowserView"/>
+		<Class id    = "ClassScout"
+		       class = "MonoDevelop.Gui.Pads.ClassScout"/>
+		<Class id    = "FileScout" 
+		       class = "MonoDevelop.Gui.Pads.FileScout"/>
+		<Class id    = "OpenTaskView" 
+		       class = "MonoDevelop.Gui.Pads.OpenTaskView"/>
+		<Class id    = "HelpBrowser"
+		       class = "MonoDevelop.Gui.Pads.HelpTree"/>
+<!--			   
+		<Class id    = "SideBar" 
+		       class = "MonoDevelop.Gui.Pads.SideBarView"/>
+		
+
+		<Class id    = "PropertyPad" 
+		       class = "MonoDevelop.Gui.Pads.PropertyPad"/>
+		       
+		<Class id    = "HelpBrowser" 
+		       class = "MonoDevelop.Gui.Pads.HelpBrowser"/>
+-->			 
+	</Extension>
+	
+	
+	<Extension path = "/SharpDevelop/Dialogs/OptionsDialog">
+		<DialogPanel id    = "UIOptions"
+		             _label = "${res:Dialog.Options.TreeViewOptions.SharpDevelopOptionsText}">
+<!--			<DialogPanel id = "SelectCulture"
+			             _label = "${res:Dialog.Options.IDEOptions.SelectCulture.PanelName}"
+			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.IDEOptionPanel"/>-->
+			<DialogPanel id = "SelectStyle"
+				         _label = "${res:Dialog.Options.IDEOptions.SelectVisualStyle.PanelName}"
+				         class = "MonoDevelop.Gui.Dialogs.OptionPanels.SelectStylePanel"/>
+			<DialogPanel id = "LoadSave"
+			             _label = "${res:Dialog.Options.IDEOptions.LoadSaveOptions.PanelName}"
+			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.LoadSavePanel"/>
+			<!--  i8n the file -->
+			<DialogPanel id = "Build"
+			             _label = "Build"
+			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.BuildPanel"/>
+		</DialogPanel>
+		<DialogPanel id    = "CodingOptions"
+		             _label = "${res:Dialog.Options.IDEOptions.CodingOptionsText}">
+			<DialogPanel id = "CodeGeneration"
+			             _label = "${res:Dialog.Options.IDEOptions.CodeGenerationOptionsPanel.Title}"
+			             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CodeGenerationPanel"/>
+		</DialogPanel>
+		
+		<DialogPanel id    = "ToolsOptions"
+		             _label = "${res:Dialog.Options.IDEOptions.ToolsOptionsText}">
+		<DialogPanel id = "ExternalTools"
+		             _label = "${res:Dialog.Options.ExternalToolsText}"
+		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.ExternalToolPane"/>
+		     <!-- ORIGINAL #D COMMENT			<DialogPanel id = "HtmlHelp"
+			             _label = "${res:Dialog.Options.IDEOptions.HelpGeneratingPanelText}"
+				     class = "MonoDevelop.Gui.Dialogs.OptionPanels.HelpGeneratingPanel"/>-->
+		</DialogPanel>
+	</Extension>
+
+	<Extension path = "/SharpDevelop/Workbench/Combine/FileFilter">
+		<FileFilter id = "Combine"
+		            name = "${res:SharpDevelop.FileFilter.CombineFiles}"
+		            extensions = "*.cmbx"/>
+		<FileFilter id = "Project"
+		            name = "${res:SharpDevelop.FileFilter.ProjectFiles}"
+		            extensions = "*.prjx"/>
+		<FileFilter id = "AllFiles"
+		            name = "${res:SharpDevelop.FileFilter.AllFiles}"
+		            extensions = "*.*"/>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Workbench/ToolBar">
+		<ToolbarItem id = "Standard">
+			<ToolbarItem id = "New" 
+			             icon = "Icons.16x16.NewDocumentIcon" 
+			             tooltip = "${res:XML.MainMenu.FileMenu.New.File.Description}"
+			             class = "MonoDevelop.Commands.CreateNewFile"/>
+			<ToolbarItem id = "Open" 
+			             icon = "Icons.16x16.OpenFileIcon" 
+			             tooltip = "${res:XML.MainMenu.FileMenu.Open.File.Description}"
+			             class = "MonoDevelop.Commands.OpenFile"/>
+			<Conditional activewindow="*" action="Disable">
+				<ToolbarItem id = "Save" 
+				             icon = "Icons.16x16.SaveIcon" 
+				             tooltip = "${res:XML.MainMenu.FileMenu.Save.Description}"
+				             class = "MonoDevelop.Commands.SaveFile"/>
+				             
+		                <ToolbarItem id = "SaveAll"
+			                     icon = "Icons.16x16.SaveAllIcon" 
+		                             tooltip = "${res:XML.MainMenu.FileMenu.SaveAll.Description}"
+		                             class = "MonoDevelop.Commands.SaveAllFiles"/>
+			</Conditional>
+			<ToolbarItem id = "Separator1" tooltip = "-"/>
+	                <!-- <Conditional activewindow="*" action="Disable"> -->
+				<ToolbarItem id = "Cut" 
+				             icon = "Icons.16x16.CutIcon" 
+				             tooltip = "${res:XML.MainMenu.EditMenu.Cut.Description}"
+				             class = "MonoDevelop.Commands.Cut"/>
+				<ToolbarItem id = "Copy" 
+				             icon = "Icons.16x16.CopyIcon" 
+				             tooltip = "${res:XML.MainMenu.EditMenu.Copy.Description}"
+				             class = "MonoDevelop.Commands.Copy"/>
+				<ToolbarItem id = "Paste" 
+				             icon = "Icons.16x16.PasteIcon" 
+				             tooltip = "${res:XML.MainMenu.EditMenu.Paste.Description}"
+				             class = "MonoDevelop.Commands.Paste"/>
+				<ToolbarItem id = "Delete" 
+				             icon = "Icons.16x16.DeleteIcon" 
+				             tooltip = "${res:XML.MainMenu.EditMenu.Delete.Description}"
+				             class = "MonoDevelop.Commands.Delete"/>
+			<!-- </Conditional> -->
+			<ToolbarItem id = "CutSeparator" insertafter ="Delete" insertbefore ="Find" tooltip = "-"/>
+	                <!-- <Conditional action="Disable">
+	                	<Or>
+	                		<Condition activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextAreaControlProvider"/>
+	                		<Condition iscombineopen="True"/>
+	                	</Or>
+			</Conditional> -->
+			
+			<ToolbarItem id = "CompileSeparator" insertafter = "ClearBookmarks" tooltip = "-"/>
+	                <Conditional action="Disable">
+	                	<Or>
+	                		<Condition activewindow="MonoDevelop.DefaultEditor.Gui.Editor.ITextAreaControlProvider"/>
+	                		<Condition iscombineopen="True"/>
+	                	</Or>
+		                <ToolbarItem id = "Compile"
+				             icon  = "Icons.16x16.BuildCombine"
+				             tooltip = "${res:XML.MainMenu.RunMenu.Compile.Description}"
+				             class = "MonoDevelop.Commands.Compile"/>
+			
+				<ToolbarItem id = "BuildProject"
+				             icon  = "Icons.16x16.BuildCurrentSelectedProject"
+				             tooltip = "${res:XML.MainMenu.RunMenu.BuildProject.Description}"
+				             class = "MonoDevelop.Commands.BuildCurrentProject"/>
+				<ToolbarItem id = "Run"
+				             icon = "Icons.16x16.RunProgramIcon"
+				             tooltip = "${res:XML.MainMenu.RunMenu.Run.Description}"
+				             class = "MonoDevelop.Commands.RunCommand"/>
+			</Conditional>
+		</ToolbarItem>
+	</Extension>
+
+	<Extension path = "/SharpDevelop/Workbench/MainMenu">
+	        <MenuItem id = "File" _label = "${res:XML.MainMenu.FileMenu}">
+	                <MenuItem id = "New" _label = "${res:XML.MainMenu.FileMenu.New}">
+	                        <MenuItem id          = "File" 
+	                                  _label       = "${res:XML.MainMenu.FileMenu.New.File}" 
+	                                  icon        = "Icons.16x16.NewDocumentIcon" 
+	                                  description = "${res:XML.MainMenu.FileMenu.New.File.Description}" 
+	                                  shortcut    = "Control|N" 
+	                                  class = "MonoDevelop.Commands.CreateNewFile"/>
+	                                  
+	                        <MenuItem id = "Project" 
+	                                  _label = "${res:XML.MainMenu.FileMenu.New.Project}" 
+	                                  icon = "Icons.16x16.NewProjectIcon" 
+	                                  description = "${res:XML.MainMenu.FileMenu.New.Project.Description}" 
+	                                  shortcut = "Control|Shift|N" 
+	                                  class = "MonoDevelop.Commands.CreateNewProject"/>
+	                </MenuItem>
+	                
+	                <MenuItem id = "Open" _label = "${res:XML.MainMenu.FileMenu.Open}">
+	                        <MenuItem id = "File" 
+	                                  _label = "${res:XML.MainMenu.FileMenu.Open.File}" 
+	                                  icon = "Icons.16x16.OpenFileIcon"  
+	                                  description = "${res:XML.MainMenu.FileMenu.Open.File.Description}" 
+	                                  shortcut = "Control|O" 
+	                                  class = "MonoDevelop.Commands.OpenFile"/>
+	                                  
+	                        <MenuItem id = "Project" 
+	                                  _label = "${res:XML.MainMenu.FileMenu.Open.Project}" 
+	                                  icon = "Icons.16x16.OpenProjectIcon" 
+	                                  description = "${res:XML.MainMenu.FileMenu.Open.Project.Description}" 
+	                                  shortcut = "Control|Shift|O" 
+	                                  class = "MonoDevelop.Commands.OpenCombine"/>
+	                </MenuItem>
+	                
+	                <MenuItem id = "Close" _label = "${res:XML.MainMenu.FileMenu.Close}">
+	                        <Conditional activewindow="*" action="Disable">
+		                        <MenuItem id = "CloseFile"
+		                                  _label = "${res:XML.MainMenu.FileMenu.Close.File}" 
+		                                  description = "${res:XML.MainMenu.FileMenu.Close.File.Desription}"
+						  icon = "Icons.16x16.CloseIcon"
+						  shortcut = "Control|W"
+		                                  class ="MonoDevelop.Commands.CloseFile"/>
+	                        </Conditional>
+	                        <Conditional iscombineopen="True" action="Disable">
+		                        <MenuItem id = "CloseCombine"
+		                                  _label = "${res:XML.MainMenu.FileMenu.Close.Project}" 
+		                                  description = "${res:XML.MainMenu.FileMenu.Close.Project.Desription}"
+						  icon = "Icons.16x16.CloseCombineIcon"
+						  shortcut = "Control|Shift|W"
+		                                  class = "MonoDevelop.Commands.ClearCombine"/>
+		                </Conditional>
+	                </MenuItem>
+	                
+			<MenuItem id = "ReloadSeparator" _label = "-" />
+			<MenuItem id = "Reloadfile"
+				  _label = "${res:XML.MainMenu.FileMenu.Reload}" 
+				  shortcut = "Control|U"
+				  description = "${res:XML.MainMenu.FileMenu.Reload.Description}"
+	                          class = "MonoDevelop.Commands.ReloadFile" />
+			
+			<MenuItem id = "SaveSeparator" _label = "-" />
+	                
+			<Conditional activewindow="*" action="Disable">
+		                <MenuItem id = "Save"
+		                          _label = "${res:XML.MainMenu.FileMenu.Save}" 
+		                          icon = "Icons.16x16.SaveIcon" 
+		                          description = "${res:XML.MainMenu.FileMenu.Save.Description}" 
+		                          shortcut = "Control|S"
+		                          class = "MonoDevelop.Commands.SaveFile"/>
+		                <MenuItem id = "SaveAs"
+		                          _label = "${res:XML.MainMenu.FileMenu.SaveAs}"
+					  icon = "Icons.16x16.SaveAsIcon"
+		                          description = "${res:XML.MainMenu.FileMenu.SaveAs.Description}"
+		                          class = "MonoDevelop.Commands.SaveFileAs"/>
+		                <MenuItem id = "SaveAll"
+		                          _label = "${res:XML.MainMenu.FileMenu.SaveAll}" 
+		                          icon = "Icons.16x16.SaveAllIcon" 
+		                          shortcut = "Control|Shift|S" 
+		                          description = "${res:XML.MainMenu.FileMenu.SaveAll.Description}"
+		                          class = "MonoDevelop.Commands.SaveAllFiles"/>
+			</Conditional>
+			<!--
+			<MenuItem id = "PrintSeparator" _label = "-" />
+	                <Conditional activewindow="*" action="Disable">
+		                <MenuItem id = "Print"
+		                          _label = "${res:XML.MainMenu.FileMenu.Print}" 
+		                          icon = "Icons.16x16.Print" 
+		                          description = "${res:XML.MainMenu.FileMenu.Print.Description}" 
+		                          shortcut = "Control|P"
+		                          class = "MonoDevelop.Commands.Print"/>
+		                <MenuItem id = "PrintPreview"
+		                          _label = "${res:XML.MainMenu.FileMenu.PrintPreview}" 
+		                          icon = "Icons.16x16.PreView" 
+		                          description = "${res:XML.MainMenu.FileMenu.PrintPreview.Description}"
+		                          class = "MonoDevelop.Commands.PrintPreview"/>
+	                </Conditional>
+			-->
+	                <MenuItem id = "RecentSeparator"  _label = "-" />
+	                <MenuItem id = "RecentFiles"    attribute = "RecentFiles" _label = "${res:XML.MainMenu.FileMenu.RecentFiles}">
+	                	<MenuItem id = "RecentFilesBuilder" _label = "bogus_label" class = "MonoDevelop.Commands.RecentFilesMenuBuilder" />
+	                	<MenuItem id = "RecentFilesSeparator" _label = "-" />
+	                	<MenuItem id = "ClearRecentFiles" 
+	                	          _label = "${res:XML.MainMenu.FileMenu.ClearRecentFiles}" 
+	                	          description = "${res:XML.MainMenu.FileMenu.ClearRecentFiles.Description}"
+	                	          class = "MonoDevelop.Commands.ClearRecentFiles" />
+	                </MenuItem>
+	                
+	                <MenuItem id = "RecentProjects" attribute = "RecentProjects" _label = "${res:XML.MainMenu.FileMenu.RecentProjects}">
+	                	<MenuItem id = "RecentProjectsBuilder" _label = "bogus_label" class = "MonoDevelop.Commands.RecentProjectsMenuBuilder" />
+	                	<MenuItem id = "RecentProjectsSeparator" _label = "-" />
+	                	<MenuItem id = "ClearRecentFiles" 
+	                	          _label = "${res:XML.MainMenu.FileMenu.ClearRecentProjects}" 
+	                	          description = "${res:XML.MainMenu.FileMenu.ClearRecentProjects.Description}"
+	                	          class = "MonoDevelop.Commands.ClearRecentProjects" />
+	                </MenuItem>
+	                
+	                <MenuItem id = "ExitSeparator" _label = "-" />
+	                <MenuItem id = "Exit"
+	                          _label = "${res:XML.MainMenu.FileMenu.Exit}" 
+	                          icon = "Icons.16x16.QuitIcon" 
+	                          description = "${res:XML.MainMenu.FileMenu.Exit.Description}"
+	                          class = "MonoDevelop.Commands.ExitWorkbenchCommand" />
+	        </MenuItem>
+	        
+	        <MenuItem id = "Edit" _label = "${res:XML.MainMenu.EditMenu}">
+	                <Conditional activewindow="*" action="Disable">
+		                <MenuItem id = "Undo"
+		                          _label = "${res:XML.MainMenu.EditMenu.Undo}" 
+		                          icon = "Icons.16x16.UndoIcon" 
+		                          description = "${res:XML.MainMenu.EditMenu.Undo.Description}" 
+		                          shortcut = "Control|Z"
+		                          class = "MonoDevelop.Commands.Undo"/>
+		                <MenuItem id = "Redo" 
+		                          _label = "${res:XML.MainMenu.EditMenu.Redo}" 
+		                          icon = "Icons.16x16.RedoIcon" 
+		                          description = "${res:XML.MainMenu.EditMenu.Redo.Description}" 
+		                          shortcut = "Control|Y"
+		                          class = "MonoDevelop.Commands.Redo"/>
+		        </Conditional>
+	                <MenuItem id = "Separator1" _label = "-" />
+	                <Conditional activewindow="*" action="Disable">
+					<MenuItem id = "Cut" 
+						  _label = "${res:XML.MainMenu.EditMenu.Cut}" 
+						  icon = "Icons.16x16.CutIcon" 
+						  description = "${res:XML.MainMenu.EditMenu.Cut.Description}" 
+						  shortcut = "Control|X"
+						  class = "MonoDevelop.Commands.Cut"/>
+					<MenuItem id = "Copy" 
+						  _label = "${res:XML.MainMenu.EditMenu.Copy}" 
+						  icon = "Icons.16x16.CopyIcon" 
+						  description = "${res:XML.MainMenu.EditMenu.Copy.Description}" 
+						  shortcut = "Control|C"
+						  class = "MonoDevelop.Commands.Copy"/>
+					<MenuItem id = "Paste" 
+						  _label = "${res:XML.MainMenu.EditMenu.Paste}" 
+						  icon = "Icons.16x16.PasteIcon"  
+						  description = "${res:XML.MainMenu.EditMenu.Paste.Description}" 
+						  shortcut = "Control|V" 
+						  class = "MonoDevelop.Commands.Paste"/>
+					<MenuItem id = "Delete"
+						  _label = "${res:XML.MainMenu.EditMenu.Delete}" 
+						  icon = "Icons.16x16.DeleteIcon" 
+						  description = "${res:XML.MainMenu.EditMenu.Delete.Description}"
+						  class = "MonoDevelop.Commands.Delete"/>
+					<MenuItem id = "SelectAll" 
+						  _label = "${res:XML.MainMenu.EditMenu.SelectAll}" 
+						  description = "${res:XML.MainMenu.EditMenu.SelectAll.Description}" 
+						  shortcut = "Control|A"
+						  class = "MonoDevelop.Commands.SelectAll"/>
+		        </Conditional>
+	                <MenuItem id = "Separator4" _label = "-" />
+	                <Conditional action="Disable">
+		                <Or>
+		                	<Condition activewindow="*"/>
+		                	<Condition iscombineopen="True"/>
+		                </Or>
+		                <MenuItem id = "WordCount"
+		                          _label = "${res:XML.MainMenu.EditMenu.WordCount}" 
+		                          description = "${res:XML.MainMenu.EditMenu.WordCount.Description}"
+		                          class = "MonoDevelop.Commands.WordCount"/>
+		        </Conditional>
+	        </MenuItem>
+	        
+	        <MenuItem id = "View" _label = "${res:XML.MainMenu.ViewMenu}">
+	                <MenuItem id = "ViewBuilder" _label = "" class = "MonoDevelop.Commands.ViewMenuBuilder" />
+	                <MenuItem id = "ViewItemsSeparator" _label = "-" />
+			<MenuItem id = "ViewLayouts" _label = "Layouts">
+				  <MenuItem id = "ViewLayoutsBuilder" _label = "" class = "MonoDevelop.Commands.LayoutsMenuBuilder" />
+				  <MenuItem id = "ViewLayoutsSeparator" _label = "-" />
+				  <MenuItem id = "ViewLayoutsNew" _label = "New" class = "MonoDevelop.Commands.NewLayoutCommand" />
+			</MenuItem>
+	                <MenuItem id = "ViewItemsSeparator2" _label = "-" />
+			<MenuItem id = "FullScreen"
+	                          _label = "${res:XML.MainMenu.ViewMenu.FullScreen}" 
+	                          icon = "Icons.16x16.FullScreen" 
+	                          description = "${res:XML.MainMenu.ViewMenu.FullScreen.Description}" 
+	                          class = "MonoDevelop.Commands.ToggleFullscreenCommand" />
+	        </MenuItem>
+		
+		<!-- <Conditional iscombineopen="True">
+			<MenuItem id = "Project" _label = "${res:XML.MainMenu.ProjectMenu}">
+				<Conditional activeproject="*" action="Disable">
+					<MenuItem id = "RunTests"
+					          _label = "${res:XML.MainMenu.ProjectMenu.RunTests}" 
+					          description = "${res:XML.MainMenu.ProjectMenu.RunTests.Description}"
+					          class = "MonoDevelop.Commands.RunTestsInProject"/>
+			                          
+					<MenuItem id = "Deploy" 
+			                   _label = "${res:XML.MainMenu.ProjectMenu.Deploy}" 
+			                          description = "${res:XML.MainMenu.ProjectMenu.Deploy.Description}" 
+			                          class = "MonoDevelop.Commands.DeployProject"/>
+				        <MenuItem id = "Separator1" _label = "-" />
+					<MenuItem id = "ViewDocumentation"
+				                  _label = "${res:ProjectComponent.ContextMenu.ViewDocumentation}"
+				                  class = "MonoDevelop.Commands.ViewProjectDocumentation"/> 
+
+			                <MenuItem id = "GenerateDocumentation"
+			                          _label = "${res:ProjectComponent.ContextMenu.GenerateDocumentation}"
+			                          class = "MonoDevelop.Commands.GenerateProjectDocumentation"/>
+					
+					<MenuItem id = "Separator2" _label = "-" />
+			                <MenuItem id = "Options"
+			                          _label = "${res:XML.MainMenu.ProjectMenu.Options}" 
+			                          description = "${res:XML.MainMenu.ProjectMenu.Options.Description}" 
+			                          class = "MonoDevelop.Commands.ViewProjectOptions"/>
+				</Conditional>
+			</MenuItem>
+		</Conditional> -->
+		
+	        <MenuItem id = "Run" _label = "${res:XML.MainMenu.RunMenu}">
+	                <Conditional action="Disable">
+	                	<Or>
+	                		<Condition activewindow="MonoDevelop.SourceEditor.Gui.SourceEditorDisplayBindingWrapper"/>
+	                		<Condition iscombineopen="True"/>
+	                	</Or>
+	                	
+		                <MenuItem id = "Compile"
+		                          _label = "${res:XML.MainMenu.RunMenu.Compile}" 
+		                          description = "${res:XML.MainMenu.RunMenu.Compile.Description}" 
+		                          shortcut = "F8"
+		                          icon  = "Icons.16x16.BuildCombine"
+		                          class = "MonoDevelop.Commands.Compile"/>
+		                <MenuItem id = "CompileAll"
+		                          _label = "${res:XML.MainMenu.RunMenu.CompileAll}" 
+		                          description = "${res:XML.MainMenu.RunMenu.CompileAll.Description}" 
+		                          shortcut = "Control|F8"
+		                          class = "MonoDevelop.Commands.CompileAll"/>
+		                <MenuItem id = "Separator1" _label = "-" />
+			                <!-- <Conditional activeproject="*">
+				                <MenuItem id = "BuildProject"
+				                          _label = "${res:XML.MainMenu.RunMenu.BuildProject}" 
+				                          description = "${res:XML.MainMenu.RunMenu.BuildProject.Description}" 
+				                          shortcut = "F9"
+				                          icon  = "Icons.16x16.BuildCurrentSelectedProject"
+				                          class = "MonoDevelop.Commands.BuildCurrentProject"/>
+				                <MenuItem id = "RebuildProject"
+				                          _label = "${res:XML.MainMenu.RunMenu.RebuildProject}" 
+				                          description = "${res:XML.MainMenu.RunMenu.RebuildProject.Description}" 
+				                          shortcut = "Alt|F9"
+				                          class = "MonoDevelop.Commands.RebuildCurrentProject"/>
+				                <MenuItem id = "Separator2" _label = "-" />
+			                </Conditional> -->
+		                <MenuItem id = "Run"
+		                          _label = "${res:XML.MainMenu.RunMenu.Run}" 
+		                          icon = "Icons.16x16.RunProgramIcon" 
+		                          description = "${res:XML.MainMenu.RunMenu.Run.Description}" 
+		                          shortcut = "F5"
+		                          class = "MonoDevelop.Commands.RunCommand"/>
+
+			</Conditional> 
+	        </MenuItem>
+        
+	        <MenuItem id = "Tools" 
+	                  _label = "${res:XML.MainMenu.ToolMenu}">
+	                <MenuItem id = "ToolBuilder" _label = "bogus_label" class = "MonoDevelop.Commands.ToolMenuBuilder" />
+	                <!-- <MenuItem id = "Separator1" _label = "-" /> -->
+	                
+	                <!-- <MenuItem id = "Separator4" _label = "-" /> -->
+			<!-- <Conditional action = "Disable">
+				<Or>
+					<Condition activewindow="MonoDevelop.FormDesigner.FormDesignerDisplayBindingWrapper"/>
+					<Condition activewindow="MonoDevelop.FormDesigner.CSharpDesignerDisplayBindingWrapper"/>
+	                		<Condition activewindow="MonoDevelop.DefaultEditor.Gui.Editor.TextEditorDisplayBindingWrapper"/>
+				</Or>
+				<MenuItem id = "ConvertBuffer"
+		                          _label = "${res:XML.MainMenu.ToolMenu.ConvertBufferToVBNET}" 
+		                          description = "${res:XML.MainMenu.ToolMenu.ConvertBufferToVBNET.Description}"
+		                          class = "MonoDevelop.Commands.VBConvertBuffer"/>
+			</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 = "MonoDevelop.Commands.VBConvertProject"/>-->
+
+	                <!-- <MenuItem id = "Separator5" _label = "-" /> -->
+	               
+			<MenuItem id = "Options"
+	                          _label = "${res:XML.MainMenu.ToolMenu.Options}" 
+	                          icon = "Icons.16x16.Options" 
+	                          description = "${res:XML.MainMenu.ToolMenu.Options.Description}"
+	                          class = "MonoDevelop.Commands.OptionsCommand"/>
+	        </MenuItem>
+	        
+<!-- ORIGINAL #D COMMENT	        <MenuItem id = "AddIns" _label = "${res:XML.MainMenu.PluginMenu}">
+	                <MenuItem _label = "-" />
+	                <MenuItem _label = "${res:XML.MainMenu.PluginMenu.Manager}" description = "${res:XML.MainMenu.PluginMenu.Manager.Description}" class = "SharpDevelop.Actions.Edit.ShowPlugInManager"/> 
+	        </MenuItem>-->
+
+	        <MenuItem id = "Window" _label = "${res:XML.MainMenu.WindowMenu}">
+	                <Conditional action="Disable">
+				<Condition activewindow="*" />
+	                <MenuItem id  = "NextWindow"
+			          _label = "${res:XML.MainMenu.WindowMenu.NxtWindow}"
+			          icon = "Icons.16x16.NextWindowIcon"
+				  description = "${res:XML.MainMenu.WindowMenu.NxtWindow.Description}" 
+				  shortcut = "Control|Page_Down"
+				  class = "MonoDevelop.Commands.SelectNextWindow" />
+	                <MenuItem id = "PrevWindow"
+			          _label = "${res:XML.MainMenu.WindowMenu.PrvWindow}"
+			          icon = "Icons.16x16.PrevWindowIcon"
+				  description = "${res:XML.MainMenu.WindowMenu.PrvWindow.Description}"
+				  shortcut = "Control|Page_Up"
+				  class = "MonoDevelop.Commands.SelectPrevWindow" />
+	                <MenuItem id ="NxtPrvSeparator" _label = "-" /> 
+		                <MenuItem id    = "CloseAll"
+		                          _label = "${res:XML.MainMenu.FileMenu.CloseAll}" 
+		                          icon  = "Icons.16x16.CloseAllDocuments" 
+		                          description = "${res:XML.MainMenu.FileMenu.CloseAll.Description}"
+		                          class = "MonoDevelop.Commands.CloseAllWindows" />
+					</Conditional>
+	                <MenuItem id = "ContentBuilder" _label = "bogus_label" class="MonoDevelop.Commands.OpenContentsMenuBuilder"/>
+	        </MenuItem> 
+	        
+	        <MenuItem id = "Help" _label = "${res:XML.MainMenu.HelpMenu}">
+	                <MenuItem id = "Help"
+	                          _label = "${res:XML.MainMenu.HelpMenu.Topics}" 
+	                          icon = "Icons.16x16.HelpIcon" 
+	                          description = "${res:XML.MainMenu.HelpMenu.Topics.Description}" 
+	                          shortcut = "Alt|F1" 
+	                          class = "MonoDevelop.Commands.ShowHelp"/>
+	                <MenuItem id = "TipOfTheDay"
+	                          _label = "${res:XML.MainMenu.HelpMenu.Tips}" 
+	                          icon = "Icons.16x16.TipOfTheDay" 
+	                          description = "${res:XML.MainMenu.HelpMenu.Tips.Description}" 
+	                          class = "MonoDevelop.Commands.ViewTipOfTheDay" />
+	                
+	                <MenuItem id = "Separator1" _label = "-" />
+	                <MenuItem id = "ViewGPL"
+	                          _label = "${res:XML.MainMenu.HelpMenu.GPL}" 
+	                          icon = "Icons.16x16.CopyLeftIcon" 
+	                          description = "${res:XML.MainMenu.HelpMenu.GPL.Description}" 
+	                          class = "MonoDevelop.Commands.ViewGPL" />
+	                          
+	              <!--  <MenuItem id = "ViewReadme"
+	                          _label       = "${res:XML.MainMenu.HelpMenu.ReadMe}" 
+	                          description = "${res:XML.MainMenu.HelpMenu.ReadMe.Description}" 
+	                          link        = "home://../doc/ReadMe.html" />
+	                <MenuItem id = "ViewStyleguide"
+	                          _label = "${res:XML.MainMenu.HelpMenu.StyleGuide}" 
+	                          description = "${res:XML.MainMenu.HelpMenu.StyleGuide.Description}" 
+	                          link = "home://../doc/CodingStyleGuide.pdf" /> -->
+	                <MenuItem id = "Separator2" _label = "-" />
+	                <MenuItem id = "Web" _label = "${res:XML.MainMenu.HelpMenu.WebMenu}">
+	                        <!-- <MenuItem id = "ASP" _label = "&amp;AlphaSierraPapa" icon = "Icons.16x16.WebSearchIcon" description = "Visit my sponsors" link = "http://www.alphasierrapapa.com/" /> -->
+	                        <MenuItem id = "MonoDevelop" _label = "MonoDevelop" icon = "Icons.16x16.WebSearchIcon" link = "http://www.monodevelop.com" />
+				<!-- <MenuItem id = "SharpDevelop" _label = "SharpDevelop">
+	                        	<MenuItem id = "Downloads" _label = "Downloads" icon = "Icons.16x16.WebSearchIcon" link = "http://www.icsharpcode.net/opensource/sd/download/" />
+	                        	<MenuItem id = "Forum" _label = "Community Forums" icon = "Icons.16x16.WebSearchIcon" link = "http://www.icsharpcode.net/opensource/sd/forum/" />
+	                        	<MenuItem id = "Announcement" _label = "Announcement List" icon = "Icons.16x16.WebSearchIcon" link = "http://www.icsharpcode.net/opensource/sd/announcementlist.asp" />
+	                        	<MenuItem id = "Mail" _label = "Send Us a Mail" icon = "Icons.16x16.WebSearchIcon" link = "http://www.icsharpcode.net/opensource/sd/ContactUs.asp" />
+	                        </MenuItem> -->
+	                        <MenuItem id = "C#" _label = "C#">
+	                        	<MenuItem id = "cshrp.net" _label = "cshrp.net" icon = "Icons.16x16.WebSearchIcon" link = "http://www.cshrp.net/" />
+	                        	<MenuItem id = "C# Help" _label = "C# Help" icon = "Icons.16x16.WebSearchIcon" link = "http://www.csharphelp.com" />
+	                        	<MenuItem id = "C# Corner" _label = "C# Corner" icon = "Icons.16x16.WebSearchIcon" link = "http://www.c-sharpcorner.com" />
+		                        <MenuItem id = "GotDotNet" _label = "GotDotNet" icon = "Icons.16x16.WebSearchIcon" description = "Visit one of the best NET sites on the web" link = "http://www.gotdotnet.com/" />
+	                        </MenuItem>
+	                        <!-- <MenuItem id = "IntegratedProjects" _label = "Integrated Projects">
+	                        	<MenuItem id = "Magic Library" _label = "Magic Library" icon = "Icons.16x16.WebSearchIcon" description = "One of the best .NET control libraries around." link = "http://www.dotnetmagic.com" />
+	                        	<MenuItem id = "NAnt" _label = "NAnt" icon = "Icons.16x16.WebSearchIcon" description = "THE .NET building tool." link = "http://nant.sourceforge.net/" />
+	                        	<MenuItem id = "NDoc" _label = "NDoc" icon = "Icons.16x16.WebSearchIcon" description = "I used the NDoc as the SharpDevelop documentation generator. Look out it is cool." link = "http://ndoc.sourceforge.net/" />
+	                        	<MenuItem id = "#ZipLib" _label = "#ZipLib" icon = "Icons.16x16.WebSearchIcon" description = "I used the NDoc as the SharpDevelop documentation generator. Look out it is cool." link = "http://www.icsharpcode.net/OpenSource/NZipLib" />
+	                        	<MenuItem id = "#CvsLib" _label = "#CvsLib" icon = "Icons.16x16.WebSearchIcon" description = "I used the NDoc as the SharpDevelop documentation generator. Look out it is cool." link = "http://www.icsharpcode.net/OpenSource/NetCvsLib" />
+	                        </MenuItem> -->
+		                <MenuItem id = "Mono"    _label = "Mono Project" icon = "Icons.16x16.WebSearchIcon" description = "A free .NET implementation effort, worth visiting" link = "http://www.go-mono.com" />
+	                </MenuItem>
+	                <MenuItem id = "Separator3" _label = "-" />
+	                <MenuItem id = "About"
+	                          _label = "${res:XML.MainMenu.HelpMenu.About}" 
+	                          icon = "Icons.16x16.AboutIcon" 
+	                          description = "${res:XML.MainMenu.HelpMenu.About.Description}" 
+	                          class = "MonoDevelop.Commands.AboutSharpDevelop" />
+	        </MenuItem>
+	</Extension>	
+
+
+	<Extension path = "/SharpDevelop/Workbench/SharpDevelopSideBar/ContextMenu">
+		<Conditional ownerstate="TabCanBeDeleted" action="Disable">
+			<MenuItem id = "DeleteTab" 
+			          _label = "${res:SideBarComponent.ContextMenu.DeleteTab}" 
+			          class = "MonoDevelop.Commands.SideBarDeleteTabHeader"/>
+		</Conditional>
+	
+		<MenuItem id    = "RenameTab" 
+		          _label = "${res:SideBarComponent.ContextMenu.RenameTab}" 
+		          class = "MonoDevelop.Commands.SideBarRenameTabHeader"/>
+                          
+		<MenuItem id = "Separator1" _label = "-" />
+		<MenuItem id    = "AddTab" 
+		          _label = "${res:SideBarComponent.ContextMenu.AddTab}" 
+		          class = "MonoDevelop.Commands.SideBarAddTabHeader"/>
+                          
+		<MenuItem id = "Separator2" _label = "-" />
+		<Conditional ownerstate="CanMoveUp" action="Disable">
+			<MenuItem id    = "MoveTabUp" 
+			          _label = "${res:SideBarComponent.ContextMenu.MoveTabUp}" 
+			          class = "MonoDevelop.Commands.SideBarMoveTabUp"/>
+		</Conditional>
+                
+		<Conditional ownerstate="CanMoveDown" action="Disable">
+			<MenuItem id    = "MoveTabDown" 
+			          _label = "${res:SideBarComponent.ContextMenu.MoveTabDown}" 
+			          class = "MonoDevelop.Commands.SideBarMoveTabDown"/>
+		</Conditional>
+	</Extension>
+	
+	<Extension path = "/SharpDevelop/Workbench/SharpDevelopSideBar/SideTab/ContextMenu">
+		<MenuItem id = "RenameTabItem" 
+		          _label = "${res:SideBarComponent.ContextMenu.RenameTabItem}" 
+		          class = "MonoDevelop.Commands.SideBarRenameTabItem" />
+		<MenuItem id = "DeleteTabItem" 
+		          _label = "${res:SideBarComponent.ContextMenu.DeleteTabItem}" 
+		          class = "MonoDevelop.Commands.SideBarDeleteTabItem"/>
+		<Conditional ownerstate="TabCanBeDeleted">
+			<MenuItem id = "Separator1" _label = "-" />
+			<Conditional ownerstate="CanMoveItemUp" action="Disable">
+				<MenuItem id = "MoveItemUp" 
+				          _label = "${res:SideBarComponent.ContextMenu.MoveTabItemUp}" 
+				          class = "MonoDevelop.Commands.SideBarMoveActiveItemUp"/>
+			</Conditional>
+				                      
+			<Conditional ownerstate="CanMoveItemDown" action="Disable">
+				<MenuItem id = "MoveItemDown" 
+				          _label = "${res:SideBarComponent.ContextMenu.MoveTabItemDown}" 
+				          class = "MonoDevelop.Commands.SideBarMoveActiveItemDown"/>
+			</Conditional>
+		</Conditional>
+	</Extension>
+
+	<Extension path = "/SharpDevelop/CompletionDatabaseWizard">
+		<DialogPanel id = "SetupPanel"
+		             _label = "${res:Dialog.Wizards.CodeCompletionDatabaseWizard.SetupPanel.Title}"
+		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompletionDatabaseWizard.SetupPanel"/>
+		<DialogPanel id = "ChooseLocationPanel"
+		             _label = "${res:Dialog.Wizards.CodeCompletionDatabaseWizard.ChooseLocationPanel.Title}"
+		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompletionDatabaseWizard.ChooseLocationPanel"/>
+		<DialogPanel id = "UseExistingFilePanel"
+		             _label = "${res:Dialog.Wizards.CodeCompletionDatabaseWizard.UseExistingFilePanel.Title}"
+		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompletionDatabaseWizard.UseExistingFilePanel"/>
+		<DialogPanel id = "CreateDatabasePanel"
+		             _label = "${res:Dialog.Wizards.CodeCompletionDatabaseWizard.CreateDatabasePanel.Title}"
+		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompletionDatabaseWizard.CreateDatabasePanel"/>
+		<DialogPanel id = "CreationSuccessful"
+		             _label = "Finished"
+		             class = "MonoDevelop.Gui.Dialogs.OptionPanels.CompletionDatabaseWizard.CreationFinishedPanel"/>
+	</Extension>
+	
+	<!-- web references -->
+
+<!-- ORIGINAL #D COMMENT
+	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ReferenceFolderNode">
+		<MenuItem id = "AddWebReference"
+	                  _label = "Add Web Reference" 
+	                  class = "MonoDevelop.Commands.ProjectBrowser.AddWebReferenceToProject"/>
+	</Extension>
+-->
+	<!-- ORIGINAL #D COMMENT
+	<Extension path = "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ReferenceNode">
+		<MenuItem id = "Refresh"
+			  _label = "Refresh" 
+			  class = "MonoDevelop.Commands.ProjectBrowser.RefreshWebReference"/>
+	</Extension> -->
+
+	<Extension path = "/SharpDevelop/Views/PropertyPad/ContextMenu">
+		<MenuItem id    = "ResetProperty"
+		          _label = "${res:MonoDevelop.Gui.Pads.PropertyPad.ContextMenu.Reset}" 
+		          class = "MonoDevelop.Gui.Pads.PropertyPadResetCommand"/>
+		<MenuItem id = "Separator" _label = "-" />
+		<MenuItem id    = "ShowDescription"
+		          _label = "${res:MonoDevelop.Gui.Pads.PropertyPad.ContextMenu.ShowDescription}" 
+		          class = "MonoDevelop.Gui.Pads.PropertyPadShowDescriptionCommand"/>
+	</Extension>
+	
+</AddIn>

Modified: trunk/MonoDevelop/data/resources/AddIn.xsd
===================================================================
--- trunk/MonoDevelop/data/resources/AddIn.xsd	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/data/resources/AddIn.xsd	2004-04-04 13:37:20 UTC (rev 1370)
@@ -129,7 +129,7 @@
 					<xs:element ref="DialogPanel"/>
 					<xs:element ref="Condition"/>
 				</xs:choice>
-				<xs:attribute name="label" type="xs:string" use="required"/>
+				<xs:attribute name="_label" type="xs:string" use="required"/>
 			</xs:extension>
 		</xs:complexContent>
 	</xs:complexType>
@@ -178,7 +178,7 @@
 					<xs:element ref="MenuItem"/>
 					<xs:element ref="Conditional"/>
 				</xs:choice>
-				<xs:attribute name="label" type="xs:string" use="required"/>
+				<xs:attribute name="_label" type="xs:string" use="required"/>
 				<xs:attribute name="description" type="xs:string" use="optional"/>
 				<xs:attribute name="icon" type="xs:string" use="optional"/>
 				<xs:attribute name="shortcut" type="xs:string" use="optional"/>

Modified: trunk/MonoDevelop/po/POTFILES.in
===================================================================
--- trunk/MonoDevelop/po/POTFILES.in	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/po/POTFILES.in	2004-04-04 13:37:20 UTC (rev 1370)
@@ -1,4 +1,9 @@
 [encoding: UTF-8]
+build/AddIns/SharpDevelopCore.addin.xml
+build/AddIns/MonoDevelopNewEditor.addin.xml
+build/AddIns/AddIns/BackendBindings/BackendBindings.addin.xml
+build/AddIns/AddIns/Misc/StartPage/StartPage.addin.xml
+src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin.xml
 data/resources/glade/Base.glade
 data/resources/glade/CSharp.glade
 data/resources/glade/EditorBindings.glade

Modified: trunk/MonoDevelop/po/en_CA.po
===================================================================
--- trunk/MonoDevelop/po/en_CA.po	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/po/en_CA.po	2004-04-04 13:37:20 UTC (rev 1370)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: MonoDevelop 0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-02 15:07-0500\n"
+"POT-Creation-Date: 2004-04-04 09:38-0400\n"
 "PO-Revision-Date: 2004-04-02 03:31-0500\n"
 "Last-Translator: Todd Berman <tberman at sevenl.net>\n"
 "Language-Team: Todd Berman <tberman at sevenl.net>\n"
@@ -16,11 +16,874 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: build/AddIns/SharpDevelopCore.addin.xml.h:1
+msgid "#CvsLib"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:2
+msgid "#ZipLib"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:3
+msgid "${res:Dialog.Options.CombineOptions.CommonOptions}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:4
+msgid "${res:Dialog.Options.CombineOptions.ConfigurationOptions}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:5
+msgid "${res:Dialog.Options.CombineOptions.Configurations.PanelName}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:6
+msgid "${res:Dialog.Options.CombineOptions.Dependencies.PanelName}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:7
+msgid "${res:Dialog.Options.CombineOptions.Startup.PanelName}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:8
+msgid "${res:Dialog.Options.ExternalToolsText}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:9
+msgid "${res:Dialog.Options.IDEOptions.CodeGenerationOptionsPanel.Title}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:10
+msgid "${res:Dialog.Options.IDEOptions.CodingOptionsText}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:11
+msgid "${res:Dialog.Options.IDEOptions.HelpGeneratingPanelText}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:12
+msgid "${res:Dialog.Options.IDEOptions.LoadSaveOptions.PanelName}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:13
+msgid "${res:Dialog.Options.IDEOptions.SelectCulture.PanelName}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:14
+msgid "${res:Dialog.Options.IDEOptions.SelectVisualStyle.PanelName}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:15
+msgid "${res:Dialog.Options.IDEOptions.ToolsOptionsText}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:16
+msgid "${res:Dialog.Options.PrjOptions.CompileFile.PanelName}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:17
+msgid "${res:Dialog.Options.PrjOptions.DeployFile.PanelName}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:18
+msgid "${res:Dialog.Options.ProjectOptionsText}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:19
+msgid "${res:Dialog.Options.TreeViewOptions.SharpDevelopOptionsText}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:20
+msgid ""
+"${res:Dialog.Wizards.CodeCompletionDatabaseWizard.ChooseLocationPanel.Title}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:21
+msgid ""
+"${res:Dialog.Wizards.CodeCompletionDatabaseWizard.CreateDatabasePanel.Title}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:22
+msgid "${res:Dialog.Wizards.CodeCompletionDatabaseWizard.SetupPanel.Title}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:23
+msgid ""
+"${res:Dialog.Wizards.CodeCompletionDatabaseWizard.UseExistingFilePanel.Title}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:24
+msgid "${res:MonoDevelop.Gui.Pads.PropertyPad.ContextMenu.Reset}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:25
+msgid "${res:MonoDevelop.Gui.Pads.PropertyPad.ContextMenu.ShowDescription}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:26
+msgid "${res:OpenFileTabEventHandler.ContextMenu.Close}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:27
+msgid "${res:OpenFileTabEventHandler.ContextMenu.SaveAs}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:28
+msgid "${res:OpenFileTabEventHandler.ContextMenu.Save}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:29
+msgid "${res:OpenFileTabEventHandler.CopyPathName}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:30
+msgid "${res:ProjectComponent.ContextMenu.AddCombine}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:31
+msgid "${res:ProjectComponent.ContextMenu.AddFiles}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:32
+msgid "${res:ProjectComponent.ContextMenu.AddMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:33
+msgid "${res:ProjectComponent.ContextMenu.AddNewCombine}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:34
+msgid "${res:ProjectComponent.ContextMenu.AddNewProject}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:35
+msgid "${res:ProjectComponent.ContextMenu.AddProject}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:36
+msgid "${res:ProjectComponent.ContextMenu.AddReference}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:37
+msgid "${res:ProjectComponent.ContextMenu.AddResourceFile}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:38
+msgid "${res:ProjectComponent.ContextMenu.CombineOptions}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:39
+msgid "${res:ProjectComponent.ContextMenu.Deploy}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:40
+msgid "${res:ProjectComponent.ContextMenu.GenerateDocumentation}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:41
+msgid "${res:ProjectComponent.ContextMenu.IncludeMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:42
+msgid "${res:ProjectComponent.ContextMenu.NewFiles}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:43
+msgid "${res:ProjectComponent.ContextMenu.NewFolder}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:44
+msgid "${res:ProjectComponent.ContextMenu.Open}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:45
+msgid "${res:ProjectComponent.ContextMenu.Options}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:46
+msgid "${res:ProjectComponent.ContextMenu.Remove}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:47
+msgid "${res:ProjectComponent.ContextMenu.Rename}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:48
+msgid "${res:ProjectComponent.ContextMenu.RunTests}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:49
+msgid "${res:ProjectComponent.ContextMenu.SetAsStartupProject}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:50
+msgid "${res:ProjectComponent.ContextMenu.ViewDocumentation}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:51
+msgid "${res:SideBarComponent.ContextMenu.AddTab}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:52
+msgid "${res:SideBarComponent.ContextMenu.DeleteTabItem}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:53
+msgid "${res:SideBarComponent.ContextMenu.DeleteTab}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:54
+msgid "${res:SideBarComponent.ContextMenu.MoveTabDown}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:55
+msgid "${res:SideBarComponent.ContextMenu.MoveTabItemDown}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:56
+msgid "${res:SideBarComponent.ContextMenu.MoveTabItemUp}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:57
+msgid "${res:SideBarComponent.ContextMenu.MoveTabUp}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:58
+msgid "${res:SideBarComponent.ContextMenu.RenameTabItem}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:59
+msgid "${res:SideBarComponent.ContextMenu.RenameTab}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:60
+msgid "${res:XML.MainMenu.EditMenu.Copy}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:61
+msgid "${res:XML.MainMenu.EditMenu.Cut}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:62
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:8
+msgid "${res:XML.MainMenu.EditMenu.Delete}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:63
+msgid "${res:XML.MainMenu.EditMenu.Paste}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:64
+msgid "${res:XML.MainMenu.EditMenu.Redo}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:65
+msgid "${res:XML.MainMenu.EditMenu.SelectAll}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:66
+msgid "${res:XML.MainMenu.EditMenu.Undo}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:67
+msgid "${res:XML.MainMenu.EditMenu.WordCount}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:68
+msgid "${res:XML.MainMenu.EditMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:69
+msgid "${res:XML.MainMenu.FileMenu.ClearRecentFiles}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:70
+msgid "${res:XML.MainMenu.FileMenu.ClearRecentProjects}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:71
+msgid "${res:XML.MainMenu.FileMenu.Close.File}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:72
+msgid "${res:XML.MainMenu.FileMenu.Close.Project}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:73
+msgid "${res:XML.MainMenu.FileMenu.CloseAll}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:74
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:25
+msgid "${res:XML.MainMenu.FileMenu.Close}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:75
+msgid "${res:XML.MainMenu.FileMenu.Exit}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:76
+msgid "${res:XML.MainMenu.FileMenu.New.File}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:77
+msgid "${res:XML.MainMenu.FileMenu.New.Project}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:78
+msgid "${res:XML.MainMenu.FileMenu.New}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:79
+msgid "${res:XML.MainMenu.FileMenu.Open.File}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:80
+msgid "${res:XML.MainMenu.FileMenu.Open.Project}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:81
+msgid "${res:XML.MainMenu.FileMenu.Open}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:82
+msgid "${res:XML.MainMenu.FileMenu.PrintPreview}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:83
+msgid "${res:XML.MainMenu.FileMenu.Print}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:84
+msgid "${res:XML.MainMenu.FileMenu.RecentFiles}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:85
+msgid "${res:XML.MainMenu.FileMenu.RecentProjects}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:86
+msgid "${res:XML.MainMenu.FileMenu.Reload}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:87
+msgid "${res:XML.MainMenu.FileMenu.SaveAll}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:88
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:26
+msgid "${res:XML.MainMenu.FileMenu.SaveAs}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:89
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:27
+msgid "${res:XML.MainMenu.FileMenu.Save}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:90
+msgid "${res:XML.MainMenu.FileMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:91
+msgid "${res:XML.MainMenu.HelpMenu.About}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:92
+msgid "${res:XML.MainMenu.HelpMenu.GPL}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:93
+msgid "${res:XML.MainMenu.HelpMenu.ReadMe}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:94
+msgid "${res:XML.MainMenu.HelpMenu.StyleGuide}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:95
+msgid "${res:XML.MainMenu.HelpMenu.Tips}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:96
+msgid "${res:XML.MainMenu.HelpMenu.Topics}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:97
+msgid "${res:XML.MainMenu.HelpMenu.WebMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:98
+msgid "${res:XML.MainMenu.HelpMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:99
+msgid "${res:XML.MainMenu.PluginMenu.Manager}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:100
+msgid "${res:XML.MainMenu.PluginMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:101
+msgid "${res:XML.MainMenu.ProjectMenu.Deploy}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:102
+msgid "${res:XML.MainMenu.ProjectMenu.Options}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:103
+msgid "${res:XML.MainMenu.ProjectMenu.RunTests}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:104
+msgid "${res:XML.MainMenu.ProjectMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:105
+msgid "${res:XML.MainMenu.RunMenu.BuildProject}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:106
+msgid "${res:XML.MainMenu.RunMenu.CompileAll}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:107
+msgid "${res:XML.MainMenu.RunMenu.Compile}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:108
+msgid "${res:XML.MainMenu.RunMenu.RebuildProject}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:109
+msgid "${res:XML.MainMenu.RunMenu.Run}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:110
+msgid "${res:XML.MainMenu.RunMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:111
+msgid "${res:XML.MainMenu.ToolMenu.ConvertBufferToVBNET}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:112
+msgid "${res:XML.MainMenu.ToolMenu.Options}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:113
+msgid "${res:XML.MainMenu.ToolMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:114
+msgid "${res:XML.MainMenu.ViewMenu.FullScreen}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:115
+msgid "${res:XML.MainMenu.ViewMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:116
+msgid "${res:XML.MainMenu.WindowMenu.NxtWindow}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:117
+msgid "${res:XML.MainMenu.WindowMenu.PrvWindow}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:118
+msgid "${res:XML.MainMenu.WindowMenu}"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:119
+msgid "&AlphaSierraPapa"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:120
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:53
+#: build/AddIns/AddIns/Misc/StartPage/StartPage.addin.xml.h:2
+#: src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin.xml.h:1
+msgid "-"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:121
+msgid "Add Web Reference"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:122
+msgid "Announcement List"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:123
+#: src/Main/Base/Gui/Dialogs/SharpDevelopAboutPanels.cs:60
+msgid "Build"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:124
+msgid "C#"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:125
+msgid "C# Corner"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:126
+msgid "C# Help"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:127
+msgid "Community Forums"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:128
+msgid "Convert C# Project to VB.NET"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:129
+msgid "Downloads"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:130
+msgid "ExportSignature"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:131
+msgid "Finished"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:132
+msgid "General"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:133
+msgid "GotDotNet"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:134
+msgid "Integrated Projects"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:135
+msgid "Layouts"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:136
+msgid "Magic Library"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:137
+msgid "Mono Project"
+msgstr "The Mono Project"
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:138
+#, fuzzy
+msgid "MonoDevelop"
+msgstr "Aboot MonoDevelop"
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:139
+msgid "NAnt"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:140
+msgid "NDoc"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:141
+msgid "New"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:142
+msgid "Refresh"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:143
+msgid "Remove"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:144
+#: src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser/FileBrowser.cs:259
+msgid "Rename"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:145
+msgid "Send Us a Mail"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:146
+msgid "Set as active"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:147
+msgid "SharpDevelop"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:148
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:57
+msgid "bogus_label"
+msgstr ""
+
+#: build/AddIns/SharpDevelopCore.addin.xml.h:149
+msgid "cshrp.net"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:1
+msgid "# Any single digit"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:2
+msgid "${res:Dialog.Options.CodeTemplatesText}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:3
+msgid "${res:Dialog.Options.IDEOptions.TextEditor.Behaviour.PanelName}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:4
+msgid "${res:Dialog.Options.IDEOptions.TextEditor.General.PanelName}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:5
+msgid "${res:Dialog.Options.IDEOptions.TextEditor.Markers.PanelName}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:6
+msgid "${res:Dialog.Options.IDEOptions.TextEditorOptionsText}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:7
+msgid "${res:ProjectComponent.ContextMenu.HtmlExport}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:9
+msgid "${res:XML.MainMenu.EditMenu.FoldingMenu.ShowDefinitions}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:10
+msgid "${res:XML.MainMenu.EditMenu.FoldingMenu.ToggleAllFoldings}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:11
+msgid "${res:XML.MainMenu.EditMenu.FoldingMenu.ToggleFolding}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:12
+msgid "${res:XML.MainMenu.EditMenu.FoldingMenu}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:13
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu.Capitalize}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:14
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu.InvertCase}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:15
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu.LdSpace2Tab}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:16
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu.LdTab2Space}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:17
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu.LowerCase}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:18
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu.RlWs}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:19
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu.RtWs}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:20
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu.SortLines}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:21
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu.Space2Tab}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:22
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu.Tab2Space}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:23
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu.UpperCase}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:24
+msgid "${res:XML.MainMenu.EditMenu.FormatMenu}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:28
+msgid "${res:XML.MainMenu.SearchMenu.ClrBookmark}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:29
+msgid "${res:XML.MainMenu.SearchMenu.FindInFiles}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:30
+msgid "${res:XML.MainMenu.SearchMenu.FindNext}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:31
+msgid "${res:XML.MainMenu.SearchMenu.Find}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:32
+msgid "${res:XML.MainMenu.SearchMenu.GotoBrace}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:33
+msgid "${res:XML.MainMenu.SearchMenu.GotoLineNr}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:34
+msgid "${res:XML.MainMenu.SearchMenu.NextBookmark}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:35
+msgid "${res:XML.MainMenu.SearchMenu.PrevBookmark}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:36
+msgid "${res:XML.MainMenu.SearchMenu.ReplaceInFiles}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:37
+msgid "${res:XML.MainMenu.SearchMenu.Replace}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:38
+msgid "${res:XML.MainMenu.SearchMenu.ToggleBookmark}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:39
+msgid "${res:XML.MainMenu.SearchMenu}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:40
+msgid "${res:XML.MainMenu.ToolMenu.GenerateCode}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:41
+msgid "${res:XML.MainMenu.ToolMenu.InsColor}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:42
+msgid "${res:XML.MainMenu.ToolMenu.QuickXmlDoc}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:43
+msgid "${res:XML.MainMenu.WindowMenu.Split}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:44
+msgid "${res:XML.TextAreaContextMenu.BufferOptions}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:45
+msgid "${res:XML.TextAreaContextMenu.CommentUncommentSelection}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:46
+msgid "${res:XML.TextAreaContextMenu.Copy}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:47
+msgid "${res:XML.TextAreaContextMenu.Cut}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:48
+msgid "${res:XML.TextAreaContextMenu.FileMode}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:49
+msgid "${res:XML.TextAreaContextMenu.Indent}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:50
+msgid "${res:XML.TextAreaContextMenu.Paste}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:51
+msgid "${res:XML.TextAreaContextMenu.UncommentSelection}"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:52
+msgid "* Zero or more of any character"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:54
+msgid "? Any single character"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:55
+msgid "[!] Any one character not in the set"
+msgstr ""
+
+#: build/AddIns/MonoDevelopNewEditor.addin.xml.h:56
+msgid "[] Any one character in the set"
+msgstr ""
+
+#: build/AddIns/AddIns/BackendBindings/BackendBindings.addin.xml.h:1
+msgid "${res:Dialog.Options.IDEOptions.TextEditor.VB.PanelName}"
+msgstr ""
+
+#: build/AddIns/AddIns/BackendBindings/BackendBindings.addin.xml.h:2
+msgid "${res:Dialog.Options.PrjOptions.CodeGenerationPanel.PanelName}"
+msgstr ""
+
+#: build/AddIns/AddIns/BackendBindings/BackendBindings.addin.xml.h:3
+msgid "${res:Dialog.Options.PrjOptions.OutputOptionsPanel.PanelName}"
+msgstr ""
+
+#: build/AddIns/AddIns/BackendBindings/BackendBindings.addin.xml.h:4
+msgid "Runtime/Compiler"
+msgstr ""
+
+#: build/AddIns/AddIns/BackendBindings/BackendBindings.addin.xml.h:5
+msgid "VB.DOC"
+msgstr ""
+
+#: build/AddIns/AddIns/Misc/StartPage/StartPage.addin.xml.h:1
+msgid "${res:XML.MainMenu.ViewMenu.ShowStartPage}"
+msgstr ""
+
+#: src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin.xml.h:2
+msgid "Debug"
+msgstr ""
+
+#: src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin.xml.h:3
+msgid "Debug Project"
+msgstr ""
+
+#: src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin.xml.h:4
+msgid "Kill Application"
+msgstr ""
+
+#: src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin.xml.h:5
+msgid "Pause/Resume"
+msgstr ""
+
+#: src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin.xml.h:6
+msgid "Step Into"
+msgstr ""
+
+#: src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin.xml.h:7
+msgid "Step Over"
+msgstr ""
+
 #: data/resources/glade/Base.glade.h:1
 msgid "   "
 msgstr ""
 
-#: data/resources/glade/Base.glade.h:2
+#: data/resources/glade/Base.glade.h:2 data/resources/glade/CSharp.glade.h:1
+#: data/resources/glade/EditorBindings.glade.h:1
 msgid "    "
 msgstr ""
 
@@ -28,11 +891,13 @@
 msgid " > "
 msgstr ""
 
-#: data/resources/glade/Base.glade.h:4
+#: data/resources/glade/Base.glade.h:4 data/resources/glade/CSharp.glade.h:2
+#: data/resources/glade/texteditoraddin.glade.h:1
 msgid "*"
 msgstr ""
 
-#: data/resources/glade/Base.glade.h:5
+#: data/resources/glade/Base.glade.h:5 data/resources/glade/CSharp.glade.h:3
+#: data/resources/glade/texteditoraddin.glade.h:2
 msgid "..."
 msgstr ""
 
@@ -369,6 +1234,362 @@
 msgid "radiobutton2"
 msgstr ""
 
+#: data/resources/glade/CSharp.glade.h:4
+msgid "<b>Code Generation</b>"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:5
+msgid "<b>Execute scripts </b>"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:6
+msgid "<b>Output</b>"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:7
+msgid "<b>Warnings</b>"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:8
+msgid "Allow '_unsafe' code"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:9
+msgid "Assembly _name"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:10
+msgid "CodeGenerationPanel"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:11
+msgid "Compile _Target"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:12
+msgid "Define S_ymbols"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:13
+msgid "Emit _debugging information"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:14
+msgid "Enable _optimizations"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:15
+msgid "Execute Command"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:16
+msgid "Generate _xml documentation"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:17
+msgid "Output _path"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:18
+msgid "OutputOptionsPanel"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:19
+msgid "Paramet_ers"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:20
+msgid "Pause _console output"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:21
+msgid "Treat warnings as _errors"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:22
+msgid "_After Build"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:23
+msgid "_Before build"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:24
+msgid "_Generate overflow checks"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:25
+msgid "_Main Class"
+msgstr ""
+
+#: data/resources/glade/CSharp.glade.h:26
+msgid "_Warning Level"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:2
+msgid "&"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:3
+msgid "<b>Behavior</b>"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:4
+msgid "<b>File encoding</b>"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:5
+msgid "<b>Font</b>"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:6
+msgid "<b>General Options</b>"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:7
+msgid "<b>Markers</b>"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:8
+msgid "<b>Rulers</b>"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:9
+msgid "<b>Tabs</b>"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:10
+msgid "A_uto insert curly braces"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:11
+msgid "Add Group"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:12
+msgid "Automatic"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:13
+msgid "BehaviorTextEditorPanel"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:14
+msgid "C_onvert Tabs to Spaces"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:15
+msgid "Character Markers"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:16
+msgid "Choose _encoding"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:17
+msgid "CodeTemplatePane"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:18
+msgid "Edit"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:19
+msgid "Edit Group"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:20
+msgid "Enable code _completion"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:21
+msgid "Enable code _folding"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:22
+msgid "Enable double buffering"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:23
+msgid "Extension"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:24
+msgid "GeneralTextEditorPanel"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:25
+msgid "Highlight _matching bracket"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:26
+msgid "I_ndentation"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:27
+msgid "MarkersTextEditorPanel"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:28
+msgid "None"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:29
+msgid "Remove Group"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:30
+msgid "Show _EOL markers"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:31
+msgid "Show _column ruler,"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:32
+msgid "Show _horizontal ruler"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:33
+msgid "Show _invalid lines"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:34
+msgid "Show _line numbers"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:35
+msgid "Show _spaces"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:36
+msgid "Show _tabs"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:37
+msgid "Use default _monospace font"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:38
+msgid "Use default _sans-serif font"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:39
+msgid "_Automatic template insertion"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:40
+msgid "_Can move caret behind EOL"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:41
+msgid "_Hide mouse cursor while typing"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:42
+msgid "_Indentation size"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:43
+msgid "_Tab size"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:44
+msgid "_Underline errors"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:45
+msgid "_Use cusom font:"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:46
+msgid "at column"
+msgstr ""
+
+#: data/resources/glade/EditorBindings.glade.h:47
+msgid "if (foo) Console.WriteLine (\"foo!\");"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:3
+msgid ">"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:4
+msgid "Case sensitive"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:5
+msgid "Directory:"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:6
+msgid "Filemask:"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:7
+msgid "Find Dialog"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:8
+msgid "Find:"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:9
+msgid "Go to Line"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:10
+msgid "R_eplace All"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:11
+msgid "Recurse subdirectories"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:12
+msgid "Replace Dialog"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:13
+msgid "Replace:"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:14
+msgid "Search in:"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:15
+msgid "Use special search strategy:"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:16
+msgid "Whole word only"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:17
+msgid "Whole words only"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:18
+msgid "_Go to Line"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:19
+msgid "_Line Number:"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:20
+msgid "_Mark All"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:21
+msgid "_Replace"
+msgstr ""
+
+#: data/resources/glade/texteditoraddin.glade.h:22
+msgid "searchPatternEntry"
+msgstr ""
+
 #: src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs:128
 #: src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs:145
 msgid "About MonoDevelop"
@@ -521,6 +1742,7 @@
 msgstr ""
 
 #: src/Main/Base/Gui/Dialogs/OptionPanels/ExternalToolPanel.cs:351
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/OptionPanels/CodeTemplatePanel.cs:161
 msgid "Control not found!"
 msgstr ""
 
@@ -636,10 +1858,6 @@
 msgid ".Net Assembly"
 msgstr ""
 
-#: src/Main/Base/Gui/Dialogs/SharpDevelopAboutPanels.cs:60
-msgid "Build"
-msgstr ""
-
 #: src/Main/Base/Gui/Dialogs/SharpDevelopAboutPanels.cs:68
 msgid "Released under the GNU General Public license."
 msgstr ""
@@ -711,6 +1929,7 @@
 msgstr ""
 
 #: src/Main/Base/Gui/Dialogs/WordCountDialog.cs:340
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceInFilesDialog.cs:196
 msgid "All open files"
 msgstr ""
 
@@ -973,6 +2192,7 @@
 msgstr ""
 
 #: src/Main/Base/Gui/Pads/OpenTaskView.cs:107
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/OptionPanels/CodeTemplatePanel.cs:117
 msgid "Description"
 msgstr ""
 
@@ -1040,7 +2260,8 @@
 msgstr ""
 
 #: src/Main/Base/Gui/Workbench/DefaultWorkbench.cs:536
-#: src/Main/Base/Commands/RunCommands.cs:240
+#: src/Main/Base/Commands/RunCommands.cs:242
+#: src/Main/Base/Services/Project/DefaultProjectService.cs:155
 msgid "Ready"
 msgstr ""
 
@@ -1213,20 +2434,20 @@
 msgstr ""
 
 #: src/Main/Base/Commands/RunCommands.cs:75
-#: src/Main/Base/Commands/RunCommands.cs:149
+#: src/Main/Base/Commands/RunCommands.cs:150
 #, csharp-format
 msgid "Language binding {0} can't compile {1}"
 msgstr ""
 
 #: src/Main/Base/Commands/RunCommands.cs:89
-#: src/Main/Base/Commands/RunCommands.cs:163
+#: src/Main/Base/Commands/RunCommands.cs:164
 msgid "No source file for compilation found. Please save unsaved files"
 msgstr ""
 
 #: src/Main/Base/Commands/RunCommands.cs:93
-#: src/Main/Base/Commands/RunCommands.cs:167
-#: src/Main/Base/Commands/RunCommands.cs:280
-#: src/Main/Base/Commands/RunCommands.cs:314
+#: src/Main/Base/Commands/RunCommands.cs:168
+#: src/Main/Base/Commands/RunCommands.cs:282
+#: src/Main/Base/Commands/RunCommands.cs:316
 #, csharp-format
 msgid ""
 "---------------------- Done ----------------------\n"
@@ -1234,31 +2455,31 @@
 "Build: {0} succeeded, {1} failed\n"
 msgstr ""
 
-#: src/Main/Base/Commands/RunCommands.cs:96
-#: src/Main/Base/Commands/RunCommands.cs:170
+#: src/Main/Base/Commands/RunCommands.cs:97
+#: src/Main/Base/Commands/RunCommands.cs:172
 msgid "Error while compiling"
 msgstr ""
 
-#: src/Main/Base/Commands/RunCommands.cs:205
+#: src/Main/Base/Commands/RunCommands.cs:207
 msgid "Executing"
 msgstr ""
 
-#: src/Main/Base/Commands/RunCommands.cs:218
+#: src/Main/Base/Commands/RunCommands.cs:220
 msgid ""
 "Cannot execute Run command, cannot find startup project.\n"
 "Please define a startup project for the combine in the combine properties."
 msgstr ""
 
-#: src/Main/Base/Commands/RunCommands.cs:231
+#: src/Main/Base/Commands/RunCommands.cs:233
 msgid "No runnable executable found."
 msgstr ""
 
-#: src/Main/Base/Commands/RunCommands.cs:238
+#: src/Main/Base/Commands/RunCommands.cs:240
 msgid "Error while running"
 msgstr ""
 
-#: src/Main/Base/Commands/RunCommands.cs:283
-#: src/Main/Base/Commands/RunCommands.cs:317
+#: src/Main/Base/Commands/RunCommands.cs:285
+#: src/Main/Base/Commands/RunCommands.cs:319
 #, csharp-format
 msgid "Error while compiling project {0}"
 msgstr ""
@@ -1300,8 +2521,9 @@
 msgstr ""
 
 #: src/Main/Base/Internal/Project/Combine/CombineEntry.cs:132
+#, csharp-format
 msgid ""
-"------ Build started: Project: ${Project} Configuration: ${Config} ------\n"
+"------ Build started: Project: {0} Configuration: {1} ------\n"
 "\n"
 "Performing main compilation...\n"
 msgstr ""
@@ -1315,7 +2537,7 @@
 #: src/Main/Base/Internal/Project/Combine/CombineEntry.cs:174
 #, csharp-format
 msgid ""
-"Build complete -- ${0} errors, ${1} warnings\n"
+"Build complete -- {0} errors, {1} warnings\n"
 "\n"
 msgstr ""
 
@@ -1405,3 +2627,245 @@
 "Project file {0} already exists, do you want to overwrite\n"
 "the existing file ?"
 msgstr ""
+
+#: src/Main/Base/Services/DisplayBinding/DisplayBindingService.cs:61
+#, csharp-format
+msgid "Didnt match on mimetype: {0}, trying filename"
+msgstr ""
+
+#: src/Main/Base/Services/File/DefaultFileService.cs:246
+#, csharp-format
+msgid "Can't remove directory {0}"
+msgstr ""
+
+#: src/Main/Base/Services/File/DefaultFileService.cs:255
+#, csharp-format
+msgid "Can't remove file {0}"
+msgstr ""
+
+#: src/Main/Base/Services/File/DefaultFileService.cs:270
+#, csharp-format
+msgid "Can't rename directory {0}"
+msgstr ""
+
+#: src/Main/Base/Services/File/DefaultFileService.cs:279
+#, csharp-format
+msgid "Can't rename file {0}"
+msgstr ""
+
+#: src/Main/Base/Services/MessageService.cs:100
+msgid "Question"
+msgstr ""
+
+#: src/Main/Base/Services/ParserService/DefaultParserService.cs:164
+msgid "Generate code completion database"
+msgstr ""
+
+#: src/Main/Base/Services/ParserService/DefaultParserService.cs:188
+msgid "Writing class"
+msgstr ""
+
+#: src/Main/Base/Services/Project/DefaultProjectService.cs:136
+#, fuzzy
+msgid "Opening Combine..."
+msgstr "New Combine, eh?"
+
+#: src/Main/Base/Services/Project/DefaultProjectService.cs:277
+#, csharp-format
+msgid "Compiling {0}"
+msgstr ""
+
+#: src/Main/Base/Services/Project/DefaultProjectService.cs:335
+msgid "Save changed files?"
+msgstr ""
+
+#: src/Main/Base/Services/StatusBar/DefaultStatusBarService.cs:68
+msgid "INS"
+msgstr ""
+
+#: src/Main/Base/Services/StatusBar/DefaultStatusBarService.cs:68
+msgid "OVR"
+msgstr ""
+
+#: src/Main/Base/Services/ResourceNotFoundException.cs:20
+#, csharp-format
+msgid "Resource not found: {0}"
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser/FileBrowser.cs:253
+msgid "Open with file browser"
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser/FileBrowser.cs:256
+msgid "Open with terminal"
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser/FileBrowser.cs:262
+msgid "Delete"
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser/FileBrowser.cs:265
+msgid "Create new folder"
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser/FileBrowser.cs:328
+#, csharp-format
+msgid "Cannot enter '{0}' folder"
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser/FileBrowser.cs:364
+#, csharp-format
+msgid "Could not rename folder '{0}' to '{1}'"
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser/FileBrowser.cs:382
+#, csharp-format
+msgid "Could not create new folder '{0}'"
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser/FileBrowser.cs:404
+msgid "Are you sure you want to delete this folder?"
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser/FileBrowser.cs:404
+msgid "Delete folder"
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser/FileBrowser.cs:414
+#, csharp-format
+msgid "Could not delete folder '{0}'"
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/FolderDialog/BaseFileEntry.cs:24
+msgid "_Browse..."
+msgstr ""
+
+#: src/Libraries/MonoDevelop.Gui.Widgets/Tree/TreeNodeCollection.cs:171
+msgid "Attempt to remove a non node from the tree"
+msgstr ""
+
+#. FIXME: i18n
+#: src/AddIns/DisplayBindings/SourceEditor/Commands/ToolCommands.cs:30
+msgid "Insert a color hex string"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceDialog.cs:142
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceInFilesDialog.cs:176
+msgid "Wildcards"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceDialog.cs:145
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceInFilesDialog.cs:178
+msgid "Regular Expressions"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceDialog.cs:161
+msgid "Current File"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceDialog.cs:163
+msgid "All Open Files"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceDialog.cs:165
+msgid "Entire Project"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceDialog.cs:190
+msgid "Replace"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceDialog.cs:195
+msgid "Find"
+msgstr ""
+
+#. FIXME: make this a resource in the resource file
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/EditTemplateGroupDialog.cs:61
+#, csharp-format
+msgid "{0} Code Group"
+msgstr ""
+
+#. set the label properties
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceInFilesDialog.cs:99
+msgid "Replace in Files"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceInFilesDialog.cs:194
+msgid "Directories"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceInFilesDialog.cs:198
+msgid "Whole project"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceInFilesDialog.cs:256
+msgid "Select directory"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceInFilesDialog.cs:294
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceInFilesDialog.cs:299
+#, csharp-format
+msgid "Invalid directory name: {0}"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Dialogs/ReplaceInFilesDialog.cs:304
+#, csharp-format
+msgid "Invalid file mask: {0}"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/OptionPanels/CodeTemplatePanel.cs:113
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/OptionPanels/CodeTemplatePanel.cs:129
+msgid "Template"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/OptionPanels/CodeTemplatePanel.cs:181
+msgid "New "
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/OptionPanels/CodeTemplatePanel.cs:194
+msgid "Edit "
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/Pads/CompilerMessageView.cs:45
+msgid "Output"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorDisplayBinding.cs:108
+msgid "Source Editor"
+msgstr ""
+
+#: src/AddIns/DisplayBindings/SourceEditor/Search/SearchReplaceInFilesManager.cs:117
+msgid "Search completed"
+msgstr ""
+
+#. MessageBox.Show((Form)WorkbenchSingleton.Workbench, "Mark all done", "Finished");
+#: src/AddIns/DisplayBindings/SourceEditor/Search/SearchReplaceManager.cs:105
+msgid "Mark all completed"
+msgstr ""
+
+#. MessageBox.Show((Form)WorkbenchSingleton.Workbench, "Replace all done", "Finished");
+#: src/AddIns/DisplayBindings/SourceEditor/Search/SearchReplaceManager.cs:138
+msgid "Replace all finished"
+msgstr ""
+
+#. FIXME: This needs to be a msg or whatever
+#. MessageBox.Show((Form)WorkbenchSingleton.Workbench,
+#. resourceService.GetString("Dialog.NewProject.SearchReplace.SearchStringNotFound"),
+#. "Not Found",
+#. MessageBoxButtons.OK,
+#. MessageBoxIcon.Information);
+#: src/AddIns/DisplayBindings/SourceEditor/Search/SearchReplaceManager.cs:173
+msgid "Not Found"
+msgstr ""
+
+#: src/AddIns/BackendBindings/CSharpBinding/Gui/CodeGenerationPanel.cs:63
+msgid "Executable"
+msgstr ""
+
+#: src/AddIns/BackendBindings/CSharpBinding/Gui/CodeGenerationPanel.cs:65
+msgid "Library"
+msgstr ""
+
+#: src/AddIns/BackendBindings/CSharpBinding/Gui/OutputOptionsPanel.cs:100
+msgid "Select the directory in which the assembly will be created"
+msgstr ""

Modified: trunk/MonoDevelop/src/AddIns/DebuggerAddIn/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/AddIns/DebuggerAddIn/ChangeLog	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/src/AddIns/DebuggerAddIn/ChangeLog	2004-04-04 13:37:20 UTC (rev 1370)
@@ -1,3 +1,10 @@
+2004-04-04  Todd Berman  <tberman at sevenl.net>
+
+	* Makefile.am: change to .addin.xml for i18n
+	* MonoDevelopDebugger.addin.xml: mv
+	* MonoDevelopDebugger.addin: rm
+
+
 2004-03-29  Todd Berman  <tberman at sevenl.net>
 
 	* Gui/DebuggerVariablePad.cs: use AmbienceService to convert from

Modified: trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am	2004-04-04 13:37:20 UTC (rev 1370)
@@ -1,7 +1,7 @@
 
 CSC = mcs /debug
 ASSEMBLY = MonoDevelop.Debugger.dll
-ADDIN = $(srcdir)/MonoDevelopDebugger.addin
+ADDIN = $(srcdir)/MonoDevelopDebugger.addin.xml
 
 DLLS = /r:gtk-sharp /r:glib-sharp \
 	/r:$(debugger_prefix)/lib/Mono.Debugger.dll \

Deleted: trunk/MonoDevelop/src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin
===================================================================
--- trunk/MonoDevelop/src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin	2004-04-04 13:37:20 UTC (rev 1370)
@@ -1,52 +0,0 @@
-<AddIn name	 = "MonoDevelop Debugger"
-       author	 = "Todd Berman"
-       copyright = "GPL"
-       url       = ""
-       description = ""
-       version   = "0.2">
-
-	<Runtime>
-		<Import assembly="MonoDevelop.Debugger.dll"/>
-	</Runtime>
-
-	<Extension path="/Workspace/Services">
-		<Class id = "DebuggingService"
-		    class = "MonoDevelop.Services.DebuggingService"/>
-	</Extension>
-
-	<Extension path="/SharpDevelop/Workbench/Views">
-		<Class id    = "DebuggerLocalsPad"
-		       class = "MonoDevelop.SourceEditor.Gui.DebuggerLocalsPad"/>
-	</Extension>
-
-	<Extension path="/SharpDevelop/Workbench/MainMenu">
-		<MenuItem id = "DebugMenuThing" label = "Debug" insertafter = "View" insertbefore = "Tools">
-			<MenuItem id = "DebugProject"
-	                          label = "Debug Project"
-			          shortcut = "Control|F5"
-		                  class = "MonoDevelop.Commands.DebugProject"/>
-
-			<MenuItem id = "ToggleRunning"
-				  label = "Pause/Resume"
-			          shortcut = "Control|F8"
-				  class = "MonoDevelop.Commands.ToggleRunning"/>
-
-			<MenuItem id = "DebugKillApplication"
-				  label = "Kill Application"
-				  class = "MonoDevelop.Commands.KillApplication"/>
-
-			<MenuItem id = "DebugSep1" label = "-" />
-
-			<MenuItem id = "DebugStepOver"
-				  label = "Step Over"
-			          shortcut = "F11"
-				  class = "MonoDevelop.Commands.StepOver"/>
-
-			<MenuItem id = "DebugStepInto"
-			          label = "Step Into"
-			          shortcut = "Control|F11"
-			          class = "MonoDevelop.Commands.StepInto"/>
-		</MenuItem>
-	</Extension>
-</AddIn>
-

Copied: trunk/MonoDevelop/src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin.xml (from rev 1355, trunk/MonoDevelop/src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin)
===================================================================
--- trunk/MonoDevelop/src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin	2004-04-03 02:55:22 UTC (rev 1355)
+++ trunk/MonoDevelop/src/AddIns/DebuggerAddIn/MonoDevelopDebugger.addin.xml	2004-04-04 13:37:20 UTC (rev 1370)
@@ -0,0 +1,52 @@
+<AddIn name	 = "MonoDevelop Debugger"
+       author	 = "Todd Berman"
+       copyright = "GPL"
+       url       = ""
+       description = ""
+       version   = "0.2">
+
+	<Runtime>
+		<Import assembly="MonoDevelop.Debugger.dll"/>
+	</Runtime>
+
+	<Extension path="/Workspace/Services">
+		<Class id = "DebuggingService"
+		    class = "MonoDevelop.Services.DebuggingService"/>
+	</Extension>
+
+	<Extension path="/SharpDevelop/Workbench/Views">
+		<Class id    = "DebuggerLocalsPad"
+		       class = "MonoDevelop.SourceEditor.Gui.DebuggerLocalsPad"/>
+	</Extension>
+
+	<Extension path="/SharpDevelop/Workbench/MainMenu">
+		<MenuItem id = "DebugMenuThing" _label = "Debug" insertafter = "View" insertbefore = "Tools">
+			<MenuItem id = "DebugProject"
+	                          _label = "Debug Project"
+			          shortcut = "Control|F5"
+		                  class = "MonoDevelop.Commands.DebugProject"/>
+
+			<MenuItem id = "ToggleRunning"
+				  _label = "Pause/Resume"
+			          shortcut = "Control|F8"
+				  class = "MonoDevelop.Commands.ToggleRunning"/>
+
+			<MenuItem id = "DebugKillApplication"
+				  _label = "Kill Application"
+				  class = "MonoDevelop.Commands.KillApplication"/>
+
+			<MenuItem id = "DebugSep1" _label = "-" />
+
+			<MenuItem id = "DebugStepOver"
+				  _label = "Step Over"
+			          shortcut = "F11"
+				  class = "MonoDevelop.Commands.StepOver"/>
+
+			<MenuItem id = "DebugStepInto"
+			          _label = "Step Into"
+			          shortcut = "Control|F11"
+			          class = "MonoDevelop.Commands.StepInto"/>
+		</MenuItem>
+	</Extension>
+</AddIn>
+

Modified: trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/AddIns/AddInTreeSingleton.cs
===================================================================
--- trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/AddIns/AddInTreeSingleton.cs	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/AddIns/AddInTreeSingleton.cs	2004-04-04 13:37:20 UTC (rev 1370)
@@ -85,7 +85,7 @@
 			StringCollection retryList  = null;
 			
 			if (ignoreDefaultCoreDirectory == false) {
-				addInFiles = fileUtilityService.SearchDirectory(defaultCoreDirectory, "*.addin");
+				addInFiles = fileUtilityService.SearchDirectory(defaultCoreDirectory, "*.addin.xml");
 				retryList  = InsertAddIns(addInFiles);
 			}
 			else
@@ -93,7 +93,7 @@
 			
 			if (addInDirectories != null) {
 				foreach(string path in addInDirectories) {
-					addInFiles = fileUtilityService.SearchDirectory(path, "*.addin");
+					addInFiles = fileUtilityService.SearchDirectory(path, "*.addin.xml");
 					StringCollection partialRetryList  = InsertAddIns(addInFiles);
 					if (partialRetryList.Count != 0) {
 						string [] retryListArray = new string[partialRetryList.Count];

Modified: trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/ChangeLog	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/ChangeLog	2004-04-04 13:37:20 UTC (rev 1370)
@@ -1,3 +1,7 @@
+2004-04-04  Todd Berman  <tberman at sevenl.net>
+
+	* AddIns/AddInTreeSingleton.cs: Change to .addin.xml to allow gettext
+
 2004-04-02  Todd Berman  <tberman at sevenl.net>
 
 	* Makefile.am: add GettextCatalog.cs.

Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog	2004-04-04 13:37:20 UTC (rev 1370)
@@ -1,7 +1,13 @@
+2004-04-04  Todd Berman  <tberman at sevenl.net>
+
+	* Internal/Codons/MenuItems/MenuItemCodon.cs:
+	* Internal/Codons/DialogPanelCodon.cs: change label to _label and
+	gettext it
+
 2004-04-04  Nick Drochak  <ndrochak at gol.com>
- 
+
 	* Gui/Dialogs/NewProjectDialog.cs: On double click of icon when there
-        is an illegal or empty solution name, do not hide dialog.
+	is an illegal or empty solution name, do not hide dialog.
 
 2004-04-03  Todd Berman  <tberman at sevenl.net>
 

Modified: trunk/MonoDevelop/src/Main/Base/Internal/Codons/DialogPanelCodon.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Internal/Codons/DialogPanelCodon.cs	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/src/Main/Base/Internal/Codons/DialogPanelCodon.cs	2004-04-04 13:37:20 UTC (rev 1370)
@@ -11,12 +11,14 @@
 using MonoDevelop.Core.AddIns.Conditions;
 using MonoDevelop.Core.Services;
 
+using MonoDevelop.Services;
+
 namespace MonoDevelop.Core.AddIns.Codons
 {
 	[CodonNameAttribute("DialogPanel")]
 	public class DialogPanelCodon : AbstractCodon
 	{
-		[XmlMemberAttribute("label", IsRequired=true)]
+		[XmlMemberAttribute("_label", IsRequired=true)]
 		string label       = null;
 		
 		public string Label {
@@ -39,12 +41,12 @@
 			
 			if (subItems == null || subItems.Count == 0) {				
 				if (Class != null) {
-					newItem = new DefaultDialogPanelDescriptor(ID, stringParserService.Parse(Label), (IDialogPanel)AddIn.CreateObject(Class));
+					newItem = new DefaultDialogPanelDescriptor(ID, GettextCatalog.GetString (Label), (IDialogPanel)AddIn.CreateObject(Class));
 				} else {
-					newItem = new DefaultDialogPanelDescriptor(ID, stringParserService.Parse(Label));
+					newItem = new DefaultDialogPanelDescriptor(ID, GettextCatalog.GetString (Label));
 				}
 			} else {
-				newItem = new DefaultDialogPanelDescriptor(ID, stringParserService.Parse(Label), subItems);
+				newItem = new DefaultDialogPanelDescriptor(ID, GettextCatalog.GetString (Label), subItems);
 			}
 			return newItem;
 		}

Modified: trunk/MonoDevelop/src/Main/Base/Internal/Codons/MenuItems/MenuItemCodon.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Internal/Codons/MenuItems/MenuItemCodon.cs	2004-04-04 10:40:20 UTC (rev 1369)
+++ trunk/MonoDevelop/src/Main/Base/Internal/Codons/MenuItems/MenuItemCodon.cs	2004-04-04 13:37:20 UTC (rev 1370)
@@ -26,7 +26,7 @@
 	[CodonName("MenuItem")]
 	public class MenuItemCodon : AbstractCodon
 	{
-		[XmlMemberAttribute("label", IsRequired=true)]
+		[XmlMemberAttribute("_label", IsRequired=true)]
 		string label       = null;
 		
 		[XmlMemberAttribute("description")]
@@ -102,14 +102,15 @@
 			if (Label == "-") {
 				newItem = new SdMenuSeparator(conditions, owner);
 			} else  if (Link != null) {
-				newItem = new SdMenuCommand(conditions, null, Label,  Link.StartsWith("http") ? (IMenuCommand)new GotoWebSite(Link) : (IMenuCommand)new GotoLink(Link));
+			  newItem = new SdMenuCommand(conditions, null, GettextCatalog.GetString (Label),  Link.StartsWith("http") ? (IMenuCommand)new GotoWebSite(Link) : (IMenuCommand)new GotoLink(Link));
 			} else {
 				object o = null;
 				if (Class != null) {
 					o = AddIn.CreateObject(Class);
 				}
 				if (o != null) {
-					if (o is IMenuCommand) {
+				  Label = GettextCatalog.GetString (Label);
+				  if (o is IMenuCommand) {
 						IMenuCommand menuCommand = (IMenuCommand)o;
 						menuCommand.Owner = owner;
 						if (o is ICheckableMenuCommand) {




More information about the Monodevelop-patches-list mailing list