geany/tagmanager
Nick Treleaven f39df4005f Add support for generating global tags files for non-C-like
filetypes.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1480 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-04-27 11:00:29 +00:00
..
include Add support for generating global tags files for non-C-like 2007-04-27 11:00:29 +00:00
Makefile.am Made "distcheck" working. 2007-04-08 16:38:46 +00:00
args.c Initial import 2005-11-22 12:26:26 +00:00
args.h Initial import 2005-11-22 12:26:26 +00:00
asm.c added tag support for filetypes ASM and SQL 2006-02-22 13:49:08 +00:00
c.c Fix wrong D function return type after a class definition. 2007-02-14 17:35:54 +00:00
conf.c added tag support for filetype Conf 2005-11-27 20:39:57 +00:00
css.c Fixed a crash when opening malformed CSS files. 2006-05-30 20:50:50 +00:00
ctags.c Small changes to get cross compiling using mingw32 suite working. 2006-07-25 17:45:34 +00:00
ctags.h Initial import 2005-11-22 12:26:26 +00:00
diff.c Fixed compiler warnings. 2006-10-12 10:45:49 +00:00
docbook.c Fix a segfault with missing id in element (again) 2006-06-02 20:23:38 +00:00
entry.c Added global auto completion tags for PHP and LaTeX. 2006-06-24 14:42:56 +00:00
entry.h Parse pointers in function return type for C-like files. 2007-01-03 12:41:10 +00:00
fortran.c Added new filetype Fortran 77 (not yet finished). 2006-08-15 17:57:41 +00:00
general.h Fixed some cross compiling/Win32 issues. 2006-07-24 18:05:40 +00:00
get.c Applied patch to fix building with gcc 2.95, removed unneeded file from EXTRA_DIST. 2006-07-25 18:09:08 +00:00
get.h Initial import 2005-11-22 12:26:26 +00:00
js.c Added new filetypes Javascript and Lua. 2007-01-13 20:16:09 +00:00
keyword.c Initial import 2005-11-22 12:26:26 +00:00
keyword.h Initial import 2005-11-22 12:26:26 +00:00
latex.c Allow \section*{} and other commands with *. 2007-01-24 19:52:12 +00:00
lua.c Added new filetypes Javascript and Lua. 2007-01-13 20:16:09 +00:00
main.h Initial import 2005-11-22 12:26:26 +00:00
make.c Add mk pattern for Makefile. 2006-06-26 16:22:37 +00:00
makefile.win32 Added new filetypes Javascript and Lua. 2007-01-13 20:16:09 +00:00
options.c Replaced 'blank' by 'include "..."'. Fixed a bug in utils_brace_match() which prevents correctly matching. 2006-06-24 14:36:35 +00:00
options.h Replaced 'blank' by 'include "..."'. Fixed a bug in utils_brace_match() which prevents correctly matching. 2006-06-24 14:36:35 +00:00
parse.c Fixed some cross compiling/Win32 issues. 2006-07-24 18:05:40 +00:00
parse.h added code from anjuta to parse methods and functions separately 2006-05-10 19:52:42 +00:00
parsers.h Added new filetypes Javascript and Lua. 2007-01-13 20:16:09 +00:00
pascal.c Added recognition for keyword "type". 2006-08-22 19:15:33 +00:00
perl.c again it got some improvements 2006-05-12 16:24:09 +00:00
php.c Initial import 2005-11-22 12:26:26 +00:00
python.c Just changed a comment. 2007-01-20 15:16:26 +00:00
read.c Initial import 2005-11-22 12:26:26 +00:00
read.h Initial import 2005-11-22 12:26:26 +00:00
regex.c Initial import 2005-11-22 12:26:26 +00:00
ruby.c improved parser to detect variables and members 2006-05-12 23:23:52 +00:00
sh.c Some small tagmanager fixes. 2006-06-26 17:48:27 +00:00
sort.c Initial import 2005-11-22 12:26:26 +00:00
sort.h Initial import 2005-11-22 12:26:26 +00:00
sql.c added tag support for filetypes ASM and SQL 2006-02-22 13:49:08 +00:00
strlist.c Fixed some cross compiling/Win32 issues. 2006-07-24 18:05:40 +00:00
strlist.h Initial import 2005-11-22 12:26:26 +00:00
tcl.c new filetype Tcl/Tk, renamed tex.c 2006-05-16 19:04:04 +00:00
tm_file_entry.c Added global auto completion tags for PHP and LaTeX. 2006-06-24 14:42:56 +00:00
tm_project.c Fixed some cross compiling/Win32 issues. 2006-07-24 18:05:40 +00:00
tm_source_file.c Add tm_source_file_get_lang_name() as a wrapper for getLanguageName() 2007-04-27 10:58:41 +00:00
tm_symbol.c Add tm_arglist_compare(). 2007-01-16 15:24:01 +00:00
tm_tag.c Use the usual TM parser for all langTypes except pascal, php, latex when loading global tags files. 2007-04-18 15:20:11 +00:00
tm_tagmanager.c Initial import 2005-11-22 12:26:26 +00:00
tm_work_object.c Small changes to get cross compiling using mingw32 suite working. 2006-07-25 17:45:34 +00:00
tm_workspace.c Add support for generating global tags files for non-C-like 2007-04-27 11:00:29 +00:00
vhdl.c Added new filetype VHDL. 2006-11-13 22:11:19 +00:00
vstring.c Initial import 2005-11-22 12:26:26 +00:00
vstring.h Initial import 2005-11-22 12:26:26 +00:00