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
toma 114a878c64
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
15 years ago
..
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README.dox Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_createtagfile.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_createtagfile.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_createtagfilebase.ui Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_part.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_part.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_selecttagfile.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_selecttagfile.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_selecttagfilebase.ui Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_settingswidget.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_settingswidget.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_settingswidgetbase.ui Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_widget.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_widget.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctags2_widgetbase.ui Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctagskinds.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ctagskinds.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevctags2.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevpart_ctags2.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
readtags.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
readtags.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
tagitem.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
tagitem.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
tags.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
tags.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README.dox

/** \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.

*/