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
@@ -44,7 +44,8 @@ struct CORE_EXPORT FileUtils
|
||||
static QString msgFindInDirectory();
|
||||
// Platform-dependent action descriptions
|
||||
static QString msgGraphicalShellAction();
|
||||
static QString msgTerminalAction();
|
||||
static QString msgTerminalHereAction();
|
||||
static QString msgTerminalWithAction();
|
||||
// File operations aware of version control and file system case-insensitiveness
|
||||
static void removeFile(const QString &filePath, bool deleteFromFS);
|
||||
static bool renameFile(const QString &from, const QString &to);
|
||||
|
||||
Reference in New Issue
Block a user