Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.model
Interface ICModelMarker


public interface ICModelMarker

Markers used by the C model.

This interface declares constants only; it is not intended to be implemented or extended.


Field Summary
static String C_MODEL_MARKER_VARIABLE
          C model extension to the marker problem markers which may hold a hint on the variable name that caused the error.
static String C_MODEL_PROBLEM_MARKER
          C model problem marker type (value "org.eclipse.cdt.core.problem").
static String INDEXER_MARKER
           
static String PATHENTRY_FILE_FORMAT
          PathEntry file format marker attribute (value "PathEntryFileFormat").
static String PATHENTRY_PROBLEM_MARKER
          PatheEtnry problem marker type (value "org.eclipse.cdt.core.pathentry_problem").
static String TASK_MARKER
          C model task marker type (value "org.eclipse.cdt.core.task").
 

Field Detail

C_MODEL_PROBLEM_MARKER

static final String C_MODEL_PROBLEM_MARKER
C model problem marker type (value "org.eclipse.cdt.core.problem"). This can be used to recognize those markers in the workspace that flag problems detected by the C compilers.


C_MODEL_MARKER_VARIABLE

static final String C_MODEL_MARKER_VARIABLE
C model extension to the marker problem markers which may hold a hint on the variable name that caused the error. Used by the ui to highlight the variable itself if it can be found.

See Also:
Constant Field Values

TASK_MARKER

static final String TASK_MARKER
C model task marker type (value "org.eclipse.cdt.core.task"). This can be used to recognize task markers in the workspace that correspond to tasks specified in C/C++ source comments and detected during translation (for example, 'TO-DO: ...'). Tasks are identified by a task tag, which can be customized through CCorePlugin option "org.eclipse.cdt.core.translation.taskTag".


INDEXER_MARKER

static final String INDEXER_MARKER

PATHENTRY_PROBLEM_MARKER

static final String PATHENTRY_PROBLEM_MARKER
PatheEtnry problem marker type (value "org.eclipse.cdt.core.pathentry_problem"). This can be used to recognize those markers in the workspace that flag problems detected by the C tooling during pathEntry setting.


PATHENTRY_FILE_FORMAT

static final String PATHENTRY_FILE_FORMAT
PathEntry file format marker attribute (value "PathEntryFileFormat"). Used only on pathentry store problem markers. The value of this attribute is either "true" or "false".

See Also:
Constant Field Values

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.