Search found 6 matches

by aka_bigred
Thu Jun 09, 2011 3:17 pm
Forum: Enhancement Suggestions
Topic: Ability to "snooze" file change notifications
Replies: 0
Views: 357

Ability to "snooze" file change notifications

I love the fact that TP will alert you when the current file has been changed by some external process, but I work with log files quite a bit and it's nearly impossible to view a log file while this feature is on. Is it possible to add the ability "snooze" file change alerts right in the dialog? It ...
by aka_bigred
Tue Nov 09, 2010 5:10 pm
Forum: General
Topic: .*? (lazy star) regular expression not working?
Replies: 1
Views: 380

.*? (lazy star) regular expression not working?

I've got a quandary - a regex doesn't seem to find something in TextPad, but when I run it through another online checker, it works exactly as expected. The file is a tilde separated text file and I'm trying to capture columns 84,85,87,88,90,91. I've masked the data as 'x' all except the columns I'm ...
by aka_bigred
Thu Nov 05, 2009 3:31 pm
Forum: Enhancement Suggestions
Topic: Parentheses Matching
Replies: 12
Views: 3913

Parentheses matching is an enormous help when coding. The SQL query tool I use added it recently, and man is it nice! It really saves you from going blind trying to count when you have more than a couple parentheses in a massive statement.
by aka_bigred
Wed Nov 04, 2009 11:25 pm
Forum: Enhancement Suggestions
Topic: Multi-line Regex
Replies: 1
Views: 430

Multi-line Regex

I really, REALLY wish textpad had an option to enable multi-line regex's or at least allow the . to match linebreaks. I know in coldfusion there's a modifier you put in the regex to enable multi-line support - /(?m)some.*regex/ - where (?m) enables the multiline for that regex. I don't know if that ...
by aka_bigred
Wed Nov 04, 2009 11:21 pm
Forum: Enhancement Suggestions
Topic: Code-folding. The only thing TP needs to be PERFECT !!!
Replies: 8
Views: 2470

Re: Just because it is new, it is not better

Code folding is a bad idea: I need to go through another step to see inside nested code blocks. Why should I do that? If you don't want to fold the code, then you wouldn't turn on code folding. At least let the people that want it have it. I agree there's times where it's simply an extra step, but ...
by aka_bigred
Wed Nov 04, 2009 11:19 pm
Forum: Enhancement Suggestions
Topic: Code-folding. The only thing TP needs to be PERFECT !!!
Replies: 8
Views: 2470

I'd echo the request for code folding or at least some sort of block highlighting if not folding.

I really miss it in Textpad, but textpad is the all-around best fitting editor I've found.