@techee commented on this pull request.


In doc/plugins.dox:

> @@ -1116,4 +1118,130 @@ static void proxy_cleanup(GeanyPlugin *plugin, gpointer pdata)
 @endcode
 
 
+@page plugin_extension Plugin Extension HowTo
+
+@section plugin_extension_intro Introduction
+
+Since Geany 2.1 the PluginExtension API allows plugins to take over some of
+the core Geany functionality, such as autocopletion, calltip display, symbol goto,
+typename highlighting inside document, etc.

The list is complete currently but I was really preparing for the future when someone forgets to update this - and in fact, I don't think the list has to be complete here.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3849/review/2135816529@github.com>