v7.09 jump to item under cursor error

General questions about using TextPad

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

Post Reply
cyb
Posts: 2
Joined: Mon Jul 01, 2013 9:06 am

v7.09 jump to item under cursor error

Post by cyb »

Hi, I have several language syntax checking tools from v6 which output any warnings, emulating the Search Results output, ie :-

D:\Webroot\admin\blah\blah.js(545): parseInt missing parameter

Clicking on this in v6 jumped to the appropriate line in the file, however, this doesn't work in v7.09, generating the error "Cannot jump to item under cursor".

Anyone know of any format I can output a full file path and line number where this will work in v7 ?

Thanks
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

^(.*?)\((\d+)\):

Registers:
File: 1 Line: 2
cyb
Posts: 2
Joined: Mon Jul 01, 2013 9:06 am

Post by cyb »

Excellent, fixed, Thanks :D
Post Reply