[fpc-pascal] [OT] CTags Tool for Object Pascal Language

johanns at nacs.net johanns at nacs.net
Mon Apr 24 07:26:45 CEST 2006


The Exuberant CTags program supports over 30 programming languages
including Standard Pascal.  For C and C++ it does a fantastic job of
indexing all routines and variables even when embedded in complex and
unusual expressions.  The support for Pascal, on the other hand, is
limited to indexing function and procedure names.  There is no support
for variables.  Functions and procedures are not supported if dot
notation is used to make them object methods or to scope them to a
particular unit.  This severely limits the usefulness of Exuberant CTags
index files for object oriented code.

Anyone know of a CTags program with more complete support for Pascal?




More information about the fpc-pascal mailing list