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/grepview
Timothy Pearson b9e542d0c8
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
12 years ago
..
CMakeLists.txt Additional renaming of kde to tde 13 years ago
Makefile.am Additional renaming of kde to tde 13 years ago
README.dox Additional renaming of kde to tde 13 years ago
grepdlg.cpp Rename obsolete tq methods to standard names 13 years ago
grepdlg.h Remove spurious TQ_OBJECT instances 13 years ago
grepviewpart.cpp Remove additional unneeded tq method conversions 13 years ago
grepviewpart.h Remove spurious TQ_OBJECT instances 13 years ago
grepviewwidget.cpp Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
grepviewwidget.h Remove spurious TQ_OBJECT instances 13 years ago
kdevgrepview.desktop Branding: KDevelop -> TDevelop, fix menu 12 years ago
kdevgrepview.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README.dox

/** \class GrepViewPart
Integrates "find|grep" in KDevelop - allows fast searching of multiple files using patterns or regular expressions.

\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a>

\maintainer <a href="mailto:jens.dagerbo AT swipnet.se">Jens Dagerbo</a> aka teatime

\feature grep works on editor context menu

\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=grep%20frontend&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">Grep Frontend component at Bugzilla database</a>

*/