I'd like to request a formatting feature to align the field names and vaues
in a class.

We're standardizing on a code format for IntelliJ here at Memberclicks.com,
and we have a few members that would like to align field names using the
formatter to it would look like:
-------------------------------------------------------

  public  static final int           value           = 2;

  private              String        aString         = new String();

  private              SQLResultBean groupResultBean = null;



  public static final String MC_CONST_VALUE           = "A constant";

  public static final String MC_LONG_CONST_VALUE      = "Another constant";

  public static final String MC_LONGER_CONSTANT_VALUE = "One last constant";



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

Reply via email to