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/outputviews
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
appoutputviewpart.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
appoutputviewpart.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
appoutputwidget.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
appoutputwidget.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
commandcontinuationfilter.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
commandcontinuationfilter.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
compileerrorfilter.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
compileerrorfilter.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
directorystatusmessagefilter.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
directorystatusmessagefilter.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
filterdlg.ui Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevappoutputview.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevmakeview.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevmakeview.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
makeactionfilter.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
makeactionfilter.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
makeitem.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
makeitem.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
makeviewpart.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
makeviewpart.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
makewidget.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
makewidget.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
otherfilter.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
otherfilter.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
outputfilter.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
outputfilter.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
outputviewsfactory.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
outputviewsfactory.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README.dox

/** \class MakeViewPart
Two output views: one displays compiler output, the other displays the application output.

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

\feature Auto scroll down
\feature Auto hide when it's not needed
\feature Jump to error when clicked

\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=outputviews&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">outputviews component at Bugzilla database</a>

\todo Make the contents of the application output copyable.

\faq <b>How does the auto-hide feature work?</b> If there are no compilation errors the output view hides itself (if it was hidden before compilation start) or switches to the previously selected view.

*/