Search found 6 matches

by pgwilliams
Tue Nov 29, 2011 3:20 am
Forum: Enhancement Suggestions
Topic: Find Result + Current line - dotted yellow bar hard to see
Replies: 2
Views: 1077

Sorted

Thanks AK47Wong, that worked a treat!
by pgwilliams
Mon Nov 28, 2011 10:01 am
Forum: Enhancement Suggestions
Topic: Find Result + Current line - dotted yellow bar hard to see
Replies: 2
Views: 1077

Find Result + Current line - dotted yellow bar hard to see

When I search for a term in a text file (and this also applies in general to the "current line") I find that dotted yellow line extremely hard to see on my rubbish monitor. Is there a way to change the colour of this feature, or could such functionality be added in the next release? Also, I don't ...
by pgwilliams
Mon Nov 28, 2011 9:31 am
Forum: General
Topic: Find in Files searching Binary files
Replies: 1
Views: 299

Find in Files searching Binary files

Hi All I'm seeing behaviour in 5.4.2 (and previously 5.3.x) where when I do "Find in Files", Textpad is searching through binary files (and I've got a lot of jpgs since I'm working on a website project so it takes ages) when I've not ticked the "binary files" check box. Perhaps this is a ...
by pgwilliams
Tue Mar 25, 2003 2:19 am
Forum: General
Topic: Tool output registers & need help
Replies: 7
Views: 983

Sorted - you need to match the entire line

(\(.*\):\(.*\))

just matches the portion I need which is why it works with search and replace, but I need .*(\(.*\):\(.*\)) to allow that first part of text to match also.

Cheers!
Peter
by pgwilliams
Tue Mar 25, 2003 2:10 am
Forum: General
Topic: Three ideas
Replies: 2
Views: 549

:lol: I had no idea that functionality existed! I'm chuffed! I've just assigned CTRL + /, CTRL + / to my block comment macro. I'm going to have fun with this. Damn but this is a great tool - I'm very happy to have paid for it. Thanks for you post Jeffy - you're obviously a heavy user - just how many ...
by pgwilliams
Tue Mar 25, 2003 2:00 am
Forum: General
Topic: Tool output registers & need help
Replies: 7
Views: 983

Tool output registers and regular expressions

Hi Ben and Jens, found your postings very helpful and I was able to get quite a long way forward. But now I'm stuck. I have the (java execuatable) output: Starting java.lang.Exception: Foo Exception at hello_exception.main(hello_exception.java:5) Exception in thread "main" Tool completed with exit ...