Regression: Tool RE worked in versions 4, 5, FAILS in 6.2.2
Posted: Fri Mar 15, 2013 5:28 am
I have a tool that outputs lines like:
0004:057: # Purpose: Tex.......
0023:034: blah blah......
...
where the first two tokens are line and col number. I specified it under configure/Tools with "Regular Expression to Match Output" like
^\([0-9]+\):\([0-9]+\):
and File: is blank, Line: is 1 and Column: is 2
Which worked just fine in Versions 4 and 5. I could run the tool, see the tool output, click on a line, and get transferred to the the correct row and column in my original file.
I installed Version 6.
This FAILS in Version 6. Instead, i get an error "Cannot jump to item under the cursor"
Oddly, it worked in version 5 with POSIX either checked or unchecked. It fails in Ver 6.2.2 with POSIX checked or unchecked.
Win 7
0004:057: # Purpose: Tex.......
0023:034: blah blah......
...
where the first two tokens are line and col number. I specified it under configure/Tools with "Regular Expression to Match Output" like
^\([0-9]+\):\([0-9]+\):
and File: is blank, Line: is 1 and Column: is 2
Which worked just fine in Versions 4 and 5. I could run the tool, see the tool output, click on a line, and get transferred to the the correct row and column in my original file.
I installed Version 6.
This FAILS in Version 6. Instead, i get an error "Cannot jump to item under the cursor"
Oddly, it worked in version 5 with POSIX either checked or unchecked. It fails in Ver 6.2.2 with POSIX checked or unchecked.
Win 7