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
