forked from qt-creator/qt-creator
QML: brought context menu in sync with C++ editor.
This commit is contained in:
@@ -37,6 +37,11 @@ namespace Constants {
|
||||
|
||||
// menus
|
||||
const char * const M_CONTEXT = "QML JS Editor.ContextMenu";
|
||||
const char * const M_TOOLS_QML = "QmlJSEditor.Tools.Menu";
|
||||
|
||||
const char * const SEPARATOR1 = "QmlJSEditor.Separator1";
|
||||
const char * const SEPARATOR2 = "QmlJSEditor.Separator2";
|
||||
const char * const M_REFACTORING_MENU_INSERTION_POINT = "QmlJSEditor.RefactorGroup";
|
||||
|
||||
const char * const RUN_SEP = "QmlJSEditor.Run.Separator";
|
||||
const char * const C_QMLJSEDITOR_ID = "QMLProjectManager.QMLJSEditor";
|
||||
|
||||
Reference in New Issue
Block a user