Plugin doc question.

Buzz_ss

Member²
I have question about

Code:
procedure IDE_CreatePopupItem(ID, Index: Integer;
Name, ObjectType: PAnsiChar);

How can I add items to popup menus for plan window? In plugindoc.pdf I see next ObjectType values: PROGRAMWINDOW,SQLWINDOW,TESTWINDOW,
COMMANDWINDOW... But I don't see ObjectType for Plan window.

Thanks
 
It seems that the Plan Window is indeed not supported by the IDE_CreatePopupItem procedure. We'll add this for an upcoming release.
 
Last edited:
Back
Top