[Monodevelop-patches-list] r1094 - in trunk/MonoDevelop: . build/AddIns/AddIns/BackendBindings

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Wed Mar 3 17:44:38 EST 2004


Author: jba
Date: 2004-03-03 17:44:38 -0500 (Wed, 03 Mar 2004)
New Revision: 1094

Modified:
   trunk/MonoDevelop/ChangeLog
   trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin
Log:
not showing the ChooseRuntimePanel node in Project options

Modified: trunk/MonoDevelop/ChangeLog
===================================================================
--- trunk/MonoDevelop/ChangeLog	2004-03-03 22:14:54 UTC (rev 1093)
+++ trunk/MonoDevelop/ChangeLog	2004-03-03 22:44:38 UTC (rev 1094)
@@ -1,3 +1,6 @@
+2004-03-04 John BouAntoun  <jba-mono at optusnet.com.au>
+	* build/AddIns/AddIns/BackendBindings/BackendBindings.addin : commented ChoosRuntimePanel binding (we can't support any other runtimes)  
+
 2004-03-03  Todd Berman  <tberman at sevenl.net>
 
 	* src/AddIns/DisplayBindings/Gui/SourceEditor*:

Modified: trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin	2004-03-03 22:14:54 UTC (rev 1093)
+++ trunk/MonoDevelop/build/AddIns/AddIns/BackendBindings/BackendBindings.addin	2004-03-03 22:44:38 UTC (rev 1094)
@@ -77,9 +77,10 @@
 			<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"/>
+			             class = "CSharpBinding.ChooseRuntimePanel"/>	-->
 		</Conditional>
 <!--		<Conditional activeproject="VBNET">
 			<DialogPanel id = "VBCodeGenerationPanel"




More information about the Monodevelop-patches-list mailing list