forked from qt-creator/qt-creator
ProjectExplorer: Add "Open Terminal Here" as default entry
Most often, a terminal with system environment is needed. Provide it as direct context menu entry, and leave the additional entries for build and run environment (which are probably more seldom used) as sub-menu as before, but rename it to "Open Terminal with >". Change-Id: I148395ca1e62eafff8844ba91db269a12b053de9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
504e0140bb
commit
e2f7380708
@@ -68,7 +68,7 @@ QWidget *SystemSettings::widget()
|
||||
m_widget = new QWidget;
|
||||
m_page->setupUi(m_widget);
|
||||
m_page->terminalOpenArgs->setToolTip(
|
||||
tr("Command line arguments used for \"%1\".").arg(FileUtils::msgTerminalAction()));
|
||||
tr("Command line arguments used for \"%1\".").arg(FileUtils::msgTerminalHereAction()));
|
||||
|
||||
m_page->reloadBehavior->setCurrentIndex(EditorManager::reloadSetting());
|
||||
if (HostOsInfo::isAnyUnixHost()) {
|
||||
|
||||
Reference in New Issue
Block a user