Conversation
Add changes propposed by HeikesFootSlave but reverts messages to English. hoppely some day we will add multi language support. This add a new setting to Clean Config File.
|
Did you see this #11? All of that code can be replaced by simply renaming the config file, load the config and write the entries that you load. No dynamic memory allocation, no changes the minini, zero overhead. |
Nop, I didn't, sorry, I do not know why GitHub is not alerting me about those comments. Thanks for your comments, Tomorrow morning will look in to all of them. |
|
I would strongly recommend reverting this change. If you really want to have an option to delete the config file (which i don't recommend), here's a way you could do it.
Or, avoid all the above and filter the config in the overlay - only display the configs that matter. Imo the only thing that needs to change in sys-patch is the patterns. There was the overlapping buffer bug which was my fault, but aside from that, sys-patch itself doesn't need changing. It will always work and it's as fast as it can possibly be. The only way that changes is if code is added that does something other than updating patterns. The less changes to the sysmod the better, it will save you the headache later on if stuff breaks 😄 |
Add changes propposed by HeikesFootSlave but reverts messages to English. hoppely some day we will add multi language support.
This add a new setting to Clean Config File.