"Andrea Vicentini" <[EMAIL PROTECTED]> wrote: > Hi, > Maybe I am missing a point -- doesn't Ctrl-F12 do what you want?
Not quite. Ctrl-F12 works correctly, which is more than I can say for many editors. But the two main things I liked about CodeWarrior's approach were: 1. You could easily switch between file-ordering and alphabetical ordering by holding down a key while you clicked with the mouse. IDEA could implement this thusly: ctrl-clicking on the "Structure" tab would show the methods in alpha order and regular clicking on the tab would show the methods in file order. 2. You could insert comments into the menu using the #pragma preprocessor directive. I think IDEA's implementation is good enough, which is why I haven't mentioned this as a feature; I was merely explaining that I sometimes order methods alphabetically because I'm still used to editors that don't implement any sort of method list. _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
