Alternative .ini to save settings to.
Posted: 19 Dec 2010 16:24
Currently we have the option to have a remote file to store [Register] info via Admin Settings. It would be nice having the same possibility for other user selected settings, like
.
That way, user could define which stuff could be saved apart when the Save Settings button is make dirty and which not.
So XY should
read this remotely located, custom named .ini > use its settings > read XYplorer.ini > use its settings,
prioritizing custom.ini and allowing blank, missing sections at the XY.ini since they are present in custom.ini.
Code: Select all
[mruBrowse]
[CustomButtons]
[LookIn]
[Named]
That way, user could define which stuff could be saved apart when the Save Settings button is make dirty and which not.
So XY should
read this remotely located, custom named .ini > use its settings > read XYplorer.ini > use its settings,
prioritizing custom.ini and allowing blank, missing sections at the XY.ini since they are present in custom.ini.