Search found 5 matches

by lukasbradley
Wed May 07, 2008 2:07 pm
Forum: General
Topic: Find in Files - Including Hidden Files?
Replies: 1
Views: 204

Find in Files - Including Hidden Files?

Is it possible to include hidden files in a "Find In Files" search?

Lukas
by lukasbradley
Fri Apr 01, 2005 7:07 pm
Forum: Enhancement Suggestions
Topic: Regular Expressions: Support for Non-Greedy Matching
Replies: 7
Views: 746

FANTASTIC! It looks like the code is already written!

So there will be no problem porting this over to TextPad, so I won't have to buy another set of licenses for a new product, right?!

:lol:
by lukasbradley
Fri Apr 01, 2005 4:15 pm
Forum: Enhancement Suggestions
Topic: Regular Expressions: Support for Non-Greedy Matching
Replies: 7
Views: 746

Excellent. Voted. Thank you.
by lukasbradley
Fri Apr 01, 2005 2:02 pm
Forum: Enhancement Suggestions
Topic: Regular Expressions: Support for Non-Greedy Matching
Replies: 7
Views: 746

Yes, there are ALWAYS solutions to SPECIFIC problems. I'm looking for non-greedy qualifiers, not answers to a specific issue.

Thank you for trying to help, however.
by lukasbradley
Fri Apr 01, 2005 2:19 am
Forum: Enhancement Suggestions
Topic: Regular Expressions: Support for Non-Greedy Matching
Replies: 7
Views: 746

Regular Expressions: Support for Non-Greedy Matching

I would love support for non-greedy matching using Textpad. A great link is here: http://www.regular-expressions.info/repeat.html Basically, If I attempt to match everything in an alt tag such as... <img alt="This is the text inside" src="hooplah.png" /> And I attempt to use.... alt=".*" The ...