[Geany] geanydoc plugin (was Re: [PATCH] plugin api request filetypes_get_from_uid())

Nick Treleaven nick.treleaven at xxxxx
Wed Mar 12 14:10:34 UTC 2008


On Wed, 12 Mar 2008 15:09:35 +0200
"Yura Siamashka" <yurand2 at gmail.com> wrote:

> 2008/3/12, Nick Treleaven <nick.treleaven at 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



More information about the Users mailing list