How can I develop my own export plugin for result grid?
I want to export the result grid into insert statements, but with some our company-specific features.
You can create an export Plug-In. This is documented in PlugIn.doc in the PlugInDoc subdirectory in the PL/SQL Developer installation directory. You will also find an RTF Export Plug-In example there (Delphi source code).
In my version, the export plugin functions were not documented.
Today I have upgraded from 5.1.3 to 5.1.6, and now it is documented.
Thanks, I will try them.