Quit and retaining temporary SQLs in the SQL Window without saving

Felix

Member²
I want to be able to quit PL-SQL Dev an retain the SQLs (temporary) in the SQL Window without saving it. This is for SQL Windows that I have never saved before (unnamed). If there is a filename associated with the SQL Windows, then do prompt me to Save unsaved changes. Currently I have to copy the SQLs to the Explain Windows or to Notepad ++, before I shutdown my laptop.
 
You can use the desktop= command-line parameter to achieve this. For example:

"C:\Program Files (x86)\PLSQL Developer\plsqldev.exe" desktop=dev1

This stores and restores the desktop configuration, including opened files, under the name "dev1".
 
It worked. Thanks all files came back. It says "Recovery file loaded" in status bar for all files that are opened or never saved (unnamed).
 
Back
Top