[Mono-bugs] [Bug 61704][Maj] New - Code Completion cancellation erases blocks of code!

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 18 Jul 2004 12:01:54 -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 draek@shaw.ca.

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

--- shadow/61704	2004-07-18 12:01:54.000000000 -0400
+++ shadow/61704.tmp.20376	2004-07-18 12:01:54.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 61704
+Product: Mono Develop
+Version: unspecified
+OS: 
+OS Details: Fedora Core 2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: texteditor
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: draek@shaw.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Code Completion cancellation erases blocks of code!
+
+Description of Problem:
+When I am in a code completion window, and I cancel it, at times I will
+lose a huge block of code in that area. The code completion and the
+undo/redo are very dangerous features in the editor. I often lose tons of
+code and am unable to undo my changes (because then it undos back to the
+original file I started with)
+
+This is CVS version 0.6, the undo/redo has not been fixed.
+
+Steps to reproduce the problem:
+1. Type in code and go into completion window.
+2. Press ESC, which cuts out a huge chunk of code.
+3. Try Undo, and the file goes back to original state from when opened and
+all code changes are completely lost.
+
+Actual Results:
+Code blocks are totally lost.
+
+Expected Results:
+Should simply just remove the code completion, and not work with text at all.
+
+How often does this happen? 
+1/10 times, I dont know yet what the exact cause that leads up to this
+event, but it happens everyday.