On Tue, 4 Jul 2006 16:18:26 -0300, "Alexandre Moreira" alexandream@gmail.com wrote:
What are you guys using for querying/parsing the tags in source files ? I saw a tagmanager dir but, is it the same codebase as in tagmanager.sourceforge.net ?
Nearly. It is based on this code, but modified a bit from time to time.
I'm thinking in a few things I'd like to see in Geany, and working my way with GTK to mock them up, but at first I'll have to understand how you guys handle the tags creation/deletion/modification.
Are the whole tags content recreated whenever the file is saved ?
Yes, the whole tags content for the current file, not more.
Regards, Enrico