I use Textpad to edit lots of Oracle PL/SQL packages and compiling them from within the editor via "External tools" option. After the upgrade I have not been able to get the parsing of Oracle's error messages to work. Here is a sample of output the Oracle compiler generates:
Code: Select all
LINE/COL ERROR
-------- -----------------------------------------------------------------
1229/10 PL/SQL: Statement ignored
1229/15 PLS-00364: loop index variable 'L_RULE' use is invalid
1245/10 PL/SQL: Statement ignored
1254/64 PLS-00364: loop index variable 'L_RULE' use is invalid
1262/10 PL/SQL: Statement ignored
1265/64 PLS-00364: loop index variable 'L_RULE' use is invalid
Code: Select all
^\([0-9]+\)/\([0-9]+\)Code: Select all
File: Line: 1 Column: 2Code: Select all
Cannot jump to item under the cursorPreferences --> Editor --> Use POSIX regular expression syntax is UNCHECKED.
It is really getting very frustrating. It is a simple feature that used to work beautifully earlier and now has stopped working for me. What could I be doing wrong?
Lastly, yes, I have used the same pattern to do "Find" from within the editor with "Tool output" in focus and it finds and highlights the line and column numbers properly.
Please help me.
Thanks!