Page 1 of 1

Hello all, Can I create a Geany global tags file for LOVE?

Posted: Thu Jan 31, 2013 12:18 am
by Otanaht
Hi all, I have been working with allegro5 & C/C++ for awhile, and recently wanted to learn Lua, and as luck would have it I found Love2d. Anyway, I am an avid fan of Geany, but so far I haven't been able to figure out how to generate a tags file for use with the Love2d API. I searched the forums and found some cool stuff about customizing Geany for LOVE, but nothing that showed how to create tags :(

The general command for creating tags for Geany is:

Code: Select all

geany -g  <Tag File> <File list>
That and other information can be found here: http://www.geany.org/manual/current/index.html#tags

I just can't figure out where to point Geany :crazy:

Any help is welcome.