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

Colomban Wendling notifications at xxxxx
Sun Jan 10 02:43:10 UTC 2016


> + *      with this program; if not, write to the Free Software Foundation, Inc.,
> + *      51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
> +*/
> +
> +
> +#include "geanyplugin.h"
> +#include "Scintilla.h"
> +#include "linefunctions.h"
> +
> +
> +GeanyPlugin		*geany_plugin;
> +GeanyData		*geany_data;
> +
> +PLUGIN_VERSION_CHECK(224)
> +
> +PLUGIN_SET_INFO(_("LineOperations"),

This should generally be a descriptive title in plain English (e.g. add the space between the two words).

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


More information about the Github-comments mailing list