I have already asked for this, this would be a huge enhancement as far as we are concerned. This is also our preferred style, i.e. to line up the variable names, operators, and values in columns.
Ted Hill >I know its utterly hopeless, but still :) >Is there any way to add in IDEA ability to align assignments/declarations? >I.e. next piece of code: >int fooInt = a; >Image fooImage = new Image(); >BloodyLongNamedClass myBloodyLongNamedClassInstance = BloodyLongNamedClass.getInstance(); >to be formatted as: >int fooInt = a; >Image fooImage = new Image(); >BloodyLongNamedClass myBloodyLongNamedClassInstance = BloodyLongNamedClass.getInstance(); >I know it looks quite weird at the beginning but we been using such way of putting things >on top of other things for quite a while and it makes code far more readable... >-- >Best regards, >Sergei mailto:[EMAIL PROTECTED] _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
