Feature request: Notify on completion

Hi
I would appreciate if PL/SQL Developer could in some way "say" to me that it has finished executing, so that I'm not forced to keep an eye on the program all the time.

It could be a popup, program blinking in the taskbar, or something completely else.

Regards
Anders
 
I've come up with a kludgy work around when using a sql window.

When you highlight two sql statements and execute them, the syntax for the second isn't checked until results from the first query return.

So by intentionally placing a syntax error in the second sql statement you can cause a pop-up error with an audible bell to appear after the first query comes back with results.
 
Back
Top