[Monodevelop-patches-list] r1033 - trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Wed Feb 25 21:18:42 EST 2004
Author: tberman
Date: 2004-02-25 21:18:42 -0500 (Wed, 25 Feb 2004)
New Revision: 1033
Modified:
trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs
Log:
disabling the insight window, thats gonna have to wait for 0.2
Modified: trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs 2004-02-26 00:41:36 UTC (rev 1032)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs 2004-02-26 02:18:42 UTC (rev 1033)
@@ -113,7 +113,7 @@
completionWindow = new CompletionWindow (this, ParentEditor.DisplayBinding.ContentName, new CodeCompletionDataProvider ());
completionWindow.ShowCompletionWindow ((char)key);
break;
- case '(':
+ /*case '(':
try {
InsightWindow insightWindow = new InsightWindow(this, ParentEditor.DisplayBinding.ContentName);
@@ -132,7 +132,7 @@
} catch (Exception e) {
Console.WriteLine("EXCEPTION: " + e);
}
- break;
+ break;*/
}
return base.OnKeyPressEvent (evnt);
More information about the Monodevelop-patches-list
mailing list