[Geany-Devel] Hooks on calling some functions for plugins?

Vasiliy Faronov vfaronov at xxxxx
Tue Jul 4 16:00:55 UTC 2017


Hi Denis,

As far as I understand, none of this is directly supported by Geany right now.

This is a known problem: https://github.com/geany/geany/issues/1458

Until it is solved systematically (if ever), you might be able to hack
around it.

For custom autocompletion, see:
https://github.com/notetau/geany-jedi-complete/tree/master/geany-complete-core

For tags, you do have access to parts of TagManager such as
tm_workspace_add_source_file -- maybe you could use that creatively
somehow.

And of course you can have a custom "Go to D Symbol Definition" command.


-- 
Vasiliy


More information about the Devel mailing list