public class TextEditorPreferenceConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EDITOR_BOOKMARK_INDICATION
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_BOOKMARK_INDICATION_COLOR
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_CURRENT_LINE
Deprecated.
As of 3.0, replaced by
AbstractDecoratedTextEditorPreferenceConstants |
static String |
EDITOR_CURRENT_LINE_COLOR
Deprecated.
As of 3.0, replaced by
AbstractDecoratedTextEditorPreferenceConstants |
static String |
EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_INFO_INDICATION
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_INFO_INDICATION_COLOR
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_INFO_INDICATION_IN_OVERVIEW_RULER
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_LINE_NUMBER_RULER
Deprecated.
As of 3.0, replaced by
AbstractDecoratedTextEditorPreferenceConstants |
static String |
EDITOR_LINE_NUMBER_RULER_COLOR
Deprecated.
As of 3.0, replaced by
AbstractDecoratedTextEditorPreferenceConstants |
static String |
EDITOR_OVERVIEW_RULER
Deprecated.
As of 3.0, replaced by
AbstractDecoratedTextEditorPreferenceConstants |
static String |
EDITOR_PRINT_MARGIN
Deprecated.
As of 3.0, replaced by
AbstractDecoratedTextEditorPreferenceConstants |
static String |
EDITOR_PRINT_MARGIN_COLOR
Deprecated.
As of 3.0,, replaced by
AbstractDecoratedTextEditorPreferenceConstants |
static String |
EDITOR_PRINT_MARGIN_COLUMN
Deprecated.
As of 3.0,, replaced by
AbstractDecoratedTextEditorPreferenceConstants |
static String |
EDITOR_PROBLEM_INDICATION
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_PROBLEM_INDICATION_COLOR
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_SEARCH_RESULT_INDICATION
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_SEARCH_RESULT_INDICATION_COLOR
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_TASK_INDICATION
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_TASK_INDICATION_COLOR
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_UNKNOWN_INDICATION
Deprecated.
As of 3.0, replaced by
AbstractDecoratedTextEditorPreferenceConstants |
static String |
EDITOR_UNKNOWN_INDICATION_COLOR
Deprecated.
As of 3.0, replaced by
AbstractDecoratedTextEditorPreferenceConstants |
static String |
EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
Deprecated.
As of 3.0, replaced by
AbstractDecoratedTextEditorPreferenceConstants |
static String |
EDITOR_WARNING_INDICATION
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_WARNING_INDICATION_COLOR
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
static String |
EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER
Deprecated.
As of 2.1, provided by
org.eclipse.ui.editors.markerAnnotationSpecification extension point |
Modifier and Type | Method and Description |
---|---|
static void |
initializeDefaultValues(IPreferenceStore store)
Initializes the given preference store with the default values.
|
public static final String EDITOR_CURRENT_LINE
AbstractDecoratedTextEditorPreferenceConstants
"currentLine"
).
The preference value is of type Boolean
.
public static final String EDITOR_CURRENT_LINE_COLOR
AbstractDecoratedTextEditorPreferenceConstants
"currentLineColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
public static final String EDITOR_PRINT_MARGIN
AbstractDecoratedTextEditorPreferenceConstants
"printMargin"
).
The preference value is of type Boolean
.
public static final String EDITOR_PRINT_MARGIN_COLOR
AbstractDecoratedTextEditorPreferenceConstants
"printMarginColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
public static final String EDITOR_PRINT_MARGIN_COLUMN
AbstractDecoratedTextEditorPreferenceConstants
"printMarginColumn"
).
The preference value is of type int
.
public static final String EDITOR_UNKNOWN_INDICATION
AbstractDecoratedTextEditorPreferenceConstants
"othersIndication"
).
The preference value is of type Boolean
.
public static final String EDITOR_UNKNOWN_INDICATION_COLOR
AbstractDecoratedTextEditorPreferenceConstants
"othersIndicationColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
EDITOR_UNKNOWN_INDICATION
,
StringConverter
,
PreferenceConverter
,
Constant Field Valuespublic static final String EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
AbstractDecoratedTextEditorPreferenceConstants
"othersIndicationInOverviewRuler"
).
The preference value is of type Boolean
.
public static final String EDITOR_OVERVIEW_RULER
AbstractDecoratedTextEditorPreferenceConstants
"overviewRuler"
).
The preference value is of type Boolean
.
public static final String EDITOR_LINE_NUMBER_RULER
AbstractDecoratedTextEditorPreferenceConstants
"lineNumberRuler"
).
The preference value is of type Boolean
.
public static final String EDITOR_LINE_NUMBER_RULER_COLOR
AbstractDecoratedTextEditorPreferenceConstants
"lineNumberColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
public static final String EDITOR_PROBLEM_INDICATION
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_PROBLEM_INDICATION_COLOR
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_WARNING_INDICATION
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_WARNING_INDICATION_COLOR
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_INFO_INDICATION
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_INFO_INDICATION_COLOR
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_TASK_INDICATION
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_TASK_INDICATION_COLOR
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_BOOKMARK_INDICATION
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_BOOKMARK_INDICATION_COLOR
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_SEARCH_RESULT_INDICATION
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_SEARCH_RESULT_INDICATION_COLOR
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_INFO_INDICATION_IN_OVERVIEW_RULER
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static final String EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER
org.eclipse.ui.editors.markerAnnotationSpecification
extension pointpublic static void initializeDefaultValues(IPreferenceStore store)
store
- the preference store to be initialized
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.