Dirk, It happens, because trailing spaces are removed when saving file. The file is saved, because the focus is lost by IDEA frame. And the caret is moved, because you don't use virtual space (caret is not allowed to be placed after end of line). So, it looks like a normal behaviour here.
Best regards, Sergey Dmitriev ----------------------------------------------------------- IntelliJ Software, "Develop with pleasure!" http://www.intellij.com/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dirk Dittert Sent: Tuesday, December 04, 2001 3:24 PM To: [EMAIL PROTECTED] Subject: [Eap-list] Template-Bug Hello, I just found another annoyance. Here is how to reproduce it: if (condition) {<Tab> inserts as expected: if (condition) { | <-- Cursor } Then click on another window and click back into the intellij frame. You will see that the cursor is not indented anymore: if (condition) { | <-- Cursor } Greetings, Dirk Dittert _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
