After trying many solutions, I found a regular expressions that works. I first changed the external program output slightly to this:
ProcName - (type) {DriveLetterandPath,lineNbr,1}
Adding the fixed column 1 was not really necessary, but it doesn't hurt.
The new RegEx is:
^[^{]+{\([^,]+\),\([0-9 ...
Search found 2 matches
- Tue Jul 03, 2012 9:57 am
- Forum: General
- Topic: Tool Output Using RegEx to Jump to Line Fails
- Replies: 4
- Views: 924
- Thu May 31, 2012 3:15 pm
- Forum: General
- Topic: Tool Output Using RegEx to Jump to Line Fails
- Replies: 4
- Views: 924
Tool Output Using RegEx to Jump to Line Fails
I installed Ver 6 and recreated my tools, one of which was to list all the functions/subs in a VBScript by running an external program and capturing the output and then using the RegEx in the "Tools" Preferences dialog to jump to the line. This has worked reliably through Ver 5.4.2, but now fails ...