summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/texteditorconstants.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-07-15 17:01:37 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-07-15 17:11:16 +0200
commit15e655b7188d68a62e3b08d5eb1899e0bf3d6d1e (patch)
tree669a9c7695c387237ce9b90daed0bae0dd5d92c3 /src/plugins/texteditor/texteditorconstants.h
parent08bc6c002707fb10f8bc4a53b014a0ff11aa4b20 (diff)
downloadqt-creator-15e655b7188d68a62e3b08d5eb1899e0bf3d6d1e.tar.gz
Made the highlighting for locals and fields configurable
Reviewed-by: mae
Diffstat (limited to 'src/plugins/texteditor/texteditorconstants.h')
-rw-r--r--src/plugins/texteditor/texteditorconstants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditorconstants.h b/src/plugins/texteditor/texteditorconstants.h
index 1dc5d365d4..e1c6b12deb 100644
--- a/src/plugins/texteditor/texteditorconstants.h
+++ b/src/plugins/texteditor/texteditorconstants.h
@@ -108,6 +108,8 @@ const char * const C_OCCURRENCES_RENAME = "Occurrences.Rename";
const char * const C_NUMBER = "Number";
const char * const C_STRING = "String";
const char * const C_TYPE = "Type";
+const char * const C_LOCAL = "Local";
+const char * const C_FIELD = "Field";
const char * const C_KEYWORD = "Keyword";
const char * const C_OPERATOR = "Operator";
const char * const C_PREPROCESSOR = "Preprocessor";