You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Olivier,
For comparing INI files, the simplest solution would be to sort both files
(on section and key). The problem is with comments: these don't have a key,
so they cannot be sorted that way. Also: if you save either file (after
merging or editing), you will save a sorted INI file. This may not be a
problem, but that depends on the situation).
The minIni library only handles reading and writing INI files. It does not
have support for sorting. So what you would need to do, is to read the
complete INI file into memory, sort it, and then write it to a temporary
file (before starting WinMerge).
Regards,
Thiadmer
I wonder if your INI file library could help to implement this feature.
More details - WinMerge/winmerge#1975
The text was updated successfully, but these errors were encountered: