@techee commented on this pull request.
> @@ -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 or view it on GitHub: https://github.com/geany/geany/pull/3849#discussion_r1651040120 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3849/review/[email protected]>
