ui: Defined colors for fulltext search and fulltext code highlights

This commit is contained in:
Eberhard Graether
2016-06-07 15:10:09 +02:00
parent b10c55e7f9
commit c6fa1f0969
11 changed files with 230 additions and 135 deletions
+2
View File
@@ -29,6 +29,8 @@ std::string SearchMatch::getSearchTypeName(SearchType type)
return "command";
case SEARCH_OPERATOR:
return "operator";
case SEARCH_FULLTEXT:
return "fulltext";
}
}
+2 -1
View File
@@ -16,7 +16,8 @@ struct SearchMatch
SEARCH_NONE,
SEARCH_TOKEN,
SEARCH_COMMAND,
SEARCH_OPERATOR
SEARCH_OPERATOR,
SEARCH_FULLTEXT
};
enum CommandType