On Thu, 2002-02-07 at 01:54, Bradshaw, Paul wrote: > The structure pane lets you see the "structure" of your current class, > including an unfiltered "in the order they appear" list of methods and > members. > > I'd love to be able to click and drag a method name in that view (when in > that mode) in order to move the actual code in my source file. It'd make > reorganizing the order of methods into logical groupings much easier than > the more cumbersome cut/scroll/paste over and over.
That has been discussed here before, and I think one of the main problems was determining which method a comment belongs to when you have multiple comments between methods. But I'd also love to have this feature in Ariadna. And it would be nice to have a feature to reorder all methods in the same order as in the superclass or in an interface being implemented, although then you'd have to have some way of determining where "extra" methods are placed. And maybe a general code layout option to place fields, constructors, methods and so on in a specific order in a source file. _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
