Tools output and regular expression
Posted: Fri Feb 15, 2013 7:37 am
I've just upgraded Textpad from version 5 to 6.2, and most of the tools I'm using works fine. The problem is I have some tools where I i.e. get a list of functions in the open document with line number and and column number:
In version 5 the checkbox "Capture output" is checked, and the rest looks like this:
In version 5 it works fine and when I click on the line the cursor jumps to the line number, but not in version 6.2, then I get the error message "Cannot jump to item under the cursor".
How can I fix this?
Thanks
Code: Select all
207/0 SomeFunction
305/0 SomeOtherFunction
Code: Select all
Expression = ^\([0-9]+\)/\([0-9]+\)
File Register =
Line Register = 1
Column Register = 2
How can I fix this?
Thanks