Saving and Opening Multiple Windows on PL/SQL dev. 10.0.4.1708

zildor

Member
Hi,

Here is my question;

How can save and re open multiple Windows on PL/SQL developer? I want to save and open multiple Windows that include test windows, sql windows, stored procedures vs. (like a whole working station) in single click.

That would help me when i restart my computer to continue from where i was before restart.

(i am a junior tester so forgive my ignorence)
 
answer from allroundautomations;

If you enable the "Autosave Desktop" preference (Tools > Preferences > User Interface / Options), all windows that are open when you exit PL/SQL Developer will be reopened the next time.

That would help me but I wish we had a chance to save more than one desktop.
 
You can use the desktop= parameter to force PL/SQL Developer to save the desktop configuration under the given name. If you restart PL/SQL Developer later with the same desktop= parameter, it will be restored accordingly.

For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" desktop=dev

You can create multiple PL/SQL Developer shortcuts with different desktop names for different projects.
 
Back
Top