But it's error prone. Why not put move up/-down buttons in the hierarchy view?
Tom On Thu, 6 Jun 2002 18:42:54 +0400, "Mike Aizatsky" <[EMAIL PROTECTED]> wrote: >Florin, > >This can be easily achieved with code folding - just fold everything and do >cut & paste. > >-- >Best regards, >Mike Aizatsky. >------------------------------ >JetBrains, Inc / IntelliJ Software >http://www.intellij.com >"Develop with pleasure!" > > >"Florin Manolache" <[EMAIL PROTECTED]> wrote in message >adns8c$31q$[EMAIL PROTECTED]">news:adns8c$31q$[EMAIL PROTECTED]... >> It would be nice to have the possibility to change the methods' order in a >> source file. >> For example if I have a class Test: >> >> public class Test { >> public methodA(){} >> public methodB(){} >> public methodC(){} >> } >> >> after moving the methodB "up", the source should look like: >> >> public class Test { >> public methodB(){} >> public methodA(){} >> public methodC(){} >> } >> >> This can be done for example by enhancing the "File structure" (Ctrl+F12) >> popup with the ability to drag methods, or by having 2 buttons with "Move >> up", "Move down". The same problem for fields, constructors and nested >> classes. >> >> Regards, >> Florin >> >> >> > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
