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...