Currently (TP 5.4.2)
The option "In all documents" on the Find dialog has room for improvement: if i search for a word with "in all documents" checked, then all documents in the current workspace are scanned as expected .. but each time i click "Next", every single open document is repositioned to ...
Search found 69 matches
- Fri Jul 22, 2011 9:25 am
- Forum: Enhancement Suggestions
- Topic: Find in all documents - needs work
- Replies: 0
- Views: 635
- Fri Jul 15, 2011 9:11 am
- Forum: Enhancement Suggestions
- Topic: SQL Support
- Replies: 4
- Views: 1595


You would just need to modify it to run isql.exe .. or is it osql.exe(?) Can't remember the SQL Server commandline interface off-hand.
- Fri Jul 15, 2011 9:02 am
- Forum: Enhancement Suggestions
- Topic: Run Tool on Selection Only
- Replies: 7
- Views: 2803
- Mon Apr 11, 2011 8:09 am
- Forum: General
- Topic: custom tool - Passing selected text to/from ext tools
- Replies: 2
- Views: 965
Another way of doing this with $CLIP (with or without AutoIt) is to use the Unxutils port of to Windows of some brilliant unix file utilities ..
http://unxutils.sourceforge.net/
Just copy pclip.exe from the above collection to your System32 folder (or someplace that's already on your $path). Here ...
http://unxutils.sourceforge.net/
Just copy pclip.exe from the above collection to your System32 folder (or someplace that's already on your $path). Here ...
- Wed Feb 10, 2010 8:33 am
- Forum: General
- Topic: Multi Search-n-Replace! Possible through lists???
- Replies: 4
- Views: 990
- Fri Jan 08, 2010 7:59 am
- Forum: General
- Topic: Macro containing Find in Files
- Replies: 7
- Views: 2199
- Wed Dec 02, 2009 1:37 pm
- Forum: General
- Topic: Macro containing Find in Files
- Replies: 7
- Views: 2199
There is a very cool solution for this, which i use countless times each day. Check it out ..
http://forums.textpad.com/viewtopic.php?p=11264#11264
It uses grep, a free commandline utility .. download link is in that post. Best of all, no need for a macro

http://forums.textpad.com/viewtopic.php?p=11264#11264
It uses grep, a free commandline utility .. download link is in that post. Best of all, no need for a macro

- Wed Dec 02, 2009 1:20 pm
- Forum: General
- Topic: Keyboard shortcuts - is there a limit?
- Replies: 4
- Views: 1231
- Wed Dec 02, 2009 10:51 am
- Forum: General
- Topic: Keyboard shortcuts - is there a limit?
- Replies: 4
- Views: 1231
Keyboard shortcuts - is there a limit?
Is there some limit to the number of keyboard shortcuts that can be user-assigned?
I keep bumping my head on this problem with different versions of TP .. I'm still on version 5.2.0, but I've noticed it since about 4.7.3.
What happens is I can create a custom tool no problem, and it appears ...
I keep bumping my head on this problem with different versions of TP .. I'm still on version 5.2.0, but I've noticed it since about 4.7.3.
What happens is I can create a custom tool no problem, and it appears ...
- Wed Dec 02, 2009 8:29 am
- Forum: General
- Topic: highlighting words greater than 30 characters long
- Replies: 2
- Views: 2878
some workarounds
There are some workarounds you could try though ..
The quickest one is to use this regular expression in the Find dialog to highlight words of more than 30 chars in length:
\<[^ \t=]{31,}\>
.. This will take you to each exception individually within the context of the document.
Taking this a ...
The quickest one is to use this regular expression in the Find dialog to highlight words of more than 30 chars in length:
\<[^ \t=]{31,}\>
.. This will take you to each exception individually within the context of the document.
Taking this a ...
- Wed Jul 29, 2009 3:54 pm
- Forum: General
- Topic: Color formatting (Unsupported syntax)
- Replies: 5
- Views: 1239
- Wed Jul 29, 2009 9:04 am
- Forum: General
- Topic: Odd Open Behavior
- Replies: 2
- Views: 723
- Wed Jul 29, 2009 8:36 am
- Forum: General
- Topic: custom tool - Passing selected text to/from ext tools
- Replies: 2
- Views: 965
- Wed Jul 29, 2009 8:13 am
- Forum: General
- Topic: Color formatting (Unsupported syntax)
- Replies: 5
- Views: 1239
- Tue Mar 10, 2009 2:18 pm
- Forum: HOW-TOs
- Topic: Cool Tools to use with TextPad - Visual File Compare
- Replies: 6
- Views: 24143
Re: Cool Tools to use with TextPad - Visual File Compare
Yes .. otherwise any spaces in the path-or-filename will cause problemsgrindy wrote: Are the quotation marks actually used?
thx
