forked from qt-creator/qt-creator
QmlJS: Remove old 'Rename id' action.
Replaced by superior 'Rename Symbol Under Cursor'. Change-Id: I0d0367d1297fde37d501266ef7df515256c6abd7 Reviewed-on: http://codereview.qt.nokia.com/1428 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
35cb3793a1
commit
51d8f468e4
@@ -156,8 +156,6 @@ public:
|
||||
bool updateSelectedElements() const;
|
||||
void setUpdateSelectedElements(bool value);
|
||||
|
||||
void renameId(const QString &oldId, const QString &newId);
|
||||
|
||||
static QVector<QString> highlighterFormatCategories();
|
||||
|
||||
TextEditor::IAssistInterface *createAssistInterface(TextEditor::AssistKind assistKind,
|
||||
@@ -192,9 +190,6 @@ private slots:
|
||||
void updateUses();
|
||||
void updateUsesNow();
|
||||
|
||||
// refactoring ops
|
||||
void renameIdUnderCursor();
|
||||
|
||||
void semanticRehighlight();
|
||||
void forceSemanticRehighlightIfCurrentEditor();
|
||||
void updateSemanticInfo(const QmlJSEditor::SemanticInfo &semanticInfo);
|
||||
|
||||
Reference in New Issue
Block a user