On Wed, 12 Mar 2008 14:10:34 +0000 Nick Treleaven nick.treleaven@btinternet.com wrote:
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.
I completely forgot about it. Funny I think I was person why ask for Context Action support in the first place. ;-)
But plugin is going to be better for documentation since it:
1) Will be able to search different documentation type. (Call devhelp only if nothing was found in man) 2) Will include sane defaults exactly for documentatin right after install. (configuring Context Actions for different filetypes is not very interesting thing to do). 3) Will be able to place documentation inside geany buffer, not just call external program.