Separate configuration file for constantly changing properties
Posted: 14 Feb 2022 23:33
Hi all,
I see that XYplorer.ini contains all(most) the configurations available to the XYplorer program.
I am a person who puts their portable applications under version control. ie.. all my exe, and their configuration are git versioned.
I do this so that I can keep my muliple PCs in sync via git push and git pull. This is working out great for most programs.
But in the case of XYplorer the XYplorer.ini file keeps changing. The changes are something which I do not consider as "configurations".
example sections in the INI file are
[mruOpenedItems]
[mruBrowse]
As you can see these configurations are for tracking the history of the navigated folders and these would be different from one PC to another.
My suggestion/wish is that the configurations which keep changing constantly(that the user has not explicitly set) should be saved in a different INI file.
I see that XYplorer.ini contains all(most) the configurations available to the XYplorer program.
I am a person who puts their portable applications under version control. ie.. all my exe, and their configuration are git versioned.
I do this so that I can keep my muliple PCs in sync via git push and git pull. This is working out great for most programs.
But in the case of XYplorer the XYplorer.ini file keeps changing. The changes are something which I do not consider as "configurations".
example sections in the INI file are
[mruOpenedItems]
[mruBrowse]
As you can see these configurations are for tracking the history of the navigated folders and these would be different from one PC to another.
My suggestion/wish is that the configurations which keep changing constantly(that the user has not explicitly set) should be saved in a different INI file.