Smart brace matching

Ideas for new features

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

Post Reply

How important is this feature to you?

Top priority
4
24%
Important
8
47%
Would be nice
4
24%
Somewhat unimportant
1
6%
Unimportant, even if the size/efficiency of TextPad remains unaffected
0
No votes
 
Total votes: 17

User avatar
gracefool
Posts: 76
Joined: Thu Jan 29, 2004 7:21 am
Location: Wellington, New Zealand
Contact:

Smart brace matching

Post by gracefool »

This thread is a poll for the previous thread.
Eamonn wrote:One of the things about the Match Brace option in TextPad is that it does not ignore comments. Whether this is a bug or not is open to debate, however when the syntax definition file has an option to flag text as comments, it would be nice to have an option to have match brace ignore commented out code when searching for a match in uncommented code.
ben_josephs wrote:And in strings. Annoys me too. I have a great deal of code that deals with text input, and I have to resort to such devices (in C/C++) as

Code: Select all

if ( line[ i ] == '{' )    // }
Post Reply