forked from qt-creator/qt-creator
Fix issues with showing code pasting URL
- use common signal for posting output for fileshare protocol, so it correctly behaves wrt the settings - flash even when not opening the output pane when showing the output - MessageManager::writeDisrupting should switch the output pane even if another output pane is currently open (which enforced with IOutputPane::WithFocus) Fixes: QTCREATORBUG-26975 Change-Id: I51586eaca826f81f7e72f147fce7e72cbf639c6c Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -70,7 +70,7 @@ static void showOutputPane(Flag flags)
|
||||
m_messageOutputWindow->flash();
|
||||
break;
|
||||
case Core::Flag::Disrupt:
|
||||
m_messageOutputWindow->popup(IOutputPane::ModeSwitch);
|
||||
m_messageOutputWindow->popup(IOutputPane::ModeSwitch | IOutputPane::WithFocus);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user