[Github-comments] [geany-plugins] Add new "Lineoperations" plugin (#324)
Colomban Wendling
notifications at xxxxx
Wed Jan 13 19:19:10 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")
(even more so as you depend on API 225 which provides the new-style plugin API :))
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/324/files#r49636512
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160113/68a0b95f/attachment.html>
More information about the Github-comments
mailing list