Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
plugins:development [2011/06/03 08:22] frlanplugins:development [2013/04/07 11:51] – Make the existing version matrix more noticable with its own section. codebrainz
Line 1: Line 1:
 ====== Plugins development ====== ====== Plugins development ======
  
-Geany is offering Plugin API to access functions from inside a plugin. +Geany offers plugin API to access Geany functions from a plugin. 
  
-With this plugin interface features can be implemented, which aren'fit into Geany's core. +Using this plugin interfacefeatures can be implemented, which do not fit into Geany's core.
  
 ===== HowTo ===== ===== HowTo =====
-How to start to write a plugin can be found at +How to start writing a plugin can be found at 
 [[http://www.geany.org/manual/reference/howto.html]]  [[http://www.geany.org/manual/reference/howto.html]] 
  
 ===== API Documentation ===== ===== API Documentation =====
 The most recent documentation of Geany's plugin API can be found at [[http://www.geany.org/manual/reference/]] The most recent documentation of Geany's plugin API can be found at [[http://www.geany.org/manual/reference/]]
 +
 +===== Version Matrix =====
 +
 +A table with the API and ABI versions for Geany-releases as well as versions of various dependencies can be found [[plugins:development:api-versions|here]].
  
 {{tag>development plugin API}} {{tag>development plugin API}}
Print/export