|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICModelMarker
Markers used by the C model.
| Field Summary | |
|---|---|
static java.lang.String |
C_MODEL_MARKER_EXTERNAL_LOCATION
C model extension to the marker problem markers which may hold the path to the workspace external location of the file containing the problem |
static java.lang.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 java.lang.String |
C_MODEL_PROBLEM_MARKER
C model problem marker type (value "org.eclipse.cdt.core.problem"). |
static java.lang.String |
INDEXER_MARKER
|
static java.lang.String |
PATHENTRY_FILE_FORMAT
PathEntry file format marker attribute (value "PathEntryFileFormat"). |
static java.lang.String |
PATHENTRY_PROBLEM_MARKER
PatheEtnry problem marker type (value "org.eclipse.cdt.core.pathentry_problem"). |
static java.lang.String |
TASK_MARKER
C model task marker type (value "org.eclipse.cdt.core.task"). |
| Field Detail |
|---|
static final java.lang.String C_MODEL_PROBLEM_MARKER
"org.eclipse.cdt.core.problem").
This can be used to recognize those markers in the workspace that flag problems
detected by the C compilers.
static final java.lang.String C_MODEL_MARKER_VARIABLE
static final java.lang.String C_MODEL_MARKER_EXTERNAL_LOCATION
static final java.lang.String TASK_MARKER
"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 code indexing (for example, 'TO-DO: ...').
Tasks are identified by a task tag, which can be customized through CCorePlugin
option "org.eclipse.cdt.core.taskTag".
static final java.lang.String INDEXER_MARKER
static final java.lang.String PATHENTRY_PROBLEM_MARKER
"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.
static final java.lang.String PATHENTRY_FILE_FORMAT
"PathEntryFileFormat").
Used only on pathentry store problem markers.
The value of this attribute is either "true" or "false".
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||