Search found 4 matches

by pgwilliams
Mon Nov 28, 2011 9:31 am
Forum: General
Topic: Find in Files searching Binary files
Replies: 1
Views: 428

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: 1292

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: 676

: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 ...
by pgwilliams
Tue Mar 25, 2003 2:00 am
Forum: General
Topic: Tool output registers & need help
Replies: 7
Views: 1292

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 ...