forked from qt-creator/qt-creator
Introduced a new kind of extra selection that we can use to mark undefined symbols.
This commit is contained in:
@@ -335,6 +335,7 @@ public:
|
|||||||
ParenthesesMatchingSelection,
|
ParenthesesMatchingSelection,
|
||||||
CodeWarningsSelection,
|
CodeWarningsSelection,
|
||||||
CodeSemanticsSelection,
|
CodeSemanticsSelection,
|
||||||
|
UndefinedSymbolSelection,
|
||||||
UnusedSymbolSelection,
|
UnusedSymbolSelection,
|
||||||
FakeVimSelection,
|
FakeVimSelection,
|
||||||
OtherSelection,
|
OtherSelection,
|
||||||
|
|||||||
Reference in New Issue
Block a user