[Monodevelop-patches-list] r2234 - in trunk/MonoDevelop/Core/src/AddIns/BackendBindings/CSharpBinding: . Gui
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Feb 5 14:33:39 EST 2005
Author: jluke
Date: 2005-02-05 14:33:39 -0500 (Sat, 05 Feb 2005)
New Revision: 2234
Modified:
trunk/MonoDevelop/Core/src/AddIns/BackendBindings/CSharpBinding/ChangeLog
trunk/MonoDevelop/Core/src/AddIns/BackendBindings/CSharpBinding/Gui/CodeGenerationPanel.cs
Log:
enable doc generation option
Modified: trunk/MonoDevelop/Core/src/AddIns/BackendBindings/CSharpBinding/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/BackendBindings/CSharpBinding/ChangeLog 2005-02-04 17:08:08 UTC (rev 2233)
+++ trunk/MonoDevelop/Core/src/AddIns/BackendBindings/CSharpBinding/ChangeLog 2005-02-05 19:33:39 UTC (rev 2234)
@@ -1,3 +1,7 @@
+2005-02-05 John Luke <john.luke at gmail.com>
+
+ * Gui/CodeGenerationPanel.cs: enable doc generation
+
2005-02-01 John Luke <john.luke at gmail.com>
* Parser/Parser.cs: use ErrorInfo
Modified: trunk/MonoDevelop/Core/src/AddIns/BackendBindings/CSharpBinding/Gui/CodeGenerationPanel.cs
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/BackendBindings/CSharpBinding/Gui/CodeGenerationPanel.cs 2005-02-04 17:08:08 UTC (rev 2233)
+++ trunk/MonoDevelop/Core/src/AddIns/BackendBindings/CSharpBinding/Gui/CodeGenerationPanel.cs 2005-02-05 19:33:39 UTC (rev 2234)
@@ -56,9 +56,6 @@
configuration = (DotNetProjectConfiguration)((IProperties)CustomizationObject).GetProperty("Config");
compilerParameters = (CSharpCompilerParameters) configuration.CompilationParameters;
- // FIXME: Enable when mcs has this feature
- generateXmlOutputCheckButton.Sensitive = false;
-
ListStore store = new ListStore (typeof (string));
store.AppendValues (GettextCatalog.GetString ("Executable"));
store.AppendValues (GettextCatalog.GetString ("Library"));
More information about the Monodevelop-patches-list
mailing list