I find it totally annoying, that Alt-Insert still removes preceding and 
following empty lines (e.g. to comments). I want Alt-Insert only to insert 
anything at the current position, not more not less.

Background:
We are using comments as class-separators, for example:

public class Test {
   // Fields ==============================

   private int field;

   // Accessing ===========================

   public int getField() {
     return field;
   }

   // Actions =============================

   public void store() {
   }
}

This helps as a lot to pack all methods/fields together, that belong together.

Best regards
Thomas Singer
_____________
     regnis.de


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to