Closed ghost closed 7 years ago
It shouldn't be hard, HtmlHighlighter seems to load them into a QStringList, which has case sensitive sort(), or you can do it case insensitively (probably better) via qSort() and a custom sort function.
It shouldn't be hard, HtmlHighlighter seems to load them into a QStringList, which has case sensitive sort(), or you can do it case insensitively (probably better) via qSort() and a custom sort function.