On Wed, 12 Mar 2008 15:09:35 +0200 "Yura Siamashka" yurand2@gmail.com wrote:
2008/3/12, Nick Treleaven nick.treleaven@btinternet.com:
I need to loop all supported geany filetypes in my geanydoc plugin (http://repo.or.cz/w/geanydoc.git).
Out of interest, what does the plugin do? I couldn't find anything that explained it.
It is still in early development no readme yet, sorry . It suppose to call get documentation on current word using F1 key.
Thanks for explaining. Geany does have Context Action support per filetype for this purpose, but perhaps you want it to be more powerful.
Something similar to emacs: (global-set-key [(f1)] (lambda () (interactive) (manual-entry (current-word))))
I'm soon to merge plugin keybinding support into the trunk, maybe this would help you.
Regards, Nick