mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ fix: MiniPath file name extension 'Filter' config as 'LoadOrder' (not lexicographical sort)
This commit is contained in:
parent
098aa2c9e1
commit
0213be1eec
@ -336,6 +336,7 @@ extern "C" BOOL IniFileIterateSection(LPCWSTR lpFilePath, LPCWSTR lpSectionName,
|
||||
// get all keys in a section
|
||||
CSimpleIniW::TNamesDepend keyList;
|
||||
Ini.GetAllKeys(lpSectionName, keyList);
|
||||
keyList.sort(CSimpleIniW::Entry::LoadOrder());
|
||||
|
||||
for (const auto& key : keyList)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user