Search found 69 matches
- Fri Jul 22, 2011 9:25 am
- Forum: Enhancement Suggestions
- Topic: Find in all documents - needs work
- Replies: 0
- Views: 502
Find in all documents - needs work
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 ...
- Fri Jul 15, 2011 9:11 am
- Forum: Enhancement Suggestions
- Topic: SQL Support
- Replies: 4
- Views: 1250
You might also like to execute your SQL scripts/queries from within textpad .. if so, then see my post here
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.
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: 1669
- Mon Apr 11, 2011 8:09 am
- Forum: General
- Topic: custom tool - Passing selected text to/from ext tools
- Replies: 2
- Views: 847
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's ...
- Wed Feb 10, 2010 8:33 am
- Forum: General
- Topic: Multi Search-n-Replace! Possible through lists???
- Replies: 4
- Views: 899
Or you can use the commandline utility, sed from http://gnuwin32.sourceforge.net/packages/sed.htm as follows .. Save the following script as mysed.sed: s/String01/String_A/g s/String02/String_B/g s/String03/String_C/g s/String04/String_D/g s/String05/String_E/g Then run the following command at the ...
- Fri Jan 08, 2010 7:59 am
- Forum: General
- Topic: Macro containing Find in Files
- Replies: 7
- Views: 1484
- Wed Dec 02, 2009 1:37 pm
- Forum: General
- Topic: Macro containing Find in Files
- Replies: 7
- Views: 1484
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: 1002
Thanks for the reply, woho After further investigation, it looks like the registry is not where the problem/solution lies after all. According to the helpfile, keyboard shortcuts are stored in the CUSTOM.BND file .. mine is 2665 bytes, but i can't decipher it. But wait, how's this for bizarre? .. I ...
- Wed Dec 02, 2009 10:51 am
- Forum: General
- Topic: Keyboard shortcuts - is there a limit?
- Replies: 4
- Views: 1002
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 happily ...
- Wed Dec 02, 2009 8:29 am
- Forum: General
- Topic: highlighting words greater than 30 characters long
- Replies: 2
- Views: 2776
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 step ...
- Wed Jul 29, 2009 3:54 pm
- Forum: General
- Topic: Color formatting (Unsupported syntax)
- Replies: 5
- Views: 1110
- Wed Jul 29, 2009 9:04 am
- Forum: General
- Topic: Odd Open Behavior
- Replies: 2
- Views: 639
- Wed Jul 29, 2009 8:36 am
- Forum: General
- Topic: custom tool - Passing selected text to/from ext tools
- Replies: 2
- Views: 847
- Wed Jul 29, 2009 8:13 am
- Forum: General
- Topic: Color formatting (Unsupported syntax)
- Replies: 5
- Views: 1110
- Tue Mar 10, 2009 2:18 pm
- Forum: HOW-TOs
- Topic: Cool Tools to use with TextPad - Visual File Compare
- Replies: 6
- Views: 20927
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