Would it be possible when executing a statement from a SQL worksheet with an error to highlight the line where the error appears?
e.g. when I have an anonymous plsql block starting on line 11, and the execution reports:
ERROR at line 15:
ORA-06550: line 15, column 17:
PL/SQL: ORA-00928: missing SELECT keyword
That it will automatically put the focus / highlight line 25 of the file (as the statement started on line 11)