Add support for loading Vi and CTags tag files
commitd453fe33fe4139a7d90682cc60ac067ddc222b14
authorColomban Wendling <ban@herbesfolles.org>
Sun, 31 Mar 2013 22:21:49 +0000 (1 00:21 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Wed, 3 Apr 2013 20:10:33 +0000 (3 22:10 +0200)
tree925efe50069d6b01d86616784c989e7e9b7fd391
parent99d06abea8254d72b4817588578f7702d826f3c7
Add support for loading Vi and CTags tag files

This allows to load tag files in the CTags format, which is compatible
with Vi format.

References:
 * http://ctags.sourceforge.net/FORMAT
 * http://ctags.sourceforge.net/ctags.html#TAG%20FILE%20FORMAT
doc/geany.txt
tagmanager/src/tm_tag.c
tagmanager/src/tm_tag.h
tagmanager/src/tm_workspace.c