User Specific Plugins

MartinF

Member²
Hi,
I am trying to set plsql developer to use user specific plugins so everyone that log on the PC will have their own plugins and config. I actually have some problem with the plugin and I don`t know if the problem is related to PLSQL Developer or if it's a programmation problem with the plugins.

I created a folder with my username in the plugins folder. I put the .dll of the plugin in my new folder and restart PLSQL developper. At this point it work fine, after restarting PLSQL only the plugins in my folder are loaded. My problem is when i configure the plugin it generated a .ini file directly in the plugins folder instead of my user specific folder. Is this a bug with the plugin or with PLSQL developer?
I also tried setting the directory for Plug-Ins in the preferences of PLSQL and I have the same problem. Plugin load fine but the config file is not created in the good folder.

Any help appreciated

Ragards,

Martin
 
You may try defining the "Plug-Ins" path in Tools / Preferences / Files / Directories. Maybe that will cause PL/SQL Developer to report that path to the problematic plug-in and in consequence make it save the "ini" file in there.
 
Back
Top