This still exists in #629, and is still annoying.
-David Mankin ---------- Forwarded message ---------- Date: Tue, 28 May 2002 01:20:35 -0700 (PDT) From: David Mankin <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Eap-bugs] Control-Y leaves cursor in strange column #624, Mac OS X, JDK 1.3.1, Allow to place caret after end of line=false. When I press control-Y to delete a line, the cursor often ends up past the end of the next line. This shouldn't be allowed based on my "Allow to place caret after end of line" setting (unchecked). Before: String abc = "a string";| String def = "x"; #624, press control-Y: String def = "x"; | Should be, it seems: String def= "x";| _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
