This is an old revision of the document!
Table of Contents
Plugins development
Geany is offering a Plugin API to access functions from inside a plugin.
With this plugin interface features can be implemented, which aren't fit into Geany's core.
HowTo
How to start to write 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/