feature request:: save on compile

roselan

Member²
hello plsql !

I just realised that just after compiling any object in plsql, I systematically save it. I would like an option to autosave on compile. It will spare me some clicks a day :P

thx++ | | cya
 
If you go to Tools > Preferences > Backup, you can enable the "Save on execute" recovery option (compilation is considered an execute of a Program Window). This option will not save to the original file, but to a recovery file. If something crashes, PL/SQL Developer will allow you to recover the current files after a restart.

------------------
Marco Kalter
Allround Automations
 
Back
Top