Please allow also to reorder the list of selected members and to have a
'final' attribute to
all the arguments of the constructor (currently we have to add manually the
'final' attribute).

The 'final' attribute can be control by a general IDEA preference 'Use
'final' whenever possible'
so it can be used in other places like generated setters or generated
try/catch (e.g. 'catch (final Exception exp)'. This is the style we are
using here and it saved our b__t many times.

Thanks,

Tal

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Eugene Belyaev
> Sent: Saturday, October 27, 2001 10:24 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Eap-features] Disable the alphabetical sort of construcror
> arguments
>
>
> Actually a good idea to have a list underneath to move members to and
> then run the operation.
>
> Best regards,
>
> Eugene Belyaev,
> IntelliJ Software, http://www.intellij.com
> "Develop with pleasure"
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of Tal Dayan
> Sent: Saturday, October 27, 2001 8:56 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [Eap-features] Disable the alphabetical sort of construcror
> arguments
>
>
> I see, my A-Z was checked. Thanks.
>
> What do you mean by 'select them in the appropriate order by clicking
> with the mouse' ? Is there a way to set my own order ?
>
> Tal
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Valentin
> > Kipiatkov
> > Sent: Saturday, October 27, 2001 3:36 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Eap-features] Disable the alphabetical sort of
> construcror
> > arguments
> >
> >
> > IDEA does not sort generated constructor arguments. It adds them in
> > the order you selected them from the list. If the list of fields is
> > sorted in alphabetical order (there is a button at the top of the
> > dialog) then you, probably, select them startring from the top. You
> > can either disable alphabetical sorting or select them in the
> > appropriate order by clicking with the mouse.
> >
> > Best regards,
> > Valentin Kipiatkov
> > -----------------------------------------------------------
> >  IntelliJ Software, http://www.intellij.com/
> >  "Develop with pleasure"
> > -----------------------------------------------------------
> >
> > ----- Original Message -----
> > From: "Tal Dayan" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, October 26, 2001 9:00 PM
> > Subject: [Eap-features] Disable the alphabetical sort of construcror
> > arguments
> >
> >
> > >
> > > When generating a constructor for a class, IDEA (#506) sorts
> > the arguments
> > > alphabetically. Typically, the alphabetical order of the variable
> > > names has nothing to do with the logical relation between them.
> > >
> > > For example, if a class has the members 'stream', 'from' and 'to',
> > > the generated constructor looks like this:
> > >
> > >    Report(from, stream, to)
> > >
> > >
> > > Please preserve the original order of the variables or at least
> > provide a
> > > way
> > > to set the order.
> > >
> > > Thanks,
> > >
> > > Tal
> > >
> > >
> > > _______________________________________________
> > > 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


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

Reply via email to