Yes, please support single line blocks or whatever you want to call it. Also, please add "this." to generated getters.
Best Regards. -Thomas > -----Original Message----- > From: Todd Breiholz [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 14, 2001 7:32 AM > To: [EMAIL PROTECTED] > Subject: Re: [Eap-features] align class variables > > > +1 here for "Keep single line blocks" > > We group our setters and getters together with the property > declaration and use single line blocks for them. We are > unable to use the reformatter because of what it does to these blocks. > > Example: > > private String someProp; > public void setSomeProp(String someProp) { this.someProp = someProp; } > public String getSomeProp() { return someProp; } > > While I'm on the subject, it would be nice to have an option > to generate setters/getters in single line block style. > > Thanks for a great product! > > Todd > > >>> [EMAIL PROTECTED] 12/14/01 03:17AM >>> > +1 for "Keep single line blocks" -- I have already tried to > ask for it... > > ----- Original Message ----- > From: "Dimiter Dimitrov" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, December 13, 2001 4:02 AM > Subject: RE: [Eap-features] align class variables > > > > + 10 for "Keep single line blocks" > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of North D > > Sent: Thursday, December 13, 2001 1:30 AM > > To: '[EMAIL PROTECTED]' > > Subject: RE: [Eap-features] align class variables > > > > > > +1 not only for variable names but also for aligning the = signs. > > > > Also, an option to "Keep single line blocks", so that if I have: > > > > public int getThing() { return this.thing; } > > > > it doesn't get reformatted to: > > > > public int getThing() { > > return this.thing; > > } > > > > in tune with my other format settings. > > > > Cheers, > > Dan. > > > > ps. I'm REALLY enjoying the performance of 2.5 - well done guys. > > > > > > > -----Original Message----- > > > From: Scott Sirovy [mailto:[EMAIL PROTECTED]] > > > Sent: 12 December 2001 14:19 > > > To: '[EMAIL PROTECTED]' > > > Subject: RE: [Eap-features] align class variables > > > > > > > > > +1 from me, too (again). > > > > > > -----Original Message----- > > > From: Bluntpeak [mailto:[EMAIL PROTECTED]] > > > Sent: Wed, December 12, 2001 7:01 AM > > > To: [EMAIL PROTECTED] > > > 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 > > > > > > -------------------------------------------------- > > > DISCLAIMER > > > This e-mail, and any attachments thereto, is intended only > > > for use by the > > > addressee(s) named herein and may contain legally > privileged and/or > > > confidential information. If you are not the intended > > > recipient of this > > > e-mail, you are hereby notified that any dissemination, > > > distribution or > > > copying of this e-mail, and any attachments thereto, is > > > strictly prohibited. > > > If you have received this e-mail in error, please immediately > > > notify me and > > > permanently delete the original and any copy of any e-mail > > > and any printout > > > thereof. > > > > > > E-mail transmission cannot be guaranteed to be secure or > > > error-free. 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. > > > > > > NOTICE REGARDING PRIVACY AND CONFIDENTIALITY > > > > > > Knight Trading Group may, at its discretion, monitor and > > > review the content > > > of all e-mail communications. > > > > > > > > > _______________________________________________ > > > Eap-features mailing list > > > [EMAIL PROTECTED] > > > http://www.intellij.com/mailman/listinfo/eap-features > > > > > > > > > > ************************************************************** > ************** > > *********** > > This email and any files transmitted with it are > confidential and intended > > solely for the use of the individual or entity to whom they > are addressed. > > If you have received this email in error please notify > [EMAIL PROTECTED] > > immediately. > > > > This footnote also confirms that this email message has > been swept for the > > presence of computer viruses. > > > ************************************************************** > ************** > > *********** > > > > _______________________________________________ > > 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 > > __________________________________________________ > Do You Yahoo!? > Check out Yahoo! Shopping and Yahoo! Auctions for all of > your unique holiday gifts! Buy at http://shopping.yahoo.com > or bid at http://auctions.yahoo.com > > _______________________________________________ > 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 > ************************************ If this email is not intended for you, or you are not responsible for the delivery of this message to the addressee, please note that this message may contain ITT Privileged/Proprietary Information. In such a case, you may not copy or deliver this message to anyone. You should destroy this message and kindly notify the sender by reply email. Information contained in this message that does not relate to the business of ITT is neither endorsed by nor attributable to ITT. ************************************ _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
