forked from qt-creator/qt-creator
Added color support of ANSI escape codes
in compile and application output pane. Only simple font and background controles added. Task-number: QTCREATORBUG-9592 Task-number: QTCREATORBUG-5956 Change-Id: Ida010ed17d34bb73ae1364a77073ff435a03a060 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -568,6 +568,7 @@ void AppOutputPane::slotRunControlFinished()
|
||||
ProjectExplorer::RunControl *rc = qobject_cast<RunControl *>(sender());
|
||||
QMetaObject::invokeMethod(this, "slotRunControlFinished2", Qt::QueuedConnection,
|
||||
Q_ARG(ProjectExplorer::RunControl *, rc));
|
||||
rc->outputFormatter()->flush();
|
||||
}
|
||||
|
||||
void AppOutputPane::slotRunControlFinished2(RunControl *sender)
|
||||
|
||||
Reference in New Issue
Block a user