Page 1 of 1

Tools output and regular expression

Posted: Fri Feb 15, 2013 7:37 am
by idaharei
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:

Code: Select all

207/0 SomeFunction
305/0 SomeOtherFunction
 
In version 5 the checkbox "Capture output" is checked, and the rest looks like this:

Code: Select all

Expression = ^\([0-9]+\)/\([0-9]+\)
File Register = 
Line Register = 1
Column Register = 2

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

Posted: Fri Feb 15, 2013 12:13 pm
by ak47wong
This seems to be a common problem, but Helios have not offered a solution (or any help for that matter). It was last reported a few weeks ago.

See if this thread helps: http://forums.textpad.com/viewtopic.php?t=11226

Posted: Fri Feb 15, 2013 1:20 pm
by idaharei
No, it does not work.