TextPad 6: Cannot jump to item under cursor
Posted: Mon Jul 02, 2012 8:44 pm
After upgrading to TextPad 6.1 using the same tool configuration as I've used for years in TextPad for working with Java, I am now unable to jump directly from a compiler error to the source file which triggered it.
Note: I changed no configuration from working to not-working... I only upgraded from 5.4 to 6.1.
The configured regular expression for the tool output is (as it's always been):
^\(\(\(.[^:]\)\|\([A-Za-z]:\)\)[^:]+\):\([0-9]+\):
I have plugged that regex into the find box (using non-POSIX syntax) and it finds the expected error file & line number just fine.
I have tried disabling POSIX syntax option I've also tried plugging in the equivalent POSIX expression, both with no success. And I have confirmed that the expression finds the line each time and restarted TextPad each time.
This is a MAJOR nuisance; could it please be fixed.
Note: I changed no configuration from working to not-working... I only upgraded from 5.4 to 6.1.
The configured regular expression for the tool output is (as it's always been):
^\(\(\(.[^:]\)\|\([A-Za-z]:\)\)[^:]+\):\([0-9]+\):
I have plugged that regex into the find box (using non-POSIX syntax) and it finds the expected error file & line number just fine.
I have tried disabling POSIX syntax option I've also tried plugging in the equivalent POSIX expression, both with no success. And I have confirmed that the expression finds the line each time and restarted TextPad each time.
This is a MAJOR nuisance; could it please be fixed.