> +
> +
> +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 <[email protected]>");
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