aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditoractionhandler.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2020-05-06 07:30:33 +0200
committerDavid Schulz <david.schulz@qt.io>2020-05-12 04:28:19 +0000
commit3559af69db03529422443ff0cf35884a2d7e2511 (patch)
tree33267bd3aa8446362028bbdf0eff6fcce2dd2eae /src/plugins/texteditor/texteditoractionhandler.h
parenta9aa5612345bcfae9a5562e135dec9de8c3b8a8f (diff)
TextEditor: move rename symbol action to text editor
Task-number: QTCREATORBUG-21578 Change-Id: I9a873dcd38bacb2287c45973b6be0091c3eb9480 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/texteditor/texteditoractionhandler.h')
-rw-r--r--src/plugins/texteditor/texteditoractionhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/texteditor/texteditoractionhandler.h b/src/plugins/texteditor/texteditoractionhandler.h
index f91ad7a806..cfa684a13d 100644
--- a/src/plugins/texteditor/texteditoractionhandler.h
+++ b/src/plugins/texteditor/texteditoractionhandler.h
@@ -55,7 +55,8 @@ public:
UnCommentSelection = 2,
UnCollapseAll = 4,
FollowSymbolUnderCursor = 8,
- JumpToFileUnderCursor = 16
+ JumpToFileUnderCursor = 16,
+ RenameSymbol = 32,
};
using TextEditorWidgetResolver = std::function<TextEditorWidget *(Core::IEditor *)>;