PL/SQL Developer Plugin Interface - Events

Hello,
at the moment I'm working on an PL/SQL-Developer-Extension / Plugin. I used the BeforeExecuteWindow(int WindowType) Event to get noticed before a window gets executed. My question: Is there a way or an event that fires if a command in the 'Command Window' of the PL/SQL-Developer gets executed. I execute the commands with the ENTER key.

Thank you,
Nik
 
Back
Top