In the "Tools.Options.Code Style" dialog,
there is a 
       Keep when Reformating : Control statement in one line.
checkbox.


I would like, in the same vein, a
       Keep when Reformating : getters/setters in one line.


It would help us limit the code real estate usage in :

   public int   getValue ()            { return __value   ;}
   public void  setValue (int newVal)  { __value = newVal ;}



Alain Ravet


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

Reply via email to