View Single Post
Old 09-16-2019, 10:25 PM   #19
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,893
Karma: 6120478
Join Date: Nov 2009
Device: many
Just to get this topic to go away ...

If you build your own, and truly give a damn about the sort order, modify Sigil/src/MainUI/MainWindow.cpp, line 310 from

keys.sort();

to

keys.sort(Qt::CaseInsensitive);

But the only way I will integrate that change into Sigil is from a github pull request from someone who has built Sigil and can verify this does what you want.

Last edited by KevinH; 09-16-2019 at 10:28 PM.
KevinH is offline   Reply With Quote