+1 At 08:27 12.12.01 -0800, you wrote: >More important than aligning types and values: > >- An option to reorder class variables and have them at the top or bottom of >the class definition. For example static variables first, then private, then >public. >- Optional spacing between groups (scope) of variables. >- An option for reordering functions as well. For example, static methods, >then constructors, then getter/setter, then public (alphabetical), then >private (alphabetical) > >I understand that there would be a ton of possible settings for ordering >member variables or functions, but this would make classes more consistent >and easier to maintain. > >I still think that getting the list of unused variables and functions is of >higher priority. This is definitely in line with XP... > > Benoit > >----- Original Message ----- >From: "Bluntpeak" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, December 12, 2001 5:00 AM >Subject: Re: [Eap-features] align class variables > > > > +1 over here as well > > > > H > > > > [EMAIL PROTECTED] wrote: > > > > > +1 for me > > > > > > Florian > > > > > > -----Original Message----- > > > From: wim.deblauwe > > > Sent: Mittwoch, 12. Dezember 2001 13:54 > > > To: eap-features > > > Cc: wim.deblauwe > > > Subject: [Eap-features] align class variables > > > > > > > > > It would be nice in my opinion to have an option in the formatting to > > > keep > > > this: > > > > > > > > > private int testInt = 0; > > > private int j; > > > private Vector v = new Vector(); > > > private Runnable runnable; > > > > > > So the variable names are all aligned. > > > I find this easier readable and also a bit 'nicer'. > > > > > > Wim > > > > > > ------------- > > > Ing. Wim Deblauwe > > > BarcoView > > > Medical Imaging Systems > > > > > > _______________________________________________ > > > Eap-features mailing list > > > [EMAIL PROTECTED] > > > http://www.intellij.com/mailman/listinfo/eap-features > > > > > > > > > > > > Visit our website at http://www.ubswarburg.com > > > > > > This message contains confidential information and is intended only > > > for the individual named. If you are not the named addressee you > > > should not disseminate, distribute or copy this e-mail. Please > > > notify the sender immediately by e-mail if you have received this > > > e-mail by mistake and delete this e-mail from your system. > > > > > > E-mail transmission cannot be guaranteed to be secure or error-free > > > as information could be intercepted, corrupted, lost, destroyed, > > > arrive late or incomplete, or contain viruses. The sender therefore > > > does not accept liability for any errors or omissions in the contents > > > of this message which arise as a result of e-mail transmission. If > > > verification is required please request a hard-copy version. This > > > message is provided for informational purposes and should not be > > > construed as a solicitation or offer to buy or sell any securities or > > > related financial instruments. > > > > > > > > > _______________________________________________ > > > Eap-features mailing list > > > [EMAIL PROTECTED] > > > http://www.intellij.com/mailman/listinfo/eap-features > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > Eap-features mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-features > > >_______________________________________________ >Eap-features mailing list >[EMAIL PROTECTED] >http://www.intellij.com/mailman/listinfo/eap-features
_______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
