Re-open files on startup

Michael D

Member²
Hello,

In PL/SQL Developer 13, files and sources from the last session are re-opened on startup. Since I work in many different environments, this is undesirable, but I can't seem to find a way to disable this. Is there a setting with which I can change the startup behavior?

Thank you.
 
Might be better to use command line parameter NoLoadDesktop
and enable Autosave Desktop preference for that again.

The following command line parameter description is copied from the manual:

NoLoadDesktop
This parameter prevents that windows that were previously opened will be reopened automatically when PL/SQL Developer starts. It is only applicable when the Autosave Desktop preference is enabled (see chapter 20.10).
 
Back
Top