org.eclipse.cdt.internal.ui.text
Interface ICColorConstants


public interface ICColorConstants


Field Summary
static java.lang.String C_BRACES
          The color key for braces.
static java.lang.String C_DEFAULT
          The color key for everthing in C code for which no other color is specified.
static java.lang.String C_KEYWORD
          The color key for keywords in C code.
static java.lang.String C_MULTI_LINE_COMMENT
          The color key for multi-line comments in C code.
static java.lang.String C_NUMBER
          The color key for numbers.
static java.lang.String C_OPERATOR
          The color key for operators.
static java.lang.String C_SINGLE_LINE_COMMENT
          The color key for single-line comments in C code.
static java.lang.String C_STRING
          The color key for string and character literals in C code.
static java.lang.String C_TYPE
          The color key for builtin types in C code.
static java.lang.String PP_DEFAULT
          The color key for preprocessor text not colored otherwise.
static java.lang.String PP_DIRECTIVE
          The color key for preprocessor directives.
static java.lang.String PP_HEADER
          The color key for preprocessor include files.
static java.lang.String TASK_TAG
          The color key for task tags in C comments (value "c_comment_task_tag").
 

Field Detail

C_MULTI_LINE_COMMENT

static final java.lang.String C_MULTI_LINE_COMMENT
The color key for multi-line comments in C code.

See Also:
Constant Field Values

C_SINGLE_LINE_COMMENT

static final java.lang.String C_SINGLE_LINE_COMMENT
The color key for single-line comments in C code.

See Also:
Constant Field Values

C_KEYWORD

static final java.lang.String C_KEYWORD
The color key for keywords in C code.

See Also:
Constant Field Values

C_TYPE

static final java.lang.String C_TYPE
The color key for builtin types in C code.

See Also:
Constant Field Values

C_STRING

static final java.lang.String C_STRING
The color key for string and character literals in C code.

See Also:
Constant Field Values

C_OPERATOR

static final java.lang.String C_OPERATOR
The color key for operators.

See Also:
Constant Field Values

C_BRACES

static final java.lang.String C_BRACES
The color key for braces.

See Also:
Constant Field Values

C_NUMBER

static final java.lang.String C_NUMBER
The color key for numbers.

See Also:
Constant Field Values

C_DEFAULT

static final java.lang.String C_DEFAULT
The color key for everthing in C code for which no other color is specified.

See Also:
Constant Field Values

PP_DIRECTIVE

static final java.lang.String PP_DIRECTIVE
The color key for preprocessor directives.

See Also:
Constant Field Values

PP_DEFAULT

static final java.lang.String PP_DEFAULT
The color key for preprocessor text not colored otherwise.

See Also:
Constant Field Values

PP_HEADER

static final java.lang.String PP_HEADER
The color key for preprocessor include files.

See Also:
Constant Field Values

TASK_TAG

static final java.lang.String TASK_TAG
The color key for task tags in C comments (value "c_comment_task_tag").

See Also:
Constant Field Values