On Mon, 2002-02-25 at 00:15, Graham Lea wrote: > -1 > > Is it really that hard to type "extends Something" or "implements > SomethingElse" and then use the old (but awesome!) implement and/or > override method(s) shortcuts?
No. But I like IDEA because it usually lets me work the way I feel is natural. If I'm working with a certain class Foo and would like to create a subclass with certain properties, my "mental focus" is currently on Foo and I would like to right-click (or whatever) Foo and select "new subclass". Right now I have to move to the package folder in the project pane instead, deciding what package the subclasse should be placed in, and then specify a new name, and *then* add the "extends Foo" part to the result. Reading the original message again I see that this wasn't what the original poster asked for. Never mind, this is what *I* would like :-) Just a simple "create subclass" or "create implementing class" in the right-click menu for a class or interface. Then I'd use ctrl-I or ctrl-O as usual. _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
