[Github-comments] [geany/geany-plugins] lineoperations: add support for locale-aware sorting (#897)

Sylvan Mostert notifications at xxxxx
Sat Sep 7 22:00:20 UTC 2019


smostertdev commented on this pull request.



> + *      51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+*/
+
+#ifndef LO_PREFS_H
+#define LO_PREFS_H
+
+#include <geanyplugin.h>
+#include "lo_prefs.h"
+
+
+typedef struct
+{
+	/* general settings */
+	gchar *config_file;
+	gboolean use_collation_compare;
+} AddonsInfo;

You are correct, updated

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/897#discussion_r321984641
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190907/2b7d30c1/attachment-0001.html>


More information about the Github-comments mailing list