On 12-07-12 11:29 AM, Christoph Siefer wrote:
Hi everybody,

is there an option to the geany tag writer like telling the filelist
beeing a directory and make it scan this dir recursively?


Hi,

I usually use something like this:

    geany -P -g ~/.config/geany/tags/somelib.c.tags \
      `find /some/where -type f -iname *.h`

Of course you need to adjust for your filetype, language and paths.

Cheers,
Matthew Brush
_______________________________________________
Geany mailing list
[email protected]
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Reply via email to