Tools output and regular expression

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
idaharei
Posts: 2
Joined: Fri Feb 15, 2013 7:20 am

Tools output and regular expression

Post 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
Idar
ak47wong
Posts: 703
Joined: Tue Aug 12, 2003 9:37 am
Location: Sydney, Australia

Post 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
idaharei
Posts: 2
Joined: Fri Feb 15, 2013 7:20 am

Post by idaharei »

No, it does not work.
Idar
Post Reply