Search found 8 matches
- Mon Mar 18, 2013 4:05 am
- Forum: General
- Topic: Regression: Tool RE worked in versions 4, 5, FAILS in 6.2.2
- Replies: 3
- Views: 1014
In ver 5 i added my external tool as a "DOS command", so that in the tool spec window, the Command was shown as cmd.exe in gray (not changeable). I added my Paramters as "perl -S blah blah...." My regular expression is ^\([0-9]+\):\([0-9]+\): I can still do that, and i can invoke the tool, and it ...
- Fri Mar 15, 2013 8:57 pm
- Forum: General
- Topic: Regression: Tool RE worked in versions 4, 5, FAILS in 6.2.2
- Replies: 3
- Views: 1014
- Fri Mar 15, 2013 5:28 am
- Forum: General
- Topic: Regression: Tool RE worked in versions 4, 5, FAILS in 6.2.2
- Replies: 3
- Views: 1014
Regression: Tool RE worked in versions 4, 5, FAILS in 6.2.2
I have a tool that outputs lines like: 0004:057: # Purpose: Tex....... 0023:034: blah blah...... ... where the first two tokens are line and col number. I specified it under configure/Tools with "Regular Expression to Match Output" like ^\([0-9]+\):\([0-9]+\): and File: is blank, Line: is 1 and ...
- Fri Apr 08, 2011 3:32 pm
- Forum: General
- Topic: window split vertical
- Replies: 7
- Views: 1948
- Fri Jun 04, 2010 6:32 pm
- Forum: General
- Topic: Textpad in command prompt
- Replies: 13
- Views: 8852
I don't like to type much, so i have a tp.bat file on my path. The file contains one line: start "TextPad" "C:\Program Files\TextPad 5\TextPad.exe" %* so i can type: tp <some files> On another machine i AutoRun a profile.bat which contains doskey macros (like unix aliases). One of those is doskey tp ...
- Fri Jun 04, 2010 11:49 am
- Forum: Enhancement Suggestions
- Topic: multiline regex
- Replies: 4
- Views: 714
- Thu Jun 03, 2010 7:58 pm
- Forum: Enhancement Suggestions
- Topic: multiline regex
- Replies: 4
- Views: 714
- Thu Jun 03, 2010 12:30 pm
- Forum: Enhancement Suggestions
- Topic: Find All command
- Replies: 2
- Views: 541
Find all in current file
If you have perl installed then this following script will work. It will find all instances of the selected text in the current file. # # TP-Find-All-In-Current-File.pl # # Purpose: TextPad tool to FindAll in current file for the current selected text # This is like the built-in TextPad Find-In ...