Class TextEditorPreferenceConstants
- Since:
- 2.1
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic final StringDeprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic final StringDeprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic final StringDeprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic final StringDeprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic final StringDeprecated.As of 3.0,, replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic final StringDeprecated.As of 3.0,, replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic final StringDeprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic final StringDeprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension pointstatic final StringDeprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point -
Method Summary
Modifier and TypeMethodDescriptionstatic voidInitializes the given preference store with the default values.
-
Field Details
-
EDITOR_CURRENT_LINE
Deprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsA named preference that controls whether the current line highlighting is turned on or off (value"currentLine").The preference value is of type
Boolean.- See Also:
-
EDITOR_CURRENT_LINE_COLOR
Deprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsA named preference that holds the color used to highlight the current line (value"currentLineColor").The preference value is of type
String. A RGB color value encoded as a string using classPreferenceConverter.- See Also:
-
EDITOR_PRINT_MARGIN
Deprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsA named preference that controls whether the print margin is turned on or off (value"printMargin").The preference value is of type
Boolean.- See Also:
-
EDITOR_PRINT_MARGIN_COLOR
Deprecated.As of 3.0,, replaced byAbstractDecoratedTextEditorPreferenceConstantsA named preference that holds the color used to render the print margin (value"printMarginColor").The preference value is of type
String. A RGB color value encoded as a string using classPreferenceConverter.- See Also:
-
EDITOR_PRINT_MARGIN_COLUMN
Deprecated.As of 3.0,, replaced byAbstractDecoratedTextEditorPreferenceConstantsPrint margin column (value"printMarginColumn").The preference value is of type
int.- See Also:
-
EDITOR_UNKNOWN_INDICATION
Deprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsA named preference that controls whether the editor shows unknown indicators in text (squiggly lines). (value"othersIndication").The preference value is of type
Boolean.- Since:
- 2.1
- See Also:
-
EDITOR_UNKNOWN_INDICATION_COLOR
Deprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsA named preference that holds the color used to render unknown indicators (value"othersIndicationColor").The preference value is of type
String. A RGB color value encoded as a string using classPreferenceConverter.- Since:
- 2.1
- See Also:
-
EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
Deprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsA named preference that controls whether the overview ruler shows unknown indicators (value"othersIndicationInOverviewRuler").The preference value is of type
Boolean.- Since:
- 2.1
- See Also:
-
EDITOR_OVERVIEW_RULER
Deprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsA named preference that controls if the overview ruler is shown in the UI (value"overviewRuler").The preference value is of type
Boolean.- See Also:
-
EDITOR_LINE_NUMBER_RULER
Deprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsA named preference that controls if the line number ruler is shown in the UI (value"lineNumberRuler").The preference value is of type
Boolean.- See Also:
-
EDITOR_LINE_NUMBER_RULER_COLOR
Deprecated.As of 3.0, replaced byAbstractDecoratedTextEditorPreferenceConstantsA named preference that holds the color used to render line numbers inside the line number ruler (value"lineNumberColor").The preference value is of type
String. A RGB color value encoded as a string using classPreferenceConverter.- See Also:
-
EDITOR_PROBLEM_INDICATION
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_PROBLEM_INDICATION_COLOR
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_WARNING_INDICATION
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_WARNING_INDICATION_COLOR
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_INFO_INDICATION
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_INFO_INDICATION_COLOR
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_TASK_INDICATION
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_TASK_INDICATION_COLOR
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_BOOKMARK_INDICATION
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_BOOKMARK_INDICATION_COLOR
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_SEARCH_RESULT_INDICATION
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_SEARCH_RESULT_INDICATION_COLOR
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_INFO_INDICATION_IN_OVERVIEW_RULER
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER
Deprecated.As of 2.1, provided byorg.eclipse.ui.editors.markerAnnotationSpecificationextension point- See Also:
-
-
Method Details
-
initializeDefaultValues
Initializes the given preference store with the default values.- Parameters:
store- the preference store to be initialized
-
org.eclipse.ui.editors.markerAnnotationSpecificationextension point