xtags problem
The tags database file is named project.zbd where project is the name of the project. The details contained in the class browser panel represent the contents of this database file.but I can't find any tags in the new database. What could I be doing wrong?
The contents of this database represent the tag information produced by ctags and these are the languages that ctags supports:
http://ctags.sourceforge.net/languages.html
So if you are saying the class browser panel is empty it probably means ctags didn't generate any tags information from your source code.
You can check this by turning on debugging via the xtags.ini file:
Code: Select all
[xTags]
Arguments=--c-types=+fp --excmd=p --fields=+afmikKlnsSz --sort=no
Debug=1
Cheers Jussi