config file saved only on exit

It appears that the config file is actually writen to disk only on exit.

The problem this causes is when I make some changes in one session, and start another session after that, those changes are not in place.

It would be nice to have a "write to disk" option. Also a "reload" would be nice too, as I may want to propagate settings amongs other session.

Which can also be made automatic based on the timestamp i.e. optional auto-reload on settings.

That would be nice ! :)
 
This will be fixed in 6.0.3. Preferences are written immediately and communicated to other PL/SQL Developer instances that may run at that time.
 
Back
Top