Files
qt-creator/src/plugins/qmljseditor/qmljseditorconstants.h

28 lines
837 B
C
Raw Normal View History

// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2009-04-22 15:21:04 +02:00
#pragma once
2009-04-22 15:21:04 +02:00
#include <QtGlobal>
namespace QmlJSEditor {
2009-04-22 15:21:04 +02:00
namespace Constants {
const char M_CONTEXT[] = "QML JS Editor.ContextMenu";
const char M_REFACTORING_MENU_INSERTION_POINT[] = "QmlJSEditor.RefactorGroup";
const char C_QMLJSEDITOR_ID[] = "QmlJSEditor.QMLJSEditor";
const char C_QTQUICKDESIGNEREDITOR_ID[] = "QmlJSEditor.QtQuickDesignerEditor";
const char SETTINGS_CATEGORY_QML[] = "J.QtQuick";
2009-04-22 15:21:04 +02:00
const char SHOW_QT_QUICK_HELPER[] = "QmlJSEditor.ShowQtQuickHelper";
const char TASK_CATEGORY_QML[] = "Task.Category.Qml";
const char TASK_CATEGORY_QML_ANALYSIS[] = "Task.Category.QmlAnalysis";
const char QML_SNIPPETS_GROUP_ID[] = "QML";
2009-04-22 15:21:04 +02:00
} // namespace Constants
} // namespace QmlJSEditor