forked from qt-creator/qt-creator
Collect Qt Creator debug menu items into common submenu
instead of spreading them over the place. - rename "Logger..." to "Show Logs..." - create "Tools > Debug Qt Creator" menu and put "Show Logs", "Inspect Language Clients" and "Inspect C++ Code Model" there - add missing ellipsis That gets rid of the otherwise not useful "Language Client" submenu, and creates a nicer place for the "Show Logs" item. Change-Id: I2588b4c93327669579979dfbfce37005ada29dab Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -55,6 +55,7 @@ const char M_VIEW_VIEWS[] = "QtCreator.Menu.View.Views";
|
||||
const char M_VIEW_PANES[] = "QtCreator.Menu.View.Panes";
|
||||
const char M_TOOLS[] = "QtCreator.Menu.Tools";
|
||||
const char M_TOOLS_EXTERNAL[] = "QtCreator.Menu.Tools.External";
|
||||
const char M_TOOLS_DEBUG[] = "QtCreator.Menu.Tools.Debug";
|
||||
const char M_WINDOW[] = "QtCreator.Menu.Window";
|
||||
const char M_HELP[] = "QtCreator.Menu.Help";
|
||||
|
||||
@@ -186,6 +187,7 @@ const char G_VIEW_VIEWS[] = "QtCreator.Group.View.Views";
|
||||
const char G_VIEW_PANES[] = "QtCreator.Group.View.Panes";
|
||||
|
||||
// Tools menu groups
|
||||
const char G_TOOLS_DEBUG[] = "QtCreator.Group.Tools.Debug";
|
||||
const char G_TOOLS_OPTIONS[] = "QtCreator.Group.Tools.Options";
|
||||
|
||||
// Window menu groups
|
||||
|
||||
Reference in New Issue
Block a user