Hooray! Forward programming at last! One thing I've noticed though:
class Foo {
public static void main( String[] args ) {
new Foo().doSomething();
}
}If I use Alt-Enter to create a doSomething() method, it is created as static where it should be non-static. (I would expect to use Foo.doSomething() to create a static method.) Great stuff though! Cheers, Dan _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
