+1 sounds like a great idea to me. This is somewhat related to the code folding idea. If the members of a class are presented as some kind of a tree view, you can also support reordering by dragging the members up and down the list.
Also, as Dan mentioned in this thread, this will require a correct association of comments and members which is currently suboptimal and works only for javadoc comments (this was discussed several times in the EAP list). Go IDEA go, Tal > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Bjoern Kuebler > Sent: Tuesday, October 23, 2001 6:43 AM > To: [EMAIL PROTECTED] > Subject: Re: [Eap-features] New feature - reorder within class > > > +1, sounds very goog to me > > -Bj�rn > > --- Thomas Singer <[EMAIL PROTECTED]> wrote: > > Yes, sometimes, it would be very helpful. Simply a list with > all methods > > (maybe the Structure view?) and two buttons for moving up or down. > > > > Tom > > > > At 13:58 23.10.01, you wrote: > > >Hi, > > > > > >I have just been looking at a bunch of old code and am having to move > > >methods and vars etc around within it in order to make more > sense of things. > > > > > >I think it would be helpful if idea had a command to reorder within a > > >class. I see this as producing a dialog with all method signatures and > > >variable definitions presented in a list form. > > > > > >This list would originally be in the order these items appear > in the class > > >code. > > > > > >You would be able to move items up and down within the list to > create the > > >order wanted (all get/set methods grouped for example) and > then hit ok and > > >have idea perform the moves for you. > > > > > >Is such a feature possible please ? > > > > > > > > >H > > > > > > _______________________________________________ > > Eap-features mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-features > > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.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
