How do you activate is the "Invert if statement" intention?
I tried [Alt-Enter] everywhere in
if ( true ) {
System.out.println( "true" );
}
else {
System.out.println( "false" );
}BTW, this should be available in the "Refactoring" menu. Alain Ravet _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
