pl\sql plug-in

holodok

Member
I'd like to make a plug-in that generates some code template for my program using query or procedure. To make it more user friendly I'd like to put a menu item into "Program Window - View source of package Some_package" to be called by mouse right button click on the procedure name. In the same pop-up menu where one can test the procedure. Is it possible? And how can I do it?
Thanx.
 
This is possible. The IDE_CreatePopupItem function allows you to add a popup menu item for a specific object type. In your case the 'PACKAGE' type.

With the same function you can also create a menu item for the Program Window in general.
 
Back
Top