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

Sylvan Mostert notifications at xxxxx
Sun Jan 17 05:10:44 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")

Yeah, I didn't find too many issues with it, but I'll read the page through again and see if there is anything to improve.

By the way, thank you very much for all of the feedback on this plugin, much appreciated. If you have any more tips (even if they are minor) I'll be glad to hear them.

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


More information about the Github-comments mailing list