Recent content by arjomil

  1. A

    IDE_CreatePopupItem

    Hi. How can I create a popup item only for a function or procedure in package. procedure IDE_CreatePopupItem(ID, Index: Integer; Name, ObjectType: PChar); There is a ObjectType parameter value for this? For this tree example, I need popup item only for FUNC1, FUNC2, PROC1, PROC2. Thanks...
  2. A

    Recompile object - plugin

    Hi. How can I detect if user select a Popup option "Recompile" from a personal Plug-in? In Debug.txt file I can see: 04/06/14 12:45:48 PlugInPopup(PACKAGE, PCK_XXX) 04/06/14 12:45:48 AddPlugInPopups Start 1 04/06/14 12:45:48 AddPlugInPopups End 04/06/14 12:45:48 PlugInAllowEdit() 04/06/14...
  3. A

    Read Preferences from plug-in

    Hi, Marco. Yes, IDE_GetGeneralPref is what I need. Thanks.
  4. A

    Read Preferences from plug-in

    Hi, Marco I don't understand you. Can you explain it in an example? How can I read the Syntax Highlighting preferences?
  5. A

    Read Preferences from plug-in

    How can I read user preferences from plug-in? plugindoc.pdf say: IDE_GetPersonalPrefSets "Returns a list of all personal preference sets. If you to have the Plug-In to use different preferences depending on the current connection, you can use this function to build a list of possible...
  6. A

    can plug-in execute a package?

    Great!!. Thanks, Marko
  7. A

    can plug-in execute a package?

    Hi. Is there a way for a plug-in to execute procedure or function store in a package calling SQL_* functions? Thanks.
Back
Top