Hi,
i have a plugin that creates popup menus for Functions and Procedures. This works perfectly for package functions and procedures via:
IDE_CreatePopupItem(PlugInID, 50, 'Info', 'FUNCTION');
IDE_CreatePopupItem(PlugInID, 50, 'Info', 'PROCEDURE');
I wanted to extend this to the object types we have created.
e.g.
CREATE OR REPLACE TYPE BODY T_TEST IS
MEMBER PROCEDURE Print
Unfortunately the documentation of Plugins does not directly refer to this type:
>> Some possible values for parameter ObjectType are:
i have a plugin that creates popup menus for Functions and Procedures. This works perfectly for package functions and procedures via:
IDE_CreatePopupItem(PlugInID, 50, 'Info', 'FUNCTION');
IDE_CreatePopupItem(PlugInID, 50, 'Info', 'PROCEDURE');
I wanted to extend this to the object types we have created.
e.g.
CREATE OR REPLACE TYPE BODY T_TEST IS
MEMBER PROCEDURE Print
Unfortunately the documentation of Plugins does not directly refer to this type:
>> Some possible values for parameter ObjectType are: