forked from qt-creator/qt-creator
QmlJS: Implement renaming of usages.
Task-number: QTCREATORBUG-3669 Change-Id: I2c600cae5ac445ca80eafe6557ba276c14a77a73 Reviewed-on: http://codereview.qt.nokia.com/1413 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
@@ -52,6 +52,7 @@ const char * const TASK_SEARCH = "QmlJSEditor.TaskSearch";
|
||||
|
||||
const char * const FOLLOW_SYMBOL_UNDER_CURSOR = "QmlJSEditor.FollowSymbolUnderCursor";
|
||||
const char * const FIND_USAGES = "QmlJSEditor.FindUsages";
|
||||
const char * const RENAME_USAGES = "QmlJSEditor.RenameUsages";
|
||||
const char * const SHOW_QT_QUICK_HELPER = "QmlJSEditor.ShowQtQuickHelper";
|
||||
|
||||
const char * const QML_MIMETYPE = "application/x-qml";
|
||||
|
||||
Reference in New Issue
Block a user