Commented-out braces

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
HY

Commented-out braces

Post by HY »

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
HY

Re: Commented-out braces

Post by HY »

..Oh, and one should be able to turn this feature on and off, of course...
Wyn

Re: Commented-out braces

Post by Wyn »

And braces in strings should not count either!
Post Reply