Maybe not exactly what you guys want, but straight from the manual:
"20.5 Command-line parameters
The following parameters can be used on the PL/SQL Developer command-line. The default shortcut does not include any parameters, but merely starts plsqldev.exe from the PL/SQL Developer installation directory.
userid
Every time you start PL/SQL Developer, it will prompt you for at least the password. To avoid this, you can supply a userid parameter with the familiar username/password@database format:
plsqldev.exe userid=scott/tiger@chicago
Note that you can also the following registry key to supply a default logon:
HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer\Logon
Here you can add a Username, Password and Database.
The last method has the advantage that it enables you to be automatically logged on after double clicking a PL/SQL Developer registered file."
Although saving usernames is something that is already a security risk, it is one I'm willing to take, saving the password is not.
I can see why the request is made for a password save feature, so I would like to add to that request that it becomes an optional feature.
------------------
Hakuna Matata,
Arnoud.
[This message has been edited by aotte (edited 12 July 2003).]