QML: brought context menu in sync with C++ editor.

This commit is contained in:
Erik Verbruggen
2010-09-16 12:57:07 +02:00
parent f4a812fdcb
commit 0c98d830b8
5 changed files with 85 additions and 13 deletions

View File

@@ -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";