[Monodevelop-patches-list] r717 - in trunk/MonoDevelop: build/AddIns src/AddIns/DisplayBindings/SourceEditor/Gui
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Thu Jan 29 16:10:40 EST 2004
Author: tberman
Date: 2004-01-29 16:10:40 -0500 (Thu, 29 Jan 2004)
New Revision: 717
Modified:
trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs
Log:
fixing regression, disabling unused language option panel.
Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-01-29 19:41:57 UTC (rev 716)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-01-29 21:10:40 UTC (rev 717)
@@ -403,9 +403,9 @@
<Extension path = "/SharpDevelop/Dialogs/OptionsDialog">
<DialogPanel id = "UIOptions"
label = "${res:Dialog.Options.TreeViewOptions.SharpDevelopOptionsText}">
- <DialogPanel id = "SelectCulture"
+<!-- <DialogPanel id = "SelectCulture"
label = "${res:Dialog.Options.IDEOptions.SelectCulture.PanelName}"
- class = "ICSharpCode.SharpDevelop.Gui.Dialogs.OptionPanels.IDEOptionPanel"/>
+ class = "ICSharpCode.SharpDevelop.Gui.Dialogs.OptionPanels.IDEOptionPanel"/>-->
<DialogPanel id = "SelectStyle"
label = "${res:Dialog.Options.IDEOptions.SelectVisualStyle.PanelName}"
class = "ICSharpCode.SharpDevelop.Gui.Dialogs.OptionPanels.SelectStylePanel"/>
Modified: trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs 2004-01-29 19:41:57 UTC (rev 716)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs 2004-01-29 21:10:40 UTC (rev 717)
@@ -70,7 +70,7 @@
}
base.OnKeyPressEvent (ref evnt);
- return false;
+ return true;
}
#region Indentation
More information about the Monodevelop-patches-list
mailing list