This is an old revision of the document!


Plugins development

Geany offers a plugin API to access Geany functions from a plugin.

Using this plugin interface, features can be implemented, which do not fit into Geany's core.

HowTo

How to start writing a plugin can be found at http://www.geany.org/manual/reference/howto.html

API Documentation

The most recent documentation of Geany's plugin API can be found at http://www.geany.org/manual/reference/

Print/export