It would be neat if Paddy could recognize which braces are commented out in my code, so that in the following sequence:
class ex { // first brace
public void method() { // second brace
//public void method() { // third brace. Commented out, so it doesn't count.
} // fourth brace
} // fifth brace
... if I do ctrl-M on the second brace, the cursor would jump to the fourth brace, and not the fith.
Regards,
HY
Commented-out braces
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: Commented-out braces
..Oh, and one should be able to turn this feature on and off, of course...