Search found 4 matches

by melkov
Fri Mar 02, 2018 1:34 am
Forum: Enhancement Suggestions
Topic: "Match whole words" does not accept underscores in
Replies: 3
Views: 3046

I see that this feature has been implemented in Textpad 8.
Thanks!
by melkov
Sat May 20, 2017 7:37 am
Forum: Enhancement Suggestions
Topic: "Match whole words" does not accept underscores in
Replies: 3
Views: 3046

I do not need to find all words, I need to skip over all the places where some specific word is written. For example:
1) Double-click some identifier
2) F3, F3, F3 ...

Using regular expressions and manually adding \b works, however, this is still inconvenient.
by melkov
Fri May 12, 2017 9:37 am
Forum: Enhancement Suggestions
Topic: "Match whole words" does not accept underscores in
Replies: 3
Views: 3046

"Match whole words" does not accept underscores in

Most programming languages, especially C++, treat underscores as correct symbol of an identifier. However, while searching for an identifier with underscore, " Match whole words " flag is disabled, bringing some frustration. I see 3 ways to fix this problem: A) add ' _ ' to the fixed list of word ...
by melkov
Sun Nov 13, 2011 10:40 pm
Forum: Enhancement Suggestions
Topic: Check file modification in separate thread
Replies: 0
Views: 413

Check file modification in separate thread

To address this problem:
http://forums.textpad.com/viewtopic.php?t=3754
- please do file modification checks in separate thread, w/o ever freezing the UI.