forked from qt-creator/qt-creator
TextEditor: add optional action mask for find usage
Change-Id: If8187b226d176c292d0d90aed870f78d9d3d2730 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -36,6 +36,7 @@ public:
|
||||
FollowSymbolUnderCursor = 8,
|
||||
JumpToFileUnderCursor = 16,
|
||||
RenameSymbol = 32,
|
||||
FindUsage = 64
|
||||
};
|
||||
using TextEditorWidgetResolver = std::function<TextEditorWidget *(Core::IEditor *)>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user