> +
> +
> +#include "geanyplugin.h"
> +#include "Scintilla.h"
> +#include "linefunctions.h"
> +
> +
> +GeanyPlugin *geany_plugin;
> +GeanyData *geany_data;
> +
> +PLUGIN_VERSION_CHECK(224)
> +
> +PLUGIN_SET_INFO(_("LineOperations"),
> + _("Line operations, remove duplicate lines,
> empty lines, lines with only whitespace, sort lines."),
> + "0.1",
> + "Sylvan Mostert")
Great :) Changes are almost good, commented on the few things to fix.
BTW, this new API's docs are quite new, so you'd be most welcome to report what
was unclear or lacking, so we can improve it :)
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/324/files#r49931821