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

Sylvan Mostert notifications at xxxxx
Sun Jan 17 04:49:16 UTC 2016


> +
> +
> +void
> +lo_cleanup(void)
> +{
> +	if(main_menu_item) gtk_widget_destroy(main_menu_item);
> +}
> +
> +
> +G_MODULE_EXPORT
> +void geany_load_module(GeanyPlugin *plugin)
> +{
> +    plugin->info->name        = _("Line Operations");
> +    plugin->info->description = _("Line Operations provides a handful of functions that can be applied to a document such as, removing duplicate lines, removing empty lines, removing lines with only whitespace, and sorting lines.");
> +    plugin->info->version     = "0.1";
> +    plugin->info->author      = _("Sylvan Mostert <smostert.dev at gmail.com>");

Awesome, it should be all up-to-date now.

(Both 2c2cfac and 0241373 are the mostly the same as before. I updated 2c2cfac, so they're showing that they are new. (but they're not really))

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


More information about the Github-comments mailing list