Eclipse Platform
2.1

org.eclipse.ui.editors.text
Class TextEditorPreferenceConstants

java.lang.Object
  |
  +--org.eclipse.ui.editors.text.TextEditorPreferenceConstants

public class TextEditorPreferenceConstants
extends Object

Preference constants used in the default text editor preference store.


Field Summary
static String EDITOR_BOOKMARK_INDICATION
          Deprecated.  
static String EDITOR_BOOKMARK_INDICATION_COLOR
          Deprecated.  
static String EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER
          Deprecated.  
static String EDITOR_CURRENT_LINE
          A named preference that controls whether the current line highlighting is turned on or off.
static String EDITOR_CURRENT_LINE_COLOR
          A named preference that holds the color used to highlight the current line.
static String EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER
          Deprecated.  
static String EDITOR_INFO_INDICATION
          Deprecated.  
static String EDITOR_INFO_INDICATION_COLOR
          Deprecated.  
static String EDITOR_INFO_INDICATION_IN_OVERVIEW_RULER
          Deprecated.  
static String EDITOR_LINE_NUMBER_RULER
          A named preference that controls if the line number ruler is shown in the UI.
static String EDITOR_LINE_NUMBER_RULER_COLOR
          A named preference that holds the color used to render line numbers inside the line number ruler.
static String EDITOR_OVERVIEW_RULER
          A named preference that controls if the overview ruler is shown in the UI.
static String EDITOR_PRINT_MARGIN
          A named preference that controls whether the print margin is turned on or off.
static String EDITOR_PRINT_MARGIN_COLOR
          A named preference that holds the color used to render the print margin.
static String EDITOR_PRINT_MARGIN_COLUMN
          Print margin column.
static String EDITOR_PROBLEM_INDICATION
          Deprecated.  
static String EDITOR_PROBLEM_INDICATION_COLOR
          Deprecated.  
static String EDITOR_SEARCH_RESULT_INDICATION
          Deprecated.  
static String EDITOR_SEARCH_RESULT_INDICATION_COLOR
          Deprecated.  
static String EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER
          Deprecated.  
static String EDITOR_TASK_INDICATION
          Deprecated.  
static String EDITOR_TASK_INDICATION_COLOR
          Deprecated.  
static String EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER
          Deprecated.  
static String EDITOR_UNKNOWN_INDICATION
          A named preference that controls whether the editor shows unknown indicators in text (squiggly lines).
static String EDITOR_UNKNOWN_INDICATION_COLOR
          A named preference that holds the color used to render unknown indicators.
static String EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
          A named preference that controls whether the overview ruler shows unknown indicators.
static String EDITOR_WARNING_INDICATION
          Deprecated.  
static String EDITOR_WARNING_INDICATION_COLOR
          Deprecated.  
static String EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER
          Deprecated.  
 
Method Summary
static void initializeDefaultValues(IPreferenceStore store)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDITOR_CURRENT_LINE

public static final String EDITOR_CURRENT_LINE
A named preference that controls whether the current line highlighting is turned on or off.

Value is of type Boolean.

See Also:
Constant Field Values

EDITOR_CURRENT_LINE_COLOR

public static final String EDITOR_CURRENT_LINE_COLOR
A named preference that holds the color used to highlight the current line.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter

See Also:
StringConverter, PreferenceConverter, Constant Field Values

EDITOR_PRINT_MARGIN

public static final String EDITOR_PRINT_MARGIN
A named preference that controls whether the print margin is turned on or off.

Value is of type Boolean.

See Also:
Constant Field Values

EDITOR_PRINT_MARGIN_COLOR

public static final String EDITOR_PRINT_MARGIN_COLOR
A named preference that holds the color used to render the print margin.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter

See Also:
StringConverter, PreferenceConverter, Constant Field Values

EDITOR_PRINT_MARGIN_COLUMN

public static final String EDITOR_PRINT_MARGIN_COLUMN
Print margin column. Int value.

See Also:
Constant Field Values

EDITOR_UNKNOWN_INDICATION

public static final String EDITOR_UNKNOWN_INDICATION
A named preference that controls whether the editor shows unknown indicators in text (squiggly lines).

Value is of type Boolean.

Since:
2.1
See Also:
Constant Field Values

EDITOR_UNKNOWN_INDICATION_COLOR

public static final String EDITOR_UNKNOWN_INDICATION_COLOR
A named preference that holds the color used to render unknown indicators.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter

Since:
2.1
See Also:
EDITOR_UNKNOWN_INDICATION, StringConverter, PreferenceConverter, Constant Field Values

EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER

public static final String EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
A named preference that controls whether the overview ruler shows unknown indicators.

Value is of type Boolean.

Since:
2.1
See Also:
Constant Field Values

EDITOR_OVERVIEW_RULER

public static final String EDITOR_OVERVIEW_RULER
A named preference that controls if the overview ruler is shown in the UI.

Value is of type Boolean.

See Also:
Constant Field Values

EDITOR_LINE_NUMBER_RULER

public static final String EDITOR_LINE_NUMBER_RULER
A named preference that controls if the line number ruler is shown in the UI.

Value is of type Boolean.

See Also:
Constant Field Values

EDITOR_LINE_NUMBER_RULER_COLOR

public static final String EDITOR_LINE_NUMBER_RULER_COLOR
A named preference that holds the color used to render line numbers inside the line number ruler.

Value is of type String. A RGB color value encoded as a string using class PreferenceConverter

See Also:
StringConverter, PreferenceConverter, EDITOR_LINE_NUMBER_RULER, Constant Field Values

EDITOR_PROBLEM_INDICATION

public static final String EDITOR_PROBLEM_INDICATION
Deprecated.  

See Also:
Constant Field Values

EDITOR_PROBLEM_INDICATION_COLOR

public static final String EDITOR_PROBLEM_INDICATION_COLOR
Deprecated.  

See Also:
Constant Field Values

EDITOR_WARNING_INDICATION

public static final String EDITOR_WARNING_INDICATION
Deprecated.  

See Also:
Constant Field Values

EDITOR_WARNING_INDICATION_COLOR

public static final String EDITOR_WARNING_INDICATION_COLOR
Deprecated.  

See Also:
Constant Field Values

EDITOR_INFO_INDICATION

public static final String EDITOR_INFO_INDICATION
Deprecated.  

See Also:
Constant Field Values

EDITOR_INFO_INDICATION_COLOR

public static final String EDITOR_INFO_INDICATION_COLOR
Deprecated.  

See Also:
Constant Field Values

EDITOR_TASK_INDICATION

public static final String EDITOR_TASK_INDICATION
Deprecated.  

See Also:
Constant Field Values

EDITOR_TASK_INDICATION_COLOR

public static final String EDITOR_TASK_INDICATION_COLOR
Deprecated.  

See Also:
Constant Field Values

EDITOR_BOOKMARK_INDICATION

public static final String EDITOR_BOOKMARK_INDICATION
Deprecated.  

See Also:
Constant Field Values

EDITOR_BOOKMARK_INDICATION_COLOR

public static final String EDITOR_BOOKMARK_INDICATION_COLOR
Deprecated.  

See Also:
Constant Field Values

EDITOR_SEARCH_RESULT_INDICATION

public static final String EDITOR_SEARCH_RESULT_INDICATION
Deprecated.  

See Also:
Constant Field Values

EDITOR_SEARCH_RESULT_INDICATION_COLOR

public static final String EDITOR_SEARCH_RESULT_INDICATION_COLOR
Deprecated.  

See Also:
Constant Field Values

EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER

public static final String EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER
Deprecated.  

See Also:
Constant Field Values

EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER

public static final String EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER
Deprecated.  

See Also:
Constant Field Values

EDITOR_INFO_INDICATION_IN_OVERVIEW_RULER

public static final String EDITOR_INFO_INDICATION_IN_OVERVIEW_RULER
Deprecated.  

See Also:
Constant Field Values

EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER

public static final String EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER
Deprecated.  

See Also:
Constant Field Values

EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER

public static final String EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER
Deprecated.  

See Also:
Constant Field Values

EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER

public static final String EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER
Deprecated.  

See Also:
Constant Field Values
Method Detail

initializeDefaultValues

public static void initializeDefaultValues(IPreferenceStore store)

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.