Saving Macros

lnj

Member
I want to create macros to log into about 5 databases and link then to a button on the toolbar so that I can quickly jump form DB to DB.

I can set it all up fine. But, every time I restart PL/SQL Developer all of the macros disappear (and the buttons don't show up). If I redo the macro and save it under the same name...PL/SQL recognizes the name and knows the buttons should be visible.

How can I save my macro library so that they aren't deleted every time I restart?

Thanks.
 
Maybe this is an environment problem. Can you go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
 
If it's just connecting to different databases by clicking a button, I can send you a (very rough) version of a plugin I built for this. Send an email to me (patrick[at]bar-solutions[dot]com).
It is really really rough, you need to edit the ini file yourself, but it can do the trick. You are also able to create toolbar buttons for the different connections.
 
Back
Top