forked from qt-creator/qt-creator
ProjectExplorer: Improve UI for project-related closing actions
- Do not hide, but just disable currently non-applicable actions. - Properly group the closing-related actions in the project context menu. This makes for more stable menu entries and reduces the chance for accidentally choosing the wrong one. Task-number: QTCREATORBUG-28211 Change-Id: I26ddc71839d124ec92212971f2facea82cf8d199 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -60,6 +60,7 @@ const char G_PROJECT_BUILD[] = "Project.Group.Build";
|
||||
const char G_PROJECT_REBUILD[] = "Project.Group.Rebuild";
|
||||
const char G_PROJECT_RUN[] = "Project.Group.Run";
|
||||
const char G_PROJECT_FILES[] = "Project.Group.Files";
|
||||
const char G_PROJECT_CLOSE[] = "Project.Group.Close";
|
||||
const char G_PROJECT_TREE[] = "Project.Group.Tree";
|
||||
const char G_PROJECT_LAST[] = "Project.Group.Last";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user