forked from qt-creator/qt-creator
Added categories for occurrences and for renaming occurrences
So they can be adapted in the color schemes.
This commit is contained in:
@@ -77,6 +77,8 @@ const char * const C_SEARCH_SCOPE = "SearchScope";
|
||||
const char * const C_PARENTHESES = "Parentheses";
|
||||
const char * const C_CURRENT_LINE = "CurrentLine";
|
||||
const char * const C_CURRENT_LINE_NUMBER = "CurrentLineNumber";
|
||||
const char * const C_OCCURRENCES = "Occurrences";
|
||||
const char * const C_OCCURRENCES_RENAME = "Occurrences.Rename";
|
||||
|
||||
const char * const C_NUMBER = "Number";
|
||||
const char * const C_STRING = "String";
|
||||
|
||||
Reference in New Issue
Block a user