Added categories for occurrences and for renaming occurrences

So they can be adapted in the color schemes.
This commit is contained in:
Thorbjørn Lindeijer
2009-07-14 10:34:17 +02:00
parent 12911cda5c
commit 8cc916a0ca
5 changed files with 15 additions and 5 deletions

View File

@@ -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";