Almost. The re-ordering request would actually move the methods around in the code, while the option below would simply sort the display of the same in project/source views. When looking at new code or someone else's code or code in version control and not checked out, its nice to not actually modify that code, but still be able to browse it the way you are used to.
Related features I'd like to see in IDEA are: - sorting by method return type (in addition to name) - sorting by access/scope - hide by access/scope (ie: hide public and/or hide private members) -sms -----Original Message----- From: Dimiter Dimitrov [mailto:[EMAIL PROTECTED]] Sent: Tue, December 04, 2001 4:35 AM To: '[EMAIL PROTECTED]' Subject: RE: [Eap-list] feature requestS Once there was a feature request about reordering of the methods - isn't it the same ? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott Sirovy Sent: Monday, December 03, 2001 8:22 AM To: '[EMAIL PROTECTED]' Subject: RE: [Eap-list] feature requestS + 10 !! -----Original Message----- From: Tahir Awan [mailto:[EMAIL PROTECTED]] Sent: Mon, December 03, 2001 9:04 AM To: '[EMAIL PROTECTED]' Subject: RE: [Eap-list] feature requestS Its not public vs private vs static etc. Rather the grouping of methods based on scope. Some editors have this options where methods can be grouped by scope etc. as it follows some of the coding guidelines (like should have public methods on top, then private methods and then static etc etc). It will be ever nicer to have the control over grouping (which group should appear first). -----Original Message----- From: Erik Hanson [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 01, 2001 12:18 PM To: [EMAIL PROTECTED] Subject: Re: [Eap-list] feature requestS "Tahir Awan" <[EMAIL PROTECTED]> wrote: > 2. How about code layout based upon method's scope (public/private etc.)? > This should ofcourse be optional in code layout. Just out of curiosity, can you give an example of the differences in code layout of a public vs. private method? -------------------------------------------------- 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-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
