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
Michele Calgaro 37ad15ad2c
Replace Q_SIGNALS and Q_SLOTS
3 months ago
..
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am Revert "Finish renaming tdevelop components" 10 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 Removed code formatting modelines. 4 years ago
ctags2_createtagfile.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
ctags2_createtagfilebase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
ctags2_part.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
ctags2_part.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
ctags2_selecttagfile.cpp Removed code formatting modelines. 4 years ago
ctags2_selecttagfile.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
ctags2_selecttagfilebase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
ctags2_settingswidget.cpp Removed code formatting modelines. 4 years ago
ctags2_settingswidget.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
ctags2_settingswidgetbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
ctags2_widget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
ctags2_widget.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
ctags2_widgetbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
ctagskinds.cpp Additional k => tde renaming and fixes 11 years ago
ctagskinds.h Additional k => tde renaming and fixes 11 years ago
kdevctags2.desktop Desktop file translations: 4 years ago
kdevpart_ctags2.rc Revert "Finish renaming tdevelop components" 10 years ago
readtags.c Removed code formatting modelines. 4 years ago
readtags.h Removed code formatting modelines. 4 years ago
tagitem.cpp Trinity Qt initial conversion 14 years ago
tagitem.h TQt4 port kdevelop 13 years ago
tags.cpp Removed code formatting modelines. 4 years ago
tags.h Removed code formatting modelines. 4 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.

*/