When you compile PL/SQL (specifically a package) in the code editor, the errors are listed and the line numbers listed are correct, but clicking on them does not move to that part of the code as it will in an object editor. On top of that when I double click to pull up the dialog, the text is a garbled mess.
This is admittedly an improvement over the 6.x series, since at least the error is listed, instead of just:
[1]: ORA-24344: success with compilation error
[1]: No errors
Which is basically useless.
Still, I was hoping this would have been fully fixed by now, since 4.x and 5.x both worked fine in terms of reporting errors when compiling from the code editor.
This all works fine in the object editor, which I tested for comparison.