cutelyst / pastelyst

A Web Paste Tool built with Cutelyst and KDE Frameworks
https://paste.cutelyst.org
GNU General Public License v2.0
19 stars 1 forks source link

Sort languages option selection for HtmlHighlighter #1

Closed ghost closed 7 years ago

ghost commented 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.