[Github-comments] [geany-plugins] Add plugin for multiple kinds of Scintilla markers (#228)

Frank Lanitz notifications at xxxxx
Sun Oct 25 10:12:35 UTC 2015


> +/* MoreMarkup plugin. */
> +
> +#include <gtk/gtk.h>
> +#include <glib-object.h>
> +
> +#ifdef HAVE_CONFIG_H
> +#   include "config.h"
> +#endif
> +
> +#include "geanyplugin.h"
> +#include <string.h>
> +#include <gdk/gdk.h>
> +#include "marker.h"
> +#include "moremarkup.h"
> +
> +PLUGIN_VERSION_CHECK(GEANY_API_VERSION)

I think it would be better to add a real hard coded number here 

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


More information about the Github-comments mailing list