You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/parts/ctags2/README.dox

17 lines
591 B

/** \class ctags2
This is a CTAGS frontend based on the 'readtags' library.
\authors <a href="mailto:jens.dagerbo AT swipnet.se">Jens Dagerbo</a>
\maintainer <a href="mailto:jens.dagerbo AT swipnet.se">Jens Dagerbo</a>
\feature A very fast CTAGS lookup plugin
\feature Through the use of regular expressions, it is clever enough to find matches even
if the match-containing file is open and edited (and the editor contents do not match the file on disk).
\requirement Needs "Exuberant CTAGS" to work. http://ctags.sourceforge.net/
\todo Probably a lot, but mainly configurability.
*/