[Mono-bugs] [Bug 62602][Wis] New - Enables visual studio style code completion

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 5 Aug 2004 23:08:22 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mono@omghack.com.

http://bugzilla.ximian.com/show_bug.cgi?id=62602

--- shadow/62602	2004-08-05 23:08:22.000000000 -0400
+++ shadow/62602.tmp.21437	2004-08-05 23:08:22.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 62602
+Product: Mono Develop
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: texteditor
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mono@omghack.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Enables visual studio style code completion
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When using monodevelop and in code completion, if you've typed part of a
+word you're looking for and press ([,. or a variety of other keys the code
+window inserts the key pressed and stops code completion.  Visual Studio
+finishes the completion AND inserts the character--with the exception of
+tab, escape, and enter.
+
+Steps to reproduce the problem:
+1. Start monodevelop and open a project with known autocompletion
+2. Get an autocompletion window up and press (
+
+Actual Results:
+The code will not complete.  Only a ( gets inserted
+
+Expected Results:
+The code will complete AND a ( should get inserted.
+
+How often does this happen? 
+Every Time
+
+Additional Information: