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 ?
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 ?
Cheers, Alexandre Moreira.
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
Thanks, that will make my work a lot easier.
Alexandre Moreira.
2006/7/6, Enrico Tröger enrico.troeger@uvena.de:
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
-- Get my GPG key from http://www.uvena.de/pub.key Geany, a lightweight IDE using GTK2 - http://geany.uvena.de
Geany mailing list Geany@uvena.de http://uvena.de/cgi-bin/mailman/listinfo/geany