Introduced a new kind of extra selection that we can use to mark undefined symbols.

This commit is contained in:
Roberto Raggi
2010-05-21 15:42:05 +02:00
parent a4245c174a
commit 53b8df8155

View File

@@ -335,6 +335,7 @@ public:
ParenthesesMatchingSelection, ParenthesesMatchingSelection,
CodeWarningsSelection, CodeWarningsSelection,
CodeSemanticsSelection, CodeSemanticsSelection,
UndefinedSymbolSelection,
UnusedSymbolSelection, UnusedSymbolSelection,
FakeVimSelection, FakeVimSelection,
OtherSelection, OtherSelection,