Save windows List for next use of PL/SQL Developer ?

Peter93

Member²
Hello,
Each morning when I start PL/SQL DEveloper I must open all SQL windows, which I have opened at last use.
Is there any possibility to save all SQL Windows and open them again when starting PL/SQL Developer?

P.S.:
When PL/SQl Developer has crashed, I will be asked to recover everything. That works fine. But I would like to save windows list without any crash. :-)
 
Last edited:
When the PL/SQL Developer is reopened, the database objects will be opened again with the "Autosave Desktop" option (Tools > Preferences > User Interface / Options) needs to be enabled though.
 
It seemed the SQL-Windows are not re-opened.
Only COMMAND Windows and "Explain Plan Windows" will be retsored.

But I am using SQL-Windows, which are not assigned to a file :-(
 
In this case you might want to use the "desktop" command-line parameter. Your call should look like:
C:\"Program Files"\PLSQLDeveloper\plsqldev.exe desktop=my_desktop

Regards,
Gustavo
 
BTW, the desktop command-line parameter has turned 10 years old (v7.0.3), and it is still not in the help files. :P
 
hi, you can find Sailora plugins to get your idea.

this plugins can save one window or multi windows in a file and you can get one or more windows back in next open program.
 
Back
Top