[Github-comments] [geany-plugins] Add new "Lineoperations" plugin (#324)

Sylvan Mostert notifications at xxxxx
Sat Jan 16 03:11:05 UTC 2016


> +
> +
> +#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")

The original API fix I made was not working, so I just kept the old version of this file here (and forgot I bumped to 225).
But good news, this is now changed to the new plugin API in the commits today (assuming I understand the new plugin changes correctly).

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/324/files#r49926312
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160115/026aac97/attachment.html>


More information about the Github-comments mailing list