This is an old revision of the document!
Table of Contents
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/
A list with API/ABI version for Geany-releases can be found here.