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? _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
