When the file defined as AlternateUserIni doesn't exist and gets newly created, it would be great if all redirected sections would be copied from the main file instead of starting with blank sections. This way, one could define default values but still allow the user to change them. Or, in my, case: I would like to store the AlternateUserIni file on a RAM disk so that it gets reset on every reboot, but I would like to have my defaults (especially for [AllResolutions] and tab configuration) instead of TC's.
Example:
in main config:
Code: Select all
[Configuration]
AlternateUserIni=c:\temp\tc.ini
[AllResolutions]
RedirectSection=1
Divider=500
DividerQuickView=500
FontCharset=1
...
currently, when creating c:\temp\tc.ini, the file is almost empty. I would suggest to create it this way:
Code: Select all
[AllResolutions]
Divider=500
DividerQuickView=500
FontCharset=1
...
Users who want defaults still can leave their redirected sections empty in the main ini file.