Class PreferenceConstants
- java.lang.Object
-
- org.eclipse.jdt.ui.PreferenceConstants
-
public class PreferenceConstants extends Object
Preference constants used in the JDT-UI preference store. Clients should only read the JDT-UI preference store using these values. Clients are not allowed to modify the preference store programmatically.This class it is not intended to be instantiated or subclassed by clients.
- Since:
- 2.0
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPEARANCE_ABBREVIATE_PACKAGE_NAMESA named preference that controls if package name abbreviation is turned on or off.static StringAPPEARANCE_CATEGORYA named preference that controls category rendering of Java elements in the UI.static StringAPPEARANCE_COMPRESS_PACKAGE_NAMESA named preference that controls if package name compression is turned on or off.static StringAPPEARANCE_ENABLE_VISIBILITY_SORT_ORDERA named preferences that controls if Java elements are also sorted by visibility.static StringAPPEARANCE_FOLD_PACKAGES_IN_PACKAGE_EXPLORERA named preference that controls if empty inner packages are folded in the hierarchical mode of the package explorer.static StringAPPEARANCE_JAVADOC_FONTThe symbolic font name for the font used to display Javadoc (value"org.eclipse.jdt.ui.javadocfont").static StringAPPEARANCE_MEMBER_SORT_ORDERA named preference that defines how member elements are ordered by the Java views using theJavaElementSorter.static StringAPPEARANCE_METHOD_RETURNTYPEA named preference that controls return type rendering of methods in the UI.static StringAPPEARANCE_METHOD_TYPEPARAMETERSA named preference that controls type parameter rendering of methods in the UI.static StringAPPEARANCE_OVERRIDE_INDICATORDeprecated.Override Indicator is now controlled on the platform's decorator preference pagestatic StringAPPEARANCE_PKG_NAME_ABBREVIATION_PATTERN_FOR_PKG_VIEWA named preference that defines the patterns used for package name abbreviation.static StringAPPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEWA named preference that defines the pattern used for package name compression.static StringAPPEARANCE_SORT_LIBRARY_ENTRIES_BY_NAMEA named preference that controls if entries of library containers are sorted alphabetically.static StringAPPEARANCE_VISIBILITY_SORT_ORDERA named preference that defines how member elements are ordered by visibility in the Java views using theJavaElementSorter.static StringBROWSING_LINK_VIEW_TO_EDITORA named preference that controls if the Java Browsing views are linked to the active editor.static StringBROWSING_STACK_VERTICALLYA named preference that controls the layout of the Java Browsing views vertically.static StringCODEASSIST_ADDIMPORTA named preference that controls if the Java code assist adds import statements.static StringCODEASSIST_AUTOACTIVATIONA named preference that controls if the Java code assist gets auto activated.static StringCODEASSIST_AUTOACTIVATION_DELAYA name preference that holds the auto activation delay time in milliseconds.static StringCODEASSIST_AUTOACTIVATION_TRIGGERS_JAVAA named preference that holds the characters that auto activate code assist in Java code.static StringCODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOCA named preference that holds the characters that auto activate code assist in Javadoc.static StringCODEASSIST_AUTOINSERTA named preference that controls if the Java code assist inserts a proposal automatically if only one proposal is available.static StringCODEASSIST_CASE_SENSITIVITYA named preference that controls whether code assist proposals filtering is case sensitive or not.static StringCODEASSIST_CATEGORY_ORDERA named preference that controls which the order of the specific code assist commands.static StringCODEASSIST_DISABLE_COMPLETION_PROPOSAL_TRIGGER_CHARSA named preference that controls if the Java code assist ignores the insertion trigger characters for completion proposals.static StringCODEASSIST_EXCLUDED_CATEGORIESA named preference that controls which completion proposal categories have been excluded from the default proposal list.static StringCODEASSIST_FAVORITE_STATIC_MEMBERSA named preference that holds the favorite static members.static StringCODEASSIST_FILL_ARGUMENT_NAMESA named preference that controls if argument names are filled in when a method is selected from as list of code assist proposal.static StringCODEASSIST_GUESS_METHOD_ARGUMENTSA named preference that controls if method arguments are guessed when a method is selected from as list of code assist proposal.static StringCODEASSIST_INSERT_COMPLETIONA named preference that controls if the Java code assist only inserts completions.static StringCODEASSIST_LRU_HISTORYA named preference that stores the content assist LRU historystatic StringCODEASSIST_NONUITHREAD_COMPUTATIONA named preference that controls whether completion processors should be called from the non-UI thread, when they declare ability to work from non-UI Thread.static StringCODEASSIST_ORDER_PROPOSALSDeprecated.useCODEASSIST_SORTERinsteadstatic StringCODEASSIST_PARAMETERS_BACKGROUNDA named preference that holds the background color used for parameter hints.static StringCODEASSIST_PARAMETERS_FOREGROUNDA named preference that holds the foreground color used in the code assist selection dialog.static StringCODEASSIST_PREFIX_COMPLETIONA named preference that controls if content assist inserts the common prefix of all proposals before presenting choices.static StringCODEASSIST_PROPOSALS_BACKGROUNDDeprecated.As of 3.4, replaced byJFacePreferences.CONTENT_ASSIST_BACKGROUND_COLOR,static StringCODEASSIST_PROPOSALS_FOREGROUNDDeprecated.As of 3.4, replaced byJFacePreferences.CONTENT_ASSIST_FOREGROUND_COLOR,static StringCODEASSIST_REPLACEMENT_BACKGROUNDA named preference that holds the background color used in the code assist selection dialog to mark replaced code.static StringCODEASSIST_REPLACEMENT_FOREGROUNDA named preference that holds the foreground color used in the code assist selection dialog to mark replaced code.static StringCODEASSIST_SHOW_VISIBLE_PROPOSALSA named preference that controls if code assist contains only visible proposals.static StringCODEASSIST_SORTERA named preference that stores the content assist sorter id.static StringCODEGEN__FILE_COMMENTSDeprecated.New code template story: user can specify the new file code template.static StringCODEGEN__JAVADOC_STUBSDeprecated.Use CODEGEN_ADD_COMMENTS instead (Name is more precise).static StringCODEGEN__NON_JAVADOC_COMMENTSDeprecated.New code template story: user can specify the overriding method comment.static StringCODEGEN_ADD_COMMENTSA named preference that controls if comment stubs will be added automatically to newly created types and methods.static StringCODEGEN_EXCEPTION_VAR_NAMEA named preference that defines the preferred variable names for exceptions in catch clauses.static StringCODEGEN_GETTERSETTER_PREFIXDeprecated.Use JavaCore preference store (key JavaCore.static StringCODEGEN_GETTERSETTER_SUFFIXDeprecated.Use setting from JavaCore preference store (key JavaCore.static StringCODEGEN_IS_FOR_GETTERSA named preference that controls whether automatically created getters which return a boolean field should start with "is" or should be prefixed with "get".static StringCODEGEN_KEYWORD_THISA named preference that controls whether the keyword "this" will be added automatically to field accesses in generated methods.static StringCODEGEN_USE_GETTERSETTER_PREFIXDeprecated.Use JavaCore preference store (key JavaCore.static StringCODEGEN_USE_GETTERSETTER_SUFFIXDeprecated.Use JavaCore preference store (key JavaCore.static StringCODEGEN_USE_OVERRIDE_ANNOTATIONA named preference that controls whether to add a override annotation for newly created methodsstatic StringDECORATE_TEST_CODE_CONTAINER_ICONSA named preference that tells whether to use different icons for source folders marked to contain test code and classpath entries visible only for test sources.static StringDOUBLE_CLICKA named preference that controls the behavior when double clicking on a container in the packages view.static StringDOUBLE_CLICK_EXPANDSA string value used by the named preferenceDOUBLE_CLICK.static StringDOUBLE_CLICK_GOES_INTOA string value used by the named preferenceDOUBLE_CLICK.static StringEDITOR_ADD_JAVADOC_TAGSA named preference that controls whether the 'add JavaDoc tags' feature is enabled.static StringEDITOR_ALT_SHIFT_HOVERDeprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSstatic StringEDITOR_ANNOTATION_ROLL_OVERA named preference that controls whether annotation roll over is used or not.static StringEDITOR_BACKGROUND_COLORDeprecated.As of 3.1, replaced byAbstractTextEditor.PREFERENCE_COLOR_BACKGROUNDstatic StringEDITOR_BACKGROUND_DEFAULT_COLORDeprecated.As of 3.1, replaced byAbstractTextEditor.PREFERENCE_COLOR_BACKGROUND_SYSTEM_DEFAULTstatic StringEDITOR_BOLD_SUFFIXPreference key suffix for bold text style preference keys.static StringEDITOR_BOOKMARK_INDICATIONDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_BOOKMARK_INDICATION_COLORDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULERDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_BROWSER_LIKE_LINKSDeprecated.As of 3.1, replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINKS_ENABLEDstatic StringEDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIERDeprecated.As of 3.1, replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINK_KEY_MODIFIERstatic StringEDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER_MASKDeprecated.As of 3.1, replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINK_KEY_MODIFIER_MASKstatic StringEDITOR_CLOSE_BRACESA named preference that controls whether the 'close braces' feature is enabled.static StringEDITOR_CLOSE_BRACKETSA named preference that controls whether the 'close brackets' feature is enabled.static StringEDITOR_CLOSE_JAVADOCSA named preference that controls whether the 'close java docs' feature is enabled.static StringEDITOR_CLOSE_STRINGSA named preference that controls whether the 'close strings' feature is enabled.static StringEDITOR_CODEMINING_ENABLEDA named preference that controls whether codemining is enabled in the Java editor.static StringEDITOR_CORRECTION_INDICATIONA named preference that controls if correction indicators are shown in the UI.static StringEDITOR_CTRL_ALT_HOVERDeprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSstatic StringEDITOR_CTRL_ALT_SHIFT_HOVERDeprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSstatic StringEDITOR_CTRL_HOVERDeprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSstatic StringEDITOR_CTRL_SHIFT_HOVERDeprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSstatic StringEDITOR_CURRENT_LINEDeprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic StringEDITOR_CURRENT_LINE_COLORDeprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic StringEDITOR_DEFAULT_HOVERDeprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSstatic StringEDITOR_DEFAULT_HOVER_CONFIGURED_IDDeprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSstatic StringEDITOR_DISABLE_OVERWRITE_MODEDeprecated.as of 3.1 replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_DISABLE_OVERWRITE_MODEstatic StringEDITOR_ENCLOSING_BRACKETSA named preference that controls whether enclosing bracket matching highlighting is turned on or off.static StringEDITOR_ERROR_INDICATION_IN_OVERVIEW_RULERDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_ESCAPE_STRINGSA named preference that controls whether the 'escape strings' feature is enabled.static StringEDITOR_ESCAPE_STRINGS_NON_ASCIIA named preference that controls whether non-ascii characters are replaced by unicode escape sequences when the 'escape strings' feature is used.static StringEDITOR_EVALUTE_TEMPORARY_PROBLEMSA named preference that controls if temporary problems are evaluated and shown in the UI.static StringEDITOR_FIND_SCOPE_COLORDeprecated.As of 3.2, useAbstractTextEditor.PREFERENCE_COLOR_FIND_SCOPEinstead}static StringEDITOR_FOLDING_ENABLEDA named preference that controls whether folding is enabled in the Java editor.static StringEDITOR_FOLDING_HEADERSA named preference that stores the value for header comment folding for the default folding provider.static StringEDITOR_FOLDING_IMPORTSA named preference that stores the value for imports folding for the default folding provider.static StringEDITOR_FOLDING_INNERTYPESA named preference that stores the value for inner type folding for the default folding provider.static StringEDITOR_FOLDING_JAVADOCA named preference that stores the value for Javadoc folding for the default folding provider.static StringEDITOR_FOLDING_METHODSA named preference that stores the value for method folding for the default folding provider.static StringEDITOR_FOLDING_PROVIDERA named preference that stores the configured folding provider.static StringEDITOR_FOREGROUND_COLORDeprecated.As of 3.1, replaced byAbstractTextEditor.PREFERENCE_COLOR_FOREGROUNDstatic StringEDITOR_FOREGROUND_DEFAULT_COLORDeprecated.As of 3.1, replaced byAbstractTextEditor.PREFERENCE_COLOR_FOREGROUND_SYSTEM_DEFAULTstatic StringEDITOR_FORMAT_JAVADOCSA named preference that controls whether the 'format Javadoc tags' feature is enabled.static StringEDITOR_HIGHLIGHT_BRACKET_AT_CARET_LOCATIONA named preference that controls whether bracket at caret location is highlighted or not.static StringEDITOR_IMPORTS_ON_PASTEA named preference that controls whether 'paste' should update the imports.static StringEDITOR_ITALIC_SUFFIXPreference key suffix for italic text style preference keys.static StringEDITOR_JAVA_ANNOTATION_BOLDDeprecated.the annotation highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.ANNOTATIONstatic StringEDITOR_JAVA_ANNOTATION_COLORDeprecated.the annotation highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.ANNOTATIONstatic StringEDITOR_JAVA_ANNOTATION_ITALICDeprecated.the annotation highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.ANNOTATIONstatic StringEDITOR_JAVA_ANNOTATION_STRIKETHROUGHDeprecated.the annotation highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.ANNOTATIONstatic StringEDITOR_JAVA_ANNOTATION_UNDERLINEDeprecated.the annotation highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.ANNOTATIONstatic StringEDITOR_JAVA_BRACKET_BOLDA named preference that controls whether brackets are rendered in bold.static StringEDITOR_JAVA_BRACKET_COLORA named preference that holds the color used to render brackets.static StringEDITOR_JAVA_BRACKET_ITALICA named preference that controls whether brackets are rendered in italic.static StringEDITOR_JAVA_BRACKET_STRIKETHROUGHA named preference that controls whether brackets are rendered in strikethrough.static StringEDITOR_JAVA_BRACKET_UNDERLINEA named preference that controls whether brackets are rendered in underline.static StringEDITOR_JAVA_CODEMINING_PREFIXA named preference prefix for Java code mining preferences.static StringEDITOR_JAVA_CODEMINING_SHOW_CODEMINING_AT_LEAST_ONEA named preference that stores the value for "Only if there is at least one result".static StringEDITOR_JAVA_CODEMINING_SHOW_IMPLEMENTATIONSA named preference that stores the value for "Show implementations" codemining.static StringEDITOR_JAVA_CODEMINING_SHOW_PARAMETER_NAMESA named preference that stores the value for "Show parameter names" codemining.static StringEDITOR_JAVA_CODEMINING_SHOW_REFERENCESA named preference that stores the value for "Show references" codemining.static StringEDITOR_JAVA_CODEMINING_SHOW_REFERENCES_ON_FIELDSA named preference that stores the value for "Show references" on fields.static StringEDITOR_JAVA_CODEMINING_SHOW_REFERENCES_ON_METHODSA named preference that stores the value for "Show references" on methods.static StringEDITOR_JAVA_CODEMINING_SHOW_REFERENCES_ON_TYPESA named preference that stores the value for "Show references" on types.static StringEDITOR_JAVA_DEFAULT_BOLDA named preference that controls whether Java default text is rendered in bold.static StringEDITOR_JAVA_DEFAULT_COLORA named preference that holds the color used to render java default text.static StringEDITOR_JAVA_DEFAULT_ITALICA named preference that controls whether Java default text is rendered in italic.static StringEDITOR_JAVA_DEFAULT_STRIKETHROUGHA named preference that controls whether Java default text is rendered in strikethrough.static StringEDITOR_JAVA_DEFAULT_UNDERLINEA named preference that controls whether Java default text is rendered in underline.static StringEDITOR_JAVA_KEYWORD_BOLDA named preference that controls whether keywords are rendered in bold.static StringEDITOR_JAVA_KEYWORD_COLORA named preference that holds the color used to render java keywords.static StringEDITOR_JAVA_KEYWORD_ITALICA named preference that controls whether keywords are rendered in italic.static StringEDITOR_JAVA_KEYWORD_RETURN_BOLDA named preference that controls whether 'return' keyword is rendered in bold.static StringEDITOR_JAVA_KEYWORD_RETURN_COLORA named preference that holds the color used to render the 'return' keyword.static StringEDITOR_JAVA_KEYWORD_RETURN_ITALICA named preference that controls whether 'return' keyword is rendered in italic.static StringEDITOR_JAVA_KEYWORD_RETURN_STRIKETHROUGHA named preference that controls whether 'return' keyword is rendered in strikethrough.static StringEDITOR_JAVA_KEYWORD_RETURN_UNDERLINEA named preference that controls whether 'return' keyword is rendered in italic.static StringEDITOR_JAVA_KEYWORD_STRIKETHROUGHA named preference that controls whether keywords are rendered in strikethrough.static StringEDITOR_JAVA_KEYWORD_UNDERLINEA named preference that controls whether keywords are rendered in underline.static StringEDITOR_JAVA_METHOD_NAME_BOLDDeprecated.the method name highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.METHODstatic StringEDITOR_JAVA_METHOD_NAME_COLORDeprecated.the method name highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.METHODstatic StringEDITOR_JAVA_METHOD_NAME_ITALICDeprecated.the method name highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.METHODstatic StringEDITOR_JAVA_OPERATOR_BOLDA named preference that controls whether operators are rendered in bold.static StringEDITOR_JAVA_OPERATOR_COLORA named preference that holds the color used to render operators.static StringEDITOR_JAVA_OPERATOR_ITALICA named preference that controls whether operators are rendered in italic.static StringEDITOR_JAVA_OPERATOR_STRIKETHROUGHA named preference that controls whether operators are rendered in strikethrough.static StringEDITOR_JAVA_OPERATOR_UNDERLINEA named preference that controls whether operators are rendered in underline.static StringEDITOR_JAVADOC_DEFAULT_BOLDA named preference that controls whether javadoc default text is rendered in bold.static StringEDITOR_JAVADOC_DEFAULT_COLORA named preference that holds the color used to render javadoc default text.static StringEDITOR_JAVADOC_DEFAULT_ITALICA named preference that controls whether javadoc default text is rendered in italic.static StringEDITOR_JAVADOC_DEFAULT_STRIKETHROUGHA named preference that controls whether javadoc default text is rendered in strikethrough.static StringEDITOR_JAVADOC_DEFAULT_UNDERLINEA named preference that controls whether javadoc default text is rendered in underline.static StringEDITOR_JAVADOC_KEYWORD_BOLDA named preference that controls whether javadoc keywords are rendered in bold.static StringEDITOR_JAVADOC_KEYWORD_COLORA named preference that holds the color used to render javadoc keywords.static StringEDITOR_JAVADOC_KEYWORD_ITALICA named preference that controls whether javadoc keywords are rendered in italic.static StringEDITOR_JAVADOC_KEYWORD_STRIKETHROUGHA named preference that controls whether javadoc keywords are rendered in strikethrough.static StringEDITOR_JAVADOC_KEYWORD_UNDERLINEA named preference that controls whether javadoc keywords are rendered in underline.static StringEDITOR_JAVADOC_LINKS_BOLDA named preference that controls whether javadoc links are rendered in bold.static StringEDITOR_JAVADOC_LINKS_COLORA named preference that holds the color used to render javadoc links.static StringEDITOR_JAVADOC_LINKS_ITALICA named preference that controls whether javadoc links are rendered in italic.static StringEDITOR_JAVADOC_LINKS_STRIKETHROUGHA named preference that controls whether javadoc links are rendered in strikethrough.static StringEDITOR_JAVADOC_LINKS_UNDERLINEA named preference that controls whether javadoc links are rendered in underline.static StringEDITOR_JAVADOC_TAG_BOLDA named preference that controls whether javadoc tags are rendered in bold.static StringEDITOR_JAVADOC_TAG_COLORA named preference that holds the color used to render javadoc tags.static StringEDITOR_JAVADOC_TAG_ITALICA named preference that controls whether javadoc tags are rendered in italic.static StringEDITOR_JAVADOC_TAG_STRIKETHROUGHA named preference that controls whether javadoc tags are rendered in strikethrough.static StringEDITOR_JAVADOC_TAG_UNDERLINEA named preference that controls whether javadoc tags are rendered in underline.static StringEDITOR_LINE_NUMBER_RULERDeprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic StringEDITOR_LINE_NUMBER_RULER_COLORDeprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic StringEDITOR_LINK_COLORDeprecated.As of 3.1, replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINK_COLORstatic StringEDITOR_LINKED_POSITION_COLORDeprecated.not used any longer as the linked positions are displayed as annotationsstatic StringEDITOR_MARK_BREAK_CONTINUE_TARGETSA named preference that controls whether targets for ofbreakandcontinuestatements are marked.static StringEDITOR_MARK_CONSTANT_OCCURRENCESA named preference that controls whether constant (static final) occurrences are marked.static StringEDITOR_MARK_EXCEPTION_OCCURRENCESA named preference that controls whether exception occurrences are marked.static StringEDITOR_MARK_FIELD_OCCURRENCESA named preference that controls whether non-constant field occurrences are marked.static StringEDITOR_MARK_IMPLEMENTORSA named preference that controls whether method exit points are marked.static StringEDITOR_MARK_LOCAL_VARIABLE_OCCURRENCESA named preference that controls whether local variable occurrences are marked.static StringEDITOR_MARK_METHOD_EXIT_POINTSA named preference that controls whether method exit points are marked.static StringEDITOR_MARK_METHOD_OCCURRENCESA named preference that controls whether method occurrences are marked.static StringEDITOR_MARK_OCCURRENCESA named preference that controls whether occurrences are marked in the editor.static StringEDITOR_MARK_TYPE_OCCURRENCESA named preference that controls whether type occurrences are marked.static StringEDITOR_MATCHING_BRACKETSA named preference that controls whether bracket matching highlighting is turned on or off.static StringEDITOR_MATCHING_BRACKETS_COLORA named preference that holds the color used to highlight matching brackets.static StringEDITOR_MULTI_LINE_COMMENT_BOLDA named preference that controls whether multi-line comments are rendered in bold.static StringEDITOR_MULTI_LINE_COMMENT_COLORA named preference that holds the color used to render multi-line comments.static StringEDITOR_MULTI_LINE_COMMENT_ITALICA named preference that controls whether multi-line comments are rendered in italic.static StringEDITOR_MULTI_LINE_COMMENT_STRIKETHROUGHA named preference that controls whether multi-line comments are rendered in strikethrough.static StringEDITOR_MULTI_LINE_COMMENT_UNDERLINEA named preference that controls whether multi-line comments are rendered in underline.static StringEDITOR_NO_HOVER_CONFIGURED_IDDeprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSstatic StringEDITOR_NONE_HOVERDeprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSstatic StringEDITOR_OVERVIEW_RULERDeprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic StringEDITOR_PRINT_MARGINDeprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic StringEDITOR_PRINT_MARGIN_COLORDeprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic StringEDITOR_PRINT_MARGIN_COLUMNDeprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsstatic StringEDITOR_PROBLEM_INDICATIONDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_PROBLEM_INDICATION_COLORDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_QUICKASSIST_LIGHTBULBA named preference that controls if quick assist light bulbs are shown.static StringEDITOR_SEARCH_RESULT_INDICATIONDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_SEARCH_RESULT_INDICATION_COLORDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULERDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_SEMANTIC_HIGHLIGHTING_BOLD_SUFFIXA named preference suffix that controls if semantic highlighting has the text attribute bold.static StringEDITOR_SEMANTIC_HIGHLIGHTING_COLOR_SUFFIXA named preference suffix that controls a semantic highlighting's color.static StringEDITOR_SEMANTIC_HIGHLIGHTING_ENABLEDDeprecated.As of 3.1, this preference is not used or set any longer; seeSemanticHighlightings.affectsEnablement(IPreferenceStore, org.eclipse.jface.util.PropertyChangeEvent)static StringEDITOR_SEMANTIC_HIGHLIGHTING_ENABLED_SUFFIXA named preference suffix that controls if semantic highlighting is enabled.static StringEDITOR_SEMANTIC_HIGHLIGHTING_ITALIC_SUFFIXA named preference suffix that controls if semantic highlighting has the text attribute italic.static StringEDITOR_SEMANTIC_HIGHLIGHTING_PREFIXA named preference prefix for semantic highlighting preferences.static StringEDITOR_SEMANTIC_HIGHLIGHTING_STRIKETHROUGH_SUFFIXA named preference suffix that controls if semantic highlighting has the text attribute strikethrough.static StringEDITOR_SEMANTIC_HIGHLIGHTING_UNDERLINE_SUFFIXA named preference suffix that controls if semantic highlighting has the text attribute underline.static StringEDITOR_SHIFT_HOVERDeprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSstatic StringEDITOR_SHOW_HOVERA named preference that controls whether hover tool tips in the editor are turned on or off.static StringEDITOR_SHOW_SEGMENTSA named preference that controls if segmented view (show selected element only) is turned on or off.static StringEDITOR_SHOW_TEXT_HOVER_AFFORDANCEDeprecated.As of 3.3, replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_SHOW_TEXT_HOVER_AFFORDANCEstatic StringEDITOR_SINGLE_LINE_COMMENT_BOLDA named preference that controls whether single line comments are rendered in bold.static StringEDITOR_SINGLE_LINE_COMMENT_COLORA named preference that holds the color used to render single line comments.static StringEDITOR_SINGLE_LINE_COMMENT_ITALICA named preference that controls whether single line comments are rendered in italic.static StringEDITOR_SINGLE_LINE_COMMENT_STRIKETHROUGHA named preference that controls whether single line comments are rendered in strikethrough.static StringEDITOR_SINGLE_LINE_COMMENT_UNDERLINEA named preference that controls whether single line comments are rendered in underline.static StringEDITOR_SMART_BACKSPACEA named preference that controls the smart backspace behavior.static StringEDITOR_SMART_HOME_ENDDeprecated.as of 3.3 replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_SMART_HOME_ENDstatic StringEDITOR_SMART_INDENT_AFTER_NEWLINEA named preference that controls whether on Enter key the indentation should be smart or the same as previous line.static StringEDITOR_SMART_OPENING_BRACEA named preference that controls the "smart opening brace" smart typing handler.static StringEDITOR_SMART_PASTEA named preference that controls whether the 'smart paste' feature is enabled.static StringEDITOR_SMART_SEMICOLONA named preference that controls the "smart semicolon" smart typing handler.static StringEDITOR_SMART_TABA named preference that controls the smart tab behavior.static StringEDITOR_SOURCE_HOVER_BACKGROUND_COLORA named preference that holds the source hover background color.static StringEDITOR_SOURCE_HOVER_BACKGROUND_COLOR_SYSTEM_DEFAULTA named preference that tells whether to use the system default color (SWT.COLOR_INFO_BACKGROUND) for the source hover background color.static StringEDITOR_SPACES_FOR_TABSDeprecated.As of 3.1 replaced by the formatter setting defined inDefaultCodeFormatterConstants.FORMATTER_TAB_CHARstatic StringEDITOR_STICKY_OCCURRENCESA named preference that controls whether occurrences are sticky in the editor.static StringEDITOR_STRIKETHROUGH_SUFFIXPreference key suffix for strikethrough text style preference keys.static StringEDITOR_STRING_BOLDA named preference that controls whether string constants are rendered in bold.static StringEDITOR_STRING_COLORA named preference that holds the color used to render string constants.static StringEDITOR_STRING_ITALICA named preference that controls whether string constants are rendered in italic.static StringEDITOR_STRING_STRIKETHROUGHA named preference that controls whether string constants are rendered in strikethrough.static StringEDITOR_STRING_UNDERLINEA named preference that controls whether string constants are rendered in underline.static StringEDITOR_SUB_WORD_NAVIGATIONA named preference that controls whether the 'sub-word navigation' feature is enabled.static StringEDITOR_SYNC_OUTLINE_ON_CURSOR_MOVEA named preference that controls whether the outline view selection should stay in sync with with the element at the current cursor position.static StringEDITOR_TAB_WIDTHDeprecated.As of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_TAB_WIDTHstatic StringEDITOR_TASK_INDICATIONDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_TASK_INDICATION_COLORDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_TASK_INDICATION_IN_OVERVIEW_RULERDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_TASK_TAG_BOLDA named preference that controls whether task tags are rendered in bold.static StringEDITOR_TASK_TAG_COLORA named preference that holds the color used to render task tags.static StringEDITOR_TASK_TAG_ITALICA named preference that controls whether task tags are rendered in italic.static StringEDITOR_TASK_TAG_STRIKETHROUGHA named preference that controls whether task tags are rendered in strikethrough.static StringEDITOR_TASK_TAG_UNDERLINEA named preference that controls whether task tags are rendered in underline.static StringEDITOR_TEXT_FONTThe symbolic font name for the Java editor text font (value"org.eclipse.jdt.ui.editors.textfont").static StringEDITOR_TEXT_HOVER_MODIFIER_MASKSA named preference that defines the key for the hover modifier state masks.static StringEDITOR_TEXT_HOVER_MODIFIERSA named preference that defines the key for the hover modifiers.static StringEDITOR_UNDERLINE_SUFFIXPreference key suffix for underline text style preference keys.static StringEDITOR_UNKNOWN_INDICATIONDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_UNKNOWN_INDICATION_COLORDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULERDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_WARNING_INDICATIONDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_WARNING_INDICATION_COLORDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_WARNING_INDICATION_IN_OVERVIEW_RULERDeprecated.as of 3.0 replaced byMarkerAnnotationPreferencesstatic StringEDITOR_WRAP_STRINGSA named preference that controls whether the 'wrap strings' feature is enabled.static StringFORMATTER_COMMENT_CLEARBLANKLINESDeprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINESstatic StringFORMATTER_COMMENT_FORMATDeprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMATstatic StringFORMATTER_COMMENT_FORMATHEADERDeprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HEADERstatic StringFORMATTER_COMMENT_FORMATHTMLDeprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HTMLstatic StringFORMATTER_COMMENT_FORMATSOURCEDeprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_SOURCEstatic StringFORMATTER_COMMENT_INDENTPARAMETERDESCRIPTIONDeprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTIONstatic StringFORMATTER_COMMENT_INDENTROOTTAGSDeprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_ROOT_TAGSstatic StringFORMATTER_COMMENT_LINELENGTHDeprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_LINE_LENGTHstatic StringFORMATTER_COMMENT_NEWLINEFORPARAMETERDeprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_INSERT_NEW_LINE_FOR_PARAMETERstatic StringFORMATTER_COMMENT_SEPARATEROOTTAGSDeprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_INSERT_EMPTY_LINE_BEFORE_ROOT_TAGSstatic StringFORMATTER_PROFILEA named preference that controls which profile is used by the code formatter.static StringID_BESTMATCH_HOVERThe id of the best match hover contributed for extension pointjavaEditorTextHovers.static StringID_JAVADOC_HOVERThe id of the javadoc hover contributed for extension pointjavaEditorTextHovers.static StringID_PROBLEM_HOVERDeprecated.as of 3.0, this hover is no longer availablestatic StringID_SOURCE_HOVERThe id of the source code hover contributed for extension pointjavaEditorTextHovers.static StringJAVADOC_COMMANDA named preference that holds the path of the Javadoc command used by the Javadoc creation wizard.static StringLINK_BROWSING_MEMBERS_TO_EDITORA named preference that controls whether the members view's selection is linked to the active editor.static StringLINK_BROWSING_PACKAGES_TO_EDITORA named preference that controls whether the packages view's selection is linked to the active editor.static StringLINK_BROWSING_PROJECTS_TO_EDITORA named preference that controls whether the projects view's selection is linked to the active editor.static StringLINK_BROWSING_TYPES_TO_EDITORA named preference that controls whether the types view's selection is linked to the active editor.static StringLINK_PACKAGES_TO_EDITORDeprecated.Since 3.3.static StringLINK_TYPEHIERARCHY_TO_EDITORDeprecated.Since 3.3.static StringNEWPROJECT_JRELIBRARY_INDEXA named preferences that specifies the current active JRE library.static StringNEWPROJECT_JRELIBRARY_LISTA named preference that holds a list of possible JRE libraries used by the New Java Project wizard.static StringOPEN_TYPE_HIERARCHYA named preference that controls if a new type hierarchy gets opened in a new type hierarchy perspective or inside the type hierarchy view part.static StringOPEN_TYPE_HIERARCHY_IN_PERSPECTIVEA string value used by the named preferenceOPEN_TYPE_HIERARCHY.static StringOPEN_TYPE_HIERARCHY_IN_VIEW_PARTA string value used by the named preferenceOPEN_TYPE_HIERARCHY.static StringORGIMPORTS_IGNORELOWERCASEA named preferences that controls if types that start with a lower case letters get added by the "Organize Import" operation.static StringORGIMPORTS_IMPORTORDERA named preference that holds a list of semicolon separated package names.static StringORGIMPORTS_ONDEMANDTHRESHOLDA named preference that specifies the number of imports added before a star-import declaration is used.static StringORGIMPORTS_STATIC_ONDEMANDTHRESHOLDA named preference that specifies the number of static imports added before a star-import declaration is used.static StringPREF_ANONYMOUS_EXPAND_WITH_CONSTRUCTORSA named preference that controls whether methods from anonymous types are by default expanded with constructors in the Call Hierarchy.static StringPREF_CHAIN_IGNORED_TYPESA named preference that stores a '|' separated list of types to exclude from chain completion processing.static StringPREF_CHAIN_TIMEOUTA named preference that stores the amount of time (in seconds) to allow for chain completion processing.static StringPREF_DEFAULT_EXPAND_WITH_CONSTRUCTORS_MEMBERSA named preference that holds the methods or types whose methods are by default expanded with constructors in the Call Hierarchy.static StringPREF_MAX_CHAIN_LENGTHA named preference that stores the maximum number of chain sequences for a given completion.static StringPREF_MAX_CHAINSA named preference that stores the maximum number of chain completions to be proposed at one time.static StringPREF_MIN_CHAIN_LENGTHA named preference that stores the minimum number of chain sequences for a given completion.static StringPROPERTIES_FILE_COLORING_ARGUMENTA named preference that holds the color used to render arguments in a properties file.static StringPROPERTIES_FILE_COLORING_ARGUMENT_BOLDA named preference that controls whether arguments in a properties file are rendered in bold.static StringPROPERTIES_FILE_COLORING_ARGUMENT_ITALICA named preference that controls whether arguments in a properties file are rendered in italic.static StringPROPERTIES_FILE_COLORING_ARGUMENT_STRIKETHROUGHA named preference that controls whether arguments in a properties file are rendered in strikethrough.static StringPROPERTIES_FILE_COLORING_ARGUMENT_UNDERLINEA named preference that controls whether arguments in a properties file are rendered in underline.static StringPROPERTIES_FILE_COLORING_ASSIGNMENTA named preference that holds the color used to render assignments in a properties file.static StringPROPERTIES_FILE_COLORING_ASSIGNMENT_BOLDA named preference that controls whether assignments in a properties file are rendered in bold.static StringPROPERTIES_FILE_COLORING_ASSIGNMENT_ITALICA named preference that controls whether assignments in a properties file are rendered in italic.static StringPROPERTIES_FILE_COLORING_ASSIGNMENT_STRIKETHROUGHA named preference that controls whether assignments in a properties file are rendered in strikethrough.static StringPROPERTIES_FILE_COLORING_ASSIGNMENT_UNDERLINEA named preference that controls whether assignments in a properties file are rendered in underline.static StringPROPERTIES_FILE_COLORING_COMMENTA named preference that holds the color used to render comments in a properties file.static StringPROPERTIES_FILE_COLORING_COMMENT_BOLDA named preference that controls whether comments in a properties file are rendered in bold.static StringPROPERTIES_FILE_COLORING_COMMENT_ITALICA named preference that controls whether comments in a properties file are rendered in italic.static StringPROPERTIES_FILE_COLORING_COMMENT_STRIKETHROUGHA named preference that controls whether comments in a properties file are rendered in strikethrough.static StringPROPERTIES_FILE_COLORING_COMMENT_UNDERLINEA named preference that controls whether comments in a properties file are rendered in underline.static StringPROPERTIES_FILE_COLORING_KEYA named preference that holds the color used to render keys in a properties file.static StringPROPERTIES_FILE_COLORING_KEY_BOLDA named preference that controls whether keys in a properties file are rendered in bold.static StringPROPERTIES_FILE_COLORING_KEY_ITALICA named preference that controls whether keys in a properties file are rendered in italic.static StringPROPERTIES_FILE_COLORING_KEY_STRIKETHROUGHA named preference that controls whether keys in a properties file are rendered in strikethrough.static StringPROPERTIES_FILE_COLORING_KEY_UNDERLINEA named preference that controls whether keys in a properties file are rendered in underline.static StringPROPERTIES_FILE_COLORING_VALUEA named preference that holds the color used to render values in a properties file.static StringPROPERTIES_FILE_COLORING_VALUE_BOLDA named preference that controls whether values in a properties file are rendered in bold.static StringPROPERTIES_FILE_COLORING_VALUE_ITALICA named preference that controls whether values in a properties file are rendered in italic.static StringPROPERTIES_FILE_COLORING_VALUE_STRIKETHROUGHA named preference that controls whether values in a properties file are rendered in strikethrough.static StringPROPERTIES_FILE_COLORING_VALUE_UNDERLINEA named preference that controls whether values in a properties file are rendered in underline.static StringPROPERTIES_FILE_EDITOR_TEXT_FONTThe symbolic font name for the Java properties file editor text font (value"org.eclipse.jdt.ui.PropertiesFileEditor.textfont").static StringREFACTOR_ERROR_PAGE_SEVERITY_THRESHOLDDeprecated.static StringREFACTOR_ERROR_SEVERITYDeprecated.Use constantRefactoringStatus.ERRORstatic StringREFACTOR_FATAL_SEVERITYDeprecated.Use constantRefactoringStatus.FATALstatic StringREFACTOR_INFO_SEVERITYDeprecated.Use constantRefactoringStatus.INFOstatic StringREFACTOR_LIGHTWEIGHTA named preference that controls whether certain refactorings use a lightweight UI when started from a Java editor.static StringREFACTOR_OK_SEVERITYDeprecated.Use constantRefactoringStatus.OKstatic StringREFACTOR_SAVE_ALL_EDITORSA named preference that controls whether all dirty editors are automatically saved before a refactoring is executed.static StringREFACTOR_WARNING_SEVERITYDeprecated.Use constantRefactoringStatus.WARNINGstatic StringSEARCH_USE_REDUCED_MENUA named preference that controls a reduced search menu is used in the Java editors.static StringSHOW_CU_CHILDRENA named preference that specifies whether children of a compilation unit are shown in the package explorer.static StringSPELLING_CHECK_SPELLINGDeprecated.static StringSPELLING_ENABLE_CONTENTASSISTA named preference that specifies whether spelling dictionaries are available to content assist.static StringSPELLING_IGNORE_AMPERSAND_IN_PROPERTIESA named preference that controls whether '&' in Java properties files are ignored.static StringSPELLING_IGNORE_DIGITSA named preference that controls whether words containing digits should be skipped during spell checking.static StringSPELLING_IGNORE_JAVA_STRINGSA named preference that controls whether Java strings should be ignored during spell checking.static StringSPELLING_IGNORE_MIXEDA named preference that controls whether mixed case words should be skipped during spell checking.static StringSPELLING_IGNORE_NON_LETTERSA named preference that controls whether non-letters at word boundaries should be ignored during spell checking.static StringSPELLING_IGNORE_SENTENCEA named preference that controls whether sentence capitalization should be ignored during spell checking.static StringSPELLING_IGNORE_SINGLE_LETTERSA named preference that controls whether single letters should be ignored during spell checking.static StringSPELLING_IGNORE_UPPERA named preference that controls whether upper case words should be skipped during spell checking.static StringSPELLING_IGNORE_URLSA named preference that controls whether URLs should be ignored during spell checking.static StringSPELLING_LOCALEA named preference that controls the locale used for spell checking.static StringSPELLING_PROBLEMS_THRESHOLDA named preference that controls the maximum number of problems reported during spell checking.static StringSPELLING_PROPOSAL_THRESHOLDA named preference that controls the number of proposals offered during spell checking.static StringSPELLING_USER_DICTIONARYA named preference that specifies the workspace user dictionary.static StringSPELLING_USER_DICTIONARY_ENCODINGA named preference that specifies encoding of the workspace user dictionary.static StringSRCBIN_BINNAMEA named preference that specifies the output folder name used when creating a new Java project.static StringSRCBIN_FOLDERS_IN_NEWPROJA named preference that controls whether new projects are generated using source and output folder.static StringSRCBIN_SRCNAMEA named preference that specifies the source folder name used when creating a new Java project.static StringTEMPLATES_USE_CODEFORMATTERA named preference that controls if templates are formatted when applied.static StringTYPEFILTER_DISABLEDA named preference that holds a list of semicolon separated fully qualified type names with wild card characters.static StringTYPEFILTER_ENABLEDA named preference that holds a list of semicolon separated fully qualified type names with wild card characters.static StringUPDATE_JAVA_VIEWSDeprecated.Since 3.0, views now always update while editingstatic StringUPDATE_ON_SAVEDeprecated.Since 3.0, views now always update while editingstatic StringUPDATE_WHILE_EDITINGDeprecated.Since 3.0, views now always update while editing
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IClasspathEntry[]decodeJRELibraryClasspathEntries(String encodedLibrary)Decodes an encoded JRE library and returns its class path entries.static StringdecodeJRELibraryDescription(String encodedLibrary)Decodes an encoded JRE library and returns its description string.static StringencodeJRELibrary(String description, IClasspathEntry[] entries)Encodes a JRE library to be used in the named preferenceNEWPROJECT_JRELIBRARY_LIST.static IClasspathEntry[]getDefaultJRELibrary()Returns the current configuration for the JRE to be used as default in new Java projects.static String[]getExcludedCompletionProposalCategories()Returns the completion proposal categories which are excluded from the default proposal list.static StringgetPreference(String key, IJavaProject project)Returns the value for the given key in the given context.static IPreferenceStoregetPreferenceStore()Returns the JDT-UI preference store.static voidinitializeDefaultValues(IPreferenceStore store)Initializes the given preference store with the default values.static voidsetExcludedCompletionProposalCategories(String[] categories)Sets the completion proposal categories which are excluded from the default proposal list and reloads the registry.
-
-
-
Field Detail
-
APPEARANCE_METHOD_RETURNTYPE
public static final String APPEARANCE_METHOD_RETURNTYPE
A named preference that controls return type rendering of methods in the UI.Value is of type
Boolean: iftruereturn types are rendered- See Also:
- Constant Field Values
-
APPEARANCE_METHOD_TYPEPARAMETERS
public static final String APPEARANCE_METHOD_TYPEPARAMETERS
A named preference that controls type parameter rendering of methods in the UI.Value is of type
Boolean: iftruereturn types are rendered- Since:
- 3.1
- See Also:
- Constant Field Values
-
APPEARANCE_OVERRIDE_INDICATOR
@Deprecated public static final String APPEARANCE_OVERRIDE_INDICATOR
Deprecated.Override Indicator is now controlled on the platform's decorator preference pageA named preference that controls if override indicators are rendered in the UI.Value is of type
Boolean: iftrueoverride indicators are rendered- See Also:
- Constant Field Values
-
EDITOR_QUICKASSIST_LIGHTBULB
public static final String EDITOR_QUICKASSIST_LIGHTBULB
A named preference that controls if quick assist light bulbs are shown.Value is of type
Boolean: iftruelight bulbs are shown for quick assists.- Since:
- 3.0
- See Also:
- Constant Field Values
-
APPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEW
public static final String APPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEW
A named preference that defines the pattern used for package name compression.Value is of type
String. For example for the given package name 'org.eclipse.jdt' pattern '.' will compress it to '..jdt', '1~' to 'o~.e~.jdt'.- See Also:
- Constant Field Values
-
APPEARANCE_COMPRESS_PACKAGE_NAMES
public static final String APPEARANCE_COMPRESS_PACKAGE_NAMES
A named preference that controls if package name compression is turned on or off.Value is of type
Boolean.
-
APPEARANCE_PKG_NAME_ABBREVIATION_PATTERN_FOR_PKG_VIEW
public static final String APPEARANCE_PKG_NAME_ABBREVIATION_PATTERN_FOR_PKG_VIEW
A named preference that defines the patterns used for package name abbreviation.Value is of type
String. Value is a newline separated list of packagePrefix=abbreviation pairs. For example, a pattern of 'javax.management=<JMX>' will abbreviate 'javax.management.monitor' to '<JMX>.monitor'. A '#' at the beginning of a line disables an entry.- Since:
- 3.7
- See Also:
- Constant Field Values
-
APPEARANCE_ABBREVIATE_PACKAGE_NAMES
public static final String APPEARANCE_ABBREVIATE_PACKAGE_NAMES
A named preference that controls if package name abbreviation is turned on or off.Value is of type
Boolean.- Since:
- 3.7
- See Also:
APPEARANCE_PKG_NAME_ABBREVIATION_PATTERN_FOR_PKG_VIEW, Constant Field Values
-
APPEARANCE_FOLD_PACKAGES_IN_PACKAGE_EXPLORER
public static final String APPEARANCE_FOLD_PACKAGES_IN_PACKAGE_EXPLORER
A named preference that controls if empty inner packages are folded in the hierarchical mode of the package explorer.Value is of type
Boolean: iftrueempty inner packages are folded.- Since:
- 2.1
- See Also:
- Constant Field Values
-
APPEARANCE_SORT_LIBRARY_ENTRIES_BY_NAME
public static final String APPEARANCE_SORT_LIBRARY_ENTRIES_BY_NAME
A named preference that controls if entries of library containers are sorted alphabetically.Value is of type
Boolean: iftrueentries are sorted alphabetically, otherwise by their occurance order.- Since:
- 3.14
- See Also:
- Constant Field Values
-
APPEARANCE_MEMBER_SORT_ORDER
public static final String APPEARANCE_MEMBER_SORT_ORDER
A named preference that defines how member elements are ordered by the Java views using theJavaElementSorter.Value is of type
String: A comma separated list of the following entries. Each entry must be in the list, no duplication. List order defines the sort order.- T: Types
- C: Constructors
- I: Initializers
- M: Methods
- F: Fields
- SI: Static Initializers
- SM: Static Methods
- SF: Static Fields
- Since:
- 2.1
- See Also:
- Constant Field Values
-
APPEARANCE_VISIBILITY_SORT_ORDER
public static final String APPEARANCE_VISIBILITY_SORT_ORDER
A named preference that defines how member elements are ordered by visibility in the Java views using theJavaElementSorter.Value is of type
String: A comma separated list of the following entries. Each entry must be in the list, no duplication. List order defines the sort order.- B: Public
- V: Private
- R: Protected
- D: Default
- Since:
- 3.0
- See Also:
- Constant Field Values
-
APPEARANCE_ENABLE_VISIBILITY_SORT_ORDER
public static final String APPEARANCE_ENABLE_VISIBILITY_SORT_ORDER
A named preferences that controls if Java elements are also sorted by visibility.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
APPEARANCE_CATEGORY
public static final String APPEARANCE_CATEGORY
A named preference that controls category rendering of Java elements in the UI.Value is of type
Boolean: iftruecategory is rendered- Since:
- 3.2
- See Also:
- Constant Field Values
-
APPEARANCE_JAVADOC_FONT
public static final String APPEARANCE_JAVADOC_FONT
The symbolic font name for the font used to display Javadoc (value"org.eclipse.jdt.ui.javadocfont").- Since:
- 3.3
- See Also:
- Constant Field Values
-
CODEGEN_USE_GETTERSETTER_PREFIX
@Deprecated public static final String CODEGEN_USE_GETTERSETTER_PREFIX
Deprecated.Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)A named preference that controls if prefix removal during setter/getter generation is turned on or off.Value is of type
Boolean.- See Also:
- Constant Field Values
-
CODEGEN_GETTERSETTER_PREFIX
@Deprecated public static final String CODEGEN_GETTERSETTER_PREFIX
Deprecated.Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)A named preference that holds a list of prefixes to be removed from a local variable to compute setter and getter names.Value is of type
String: comma separated list of prefixed- See Also:
- Constant Field Values
-
CODEGEN_USE_GETTERSETTER_SUFFIX
@Deprecated public static final String CODEGEN_USE_GETTERSETTER_SUFFIX
Deprecated.Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)A named preference that controls if suffix removal during setter/getter generation is turned on or off.Value is of type
Boolean.- See Also:
- Constant Field Values
-
CODEGEN_GETTERSETTER_SUFFIX
@Deprecated public static final String CODEGEN_GETTERSETTER_SUFFIX
Deprecated.Use setting from JavaCore preference store (key JavaCore. CODEASSIST_FIELD_SUFFIXES and CODEASSIST_STATIC_FIELD_SUFFIXES)A named preference that holds a list of suffixes to be removed from a local variable to compute setter and getter names.Value is of type
String: comma separated list of suffixes- See Also:
- Constant Field Values
-
CODEGEN_KEYWORD_THIS
public static final String CODEGEN_KEYWORD_THIS
A named preference that controls whether the keyword "this" will be added automatically to field accesses in generated methods.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
CODEGEN_IS_FOR_GETTERS
public static final String CODEGEN_IS_FOR_GETTERS
A named preference that controls whether automatically created getters which return a boolean field should start with "is" or should be prefixed with "get".If
trueand if the field starts with "is" then the created getter name will not be additionally prefixed and "is" will not be part of the setter name.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
CODEGEN_EXCEPTION_VAR_NAME
public static final String CODEGEN_EXCEPTION_VAR_NAME
A named preference that defines the preferred variable names for exceptions in catch clauses.Value is of type
String.- Since:
- 3.0
- See Also:
- Constant Field Values
-
CODEGEN_ADD_COMMENTS
public static final String CODEGEN_ADD_COMMENTS
A named preference that controls if comment stubs will be added automatically to newly created types and methods.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
CODEGEN__JAVADOC_STUBS
@Deprecated public static final String CODEGEN__JAVADOC_STUBS
Deprecated.Use CODEGEN_ADD_COMMENTS instead (Name is more precise).A named preference that controls if a comment stubs will be added automatically to newly created types and methods.Value is of type
Boolean.- See Also:
- Constant Field Values
-
CODEGEN__NON_JAVADOC_COMMENTS
@Deprecated public static final String CODEGEN__NON_JAVADOC_COMMENTS
Deprecated.New code template story: user can specify the overriding method comment.A named preference that controls if a non-javadoc comment gets added to methods generated via the "Override Methods" operation.Value is of type
Boolean.- See Also:
- Constant Field Values
-
CODEGEN__FILE_COMMENTS
@Deprecated public static final String CODEGEN__FILE_COMMENTS
Deprecated.New code template story: user can specify the new file code template.A named preference that controls if a file comment gets added to newly created files.Value is of type
Boolean.- See Also:
- Constant Field Values
-
CODEGEN_USE_OVERRIDE_ANNOTATION
public static final String CODEGEN_USE_OVERRIDE_ANNOTATION
A named preference that controls whether to add a override annotation for newly created methodsValue is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
TYPEFILTER_ENABLED
public static final String TYPEFILTER_ENABLED
A named preference that holds a list of semicolon separated fully qualified type names with wild card characters.- Since:
- 3.0
- See Also:
- Constant Field Values
-
TYPEFILTER_DISABLED
public static final String TYPEFILTER_DISABLED
A named preference that holds a list of semicolon separated fully qualified type names with wild card characters.- Since:
- 3.0
- See Also:
- Constant Field Values
-
ORGIMPORTS_IMPORTORDER
public static final String ORGIMPORTS_IMPORTORDER
A named preference that holds a list of semicolon separated package names. The list specifies the import order used by the "Organize Imports" operation.Value is of type
String: semicolon separated list of package names- See Also:
- Constant Field Values
-
ORGIMPORTS_ONDEMANDTHRESHOLD
public static final String ORGIMPORTS_ONDEMANDTHRESHOLD
A named preference that specifies the number of imports added before a star-import declaration is used.Value is of type
Integer: positive value specifying the number of non star-import is used- See Also:
- Constant Field Values
-
ORGIMPORTS_STATIC_ONDEMANDTHRESHOLD
public static final String ORGIMPORTS_STATIC_ONDEMANDTHRESHOLD
A named preference that specifies the number of static imports added before a star-import declaration is used.Value is of type
Integer: positive value specifying the number of non star-import is used- Since:
- 3.2
- See Also:
- Constant Field Values
-
ORGIMPORTS_IGNORELOWERCASE
public static final String ORGIMPORTS_IGNORELOWERCASE
A named preferences that controls if types that start with a lower case letters get added by the "Organize Import" operation.Value is of type
Boolean.- See Also:
- Constant Field Values
-
SHOW_CU_CHILDREN
public static final String SHOW_CU_CHILDREN
A named preference that specifies whether children of a compilation unit are shown in the package explorer.Value is of type
Boolean.- See Also:
- Constant Field Values
-
LINK_PACKAGES_TO_EDITOR
@Deprecated public static final String LINK_PACKAGES_TO_EDITOR
Deprecated.Since 3.3. Not used anymore. Package view always restores with the last recently used setting.A named preference that controls whether the package explorer's selection is linked to the active editor.Value is of type
Boolean.- See Also:
- Constant Field Values
-
LINK_TYPEHIERARCHY_TO_EDITOR
@Deprecated public static final String LINK_TYPEHIERARCHY_TO_EDITOR
Deprecated.Since 3.3. Not used anymore. Type hierarchy view always restores with the last recently used setting.A named preference that controls whether the hierarchy view's selection is linked to the active editor.Value is of type
Boolean.- See Also:
- Constant Field Values
-
LINK_BROWSING_PROJECTS_TO_EDITOR
public static final String LINK_BROWSING_PROJECTS_TO_EDITOR
A named preference that controls whether the projects view's selection is linked to the active editor.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
LINK_BROWSING_PACKAGES_TO_EDITOR
public static final String LINK_BROWSING_PACKAGES_TO_EDITOR
A named preference that controls whether the packages view's selection is linked to the active editor.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
LINK_BROWSING_TYPES_TO_EDITOR
public static final String LINK_BROWSING_TYPES_TO_EDITOR
A named preference that controls whether the types view's selection is linked to the active editor.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
LINK_BROWSING_MEMBERS_TO_EDITOR
public static final String LINK_BROWSING_MEMBERS_TO_EDITOR
A named preference that controls whether the members view's selection is linked to the active editor.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
SRCBIN_FOLDERS_IN_NEWPROJ
public static final String SRCBIN_FOLDERS_IN_NEWPROJ
A named preference that controls whether new projects are generated using source and output folder.Value is of type
Boolean. iftruenew projects are created with a source and output folder. Iffalsesource and output folder equals to the project.- See Also:
- Constant Field Values
-
SRCBIN_SRCNAME
public static final String SRCBIN_SRCNAME
A named preference that specifies the source folder name used when creating a new Java project. Value is inactive ifSRCBIN_FOLDERS_IN_NEWPROJis set tofalse.Value is of type
String.- See Also:
SRCBIN_FOLDERS_IN_NEWPROJ, Constant Field Values
-
SRCBIN_BINNAME
public static final String SRCBIN_BINNAME
A named preference that specifies the output folder name used when creating a new Java project. Value is inactive ifSRCBIN_FOLDERS_IN_NEWPROJis set tofalse.Value is of type
String.- See Also:
SRCBIN_FOLDERS_IN_NEWPROJ, Constant Field Values
-
NEWPROJECT_JRELIBRARY_LIST
public static final String NEWPROJECT_JRELIBRARY_LIST
A named preference that holds a list of possible JRE libraries used by the New Java Project wizard. A library consists of a description and an arbitrary number ofIClasspathEntrys, that will represent the JRE on the new project's class path.Value is of type
String: a semicolon separated list of encoded JRE libraries.NEWPROJECT_JRELIBRARY_INDEXdefines the currently used library. Clients should use the methodencodeJRELibraryto encode a JRE library into a string and the methodsdecodeJRELibraryDescription(String)anddecodeJRELibraryClasspathEntries(String)to decode the description and the array of class path entries from an encoded string.
-
NEWPROJECT_JRELIBRARY_INDEX
public static final String NEWPROJECT_JRELIBRARY_INDEX
A named preferences that specifies the current active JRE library.Value is of type
Integer: an index into the list of possible JRE libraries.- See Also:
NEWPROJECT_JRELIBRARY_LIST, Constant Field Values
-
OPEN_TYPE_HIERARCHY
public static final String OPEN_TYPE_HIERARCHY
A named preference that controls if a new type hierarchy gets opened in a new type hierarchy perspective or inside the type hierarchy view part.Value is of type
String: possible values areOPEN_TYPE_HIERARCHY_IN_PERSPECTIVEorOPEN_TYPE_HIERARCHY_IN_VIEW_PART.
-
OPEN_TYPE_HIERARCHY_IN_PERSPECTIVE
public static final String OPEN_TYPE_HIERARCHY_IN_PERSPECTIVE
A string value used by the named preferenceOPEN_TYPE_HIERARCHY.- See Also:
OPEN_TYPE_HIERARCHY, Constant Field Values
-
OPEN_TYPE_HIERARCHY_IN_VIEW_PART
public static final String OPEN_TYPE_HIERARCHY_IN_VIEW_PART
A string value used by the named preferenceOPEN_TYPE_HIERARCHY.- See Also:
OPEN_TYPE_HIERARCHY, Constant Field Values
-
DOUBLE_CLICK
public static final String DOUBLE_CLICK
A named preference that controls the behavior when double clicking on a container in the packages view.Value is of type
String: possible values areDOUBLE_CLICK_GOES_INTOorDOUBLE_CLICK_EXPANDS.
-
DOUBLE_CLICK_GOES_INTO
public static final String DOUBLE_CLICK_GOES_INTO
A string value used by the named preferenceDOUBLE_CLICK.- See Also:
DOUBLE_CLICK, Constant Field Values
-
DOUBLE_CLICK_EXPANDS
public static final String DOUBLE_CLICK_EXPANDS
A string value used by the named preferenceDOUBLE_CLICK.- See Also:
DOUBLE_CLICK, Constant Field Values
-
UPDATE_JAVA_VIEWS
@Deprecated public static final String UPDATE_JAVA_VIEWS
Deprecated.Since 3.0, views now always update while editingA named preference that controls whether Java views update their presentation while editing or when saving the content of an editor.Value is of type
String: possible values areUPDATE_ON_SAVEorUPDATE_WHILE_EDITING.- See Also:
UPDATE_ON_SAVE,UPDATE_WHILE_EDITING, Constant Field Values
-
UPDATE_ON_SAVE
@Deprecated public static final String UPDATE_ON_SAVE
Deprecated.Since 3.0, views now always update while editingA string value used by the named preferenceUPDATE_JAVA_VIEWS- See Also:
UPDATE_JAVA_VIEWS, Constant Field Values
-
UPDATE_WHILE_EDITING
@Deprecated public static final String UPDATE_WHILE_EDITING
Deprecated.Since 3.0, views now always update while editingA string value used by the named preferenceUPDATE_JAVA_VIEWS- See Also:
UPDATE_JAVA_VIEWS, Constant Field Values
-
JAVADOC_COMMAND
public static final String JAVADOC_COMMAND
A named preference that holds the path of the Javadoc command used by the Javadoc creation wizard.Value is of type
String.- See Also:
- Constant Field Values
-
EDITOR_SHOW_TEXT_HOVER_AFFORDANCE
@Deprecated public static final String EDITOR_SHOW_TEXT_HOVER_AFFORDANCE
Deprecated.As of 3.3, replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_SHOW_TEXT_HOVER_AFFORDANCEA named preference that defines whether the hint to make hover sticky should be shown.- Since:
- 3.0
- See Also:
JavaUI, Constant Field Values
-
EDITOR_TEXT_HOVER_MODIFIERS
public static final String EDITOR_TEXT_HOVER_MODIFIERS
A named preference that defines the key for the hover modifiers.- Since:
- 2.1
- See Also:
JavaUI, Constant Field Values
-
EDITOR_TEXT_HOVER_MODIFIER_MASKS
public static final String EDITOR_TEXT_HOVER_MODIFIER_MASKS
A named preference that defines the key for the hover modifier state masks. The value is only used if the value ofEDITOR_TEXT_HOVER_MODIFIERScannot be resolved to valid SWT modifier bits.- Since:
- 2.1.1
- See Also:
JavaUI,EDITOR_TEXT_HOVER_MODIFIERS, Constant Field Values
-
ID_BESTMATCH_HOVER
public static final String ID_BESTMATCH_HOVER
The id of the best match hover contributed for extension pointjavaEditorTextHovers.- Since:
- 2.1
- See Also:
- Constant Field Values
-
ID_SOURCE_HOVER
public static final String ID_SOURCE_HOVER
The id of the source code hover contributed for extension pointjavaEditorTextHovers.- Since:
- 2.1
- See Also:
- Constant Field Values
-
ID_JAVADOC_HOVER
public static final String ID_JAVADOC_HOVER
The id of the javadoc hover contributed for extension pointjavaEditorTextHovers.- Since:
- 2.1
- See Also:
- Constant Field Values
-
ID_PROBLEM_HOVER
@Deprecated public static final String ID_PROBLEM_HOVER
Deprecated.as of 3.0, this hover is no longer availableThe id of the problem hover contributed for extension pointjavaEditorTextHovers.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_MATCHING_BRACKETS
public static final String EDITOR_MATCHING_BRACKETS
A named preference that controls whether bracket matching highlighting is turned on or off.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_HIGHLIGHT_BRACKET_AT_CARET_LOCATION
public static final String EDITOR_HIGHLIGHT_BRACKET_AT_CARET_LOCATION
A named preference that controls whether bracket at caret location is highlighted or not.Value is of type
Boolean.- Since:
- 3.8
- See Also:
- Constant Field Values
-
EDITOR_ENCLOSING_BRACKETS
public static final String EDITOR_ENCLOSING_BRACKETS
A named preference that controls whether enclosing bracket matching highlighting is turned on or off.Value is of type
Boolean.- Since:
- 3.8
- See Also:
- Constant Field Values
-
EDITOR_MATCHING_BRACKETS_COLOR
public static final String EDITOR_MATCHING_BRACKETS_COLOR
A named preference that holds the color used to highlight matching brackets.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_CURRENT_LINE
@Deprecated public static final String 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 is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_CURRENT_LINE_COLOR
@Deprecated public static final String EDITOR_CURRENT_LINE_COLOR
Deprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsA 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 classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_PRINT_MARGIN
@Deprecated public static final String EDITOR_PRINT_MARGIN
Deprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsA 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
@Deprecated public static final String EDITOR_PRINT_MARGIN_COLOR
Deprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsA 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 classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_PRINT_MARGIN_COLUMN
@Deprecated public static final String EDITOR_PRINT_MARGIN_COLUMN
Deprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsPrint margin column. Integer value.- See Also:
- Constant Field Values
-
EDITOR_FIND_SCOPE_COLOR
@Deprecated public static final String EDITOR_FIND_SCOPE_COLOR
Deprecated.As of 3.2, useAbstractTextEditor.PREFERENCE_COLOR_FIND_SCOPEinstead}A named preference that holds the color used for the find/replace scope.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_SPACES_FOR_TABS
@Deprecated public static final String EDITOR_SPACES_FOR_TABS
Deprecated.As of 3.1 replaced by the formatter setting defined inDefaultCodeFormatterConstants.FORMATTER_TAB_CHARA named preference that specifies if the editor uses spaces for tabs.Value is of type
Boolean. Iftruespaces instead of tabs are used in the editor. Iffalsethe editor inserts a tab character when pressing the tab key.- See Also:
- Constant Field Values
-
EDITOR_TAB_WIDTH
@Deprecated public static final String EDITOR_TAB_WIDTH
Deprecated.As of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_TAB_WIDTHA named preference that holds the number of spaces used per tab in the editor.Value is of type
Integer: positive integer value specifying the number of spaces per tab.- See Also:
- Constant Field Values
-
EDITOR_SYNC_OUTLINE_ON_CURSOR_MOVE
public static final String EDITOR_SYNC_OUTLINE_ON_CURSOR_MOVE
A named preference that controls whether the outline view selection should stay in sync with with the element at the current cursor position.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_CORRECTION_INDICATION
public static final String EDITOR_CORRECTION_INDICATION
A named preference that controls if correction indicators are shown in the UI.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_PROBLEM_INDICATION
@Deprecated public static final String EDITOR_PROBLEM_INDICATION
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that controls whether the editor shows problem indicators in text (squiggly lines).Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_PROBLEM_INDICATION_COLOR
@Deprecated public static final String EDITOR_PROBLEM_INDICATION_COLOR
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that holds the color used to render problem indicators.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter
-
EDITOR_WARNING_INDICATION
@Deprecated public static final String EDITOR_WARNING_INDICATION
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that controls whether the editor shows warning indicators in text (squiggly lines).Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_WARNING_INDICATION_COLOR
@Deprecated public static final String EDITOR_WARNING_INDICATION_COLOR
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that holds the color used to render warning indicators.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 2.1
- See Also:
EDITOR_WARNING_INDICATION,StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_TASK_INDICATION
@Deprecated public static final String EDITOR_TASK_INDICATION
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that controls whether the editor shows task indicators in text (squiggly lines).Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_TASK_INDICATION_COLOR
@Deprecated public static final String EDITOR_TASK_INDICATION_COLOR
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that holds the color used to render task indicators.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 2.1
- See Also:
EDITOR_TASK_INDICATION,StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_BOOKMARK_INDICATION
@Deprecated public static final String EDITOR_BOOKMARK_INDICATION
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that controls whether the editor shows bookmark indicators in text (squiggly lines).Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_BOOKMARK_INDICATION_COLOR
@Deprecated public static final String EDITOR_BOOKMARK_INDICATION_COLOR
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that holds the color used to render bookmark indicators.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 2.1
- See Also:
EDITOR_BOOKMARK_INDICATION,StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_SEARCH_RESULT_INDICATION
@Deprecated public static final String EDITOR_SEARCH_RESULT_INDICATION
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that controls whether the editor shows search indicators in text (squiggly lines).Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_SEARCH_RESULT_INDICATION_COLOR
@Deprecated public static final String EDITOR_SEARCH_RESULT_INDICATION_COLOR
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that holds the color used to render search indicators.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 2.1
- See Also:
EDITOR_SEARCH_RESULT_INDICATION,StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_UNKNOWN_INDICATION
@Deprecated public static final String EDITOR_UNKNOWN_INDICATION
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA 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
@Deprecated public static final String EDITOR_UNKNOWN_INDICATION_COLOR
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA 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 classPreferenceConverter- Since:
- 2.1
- See Also:
EDITOR_UNKNOWN_INDICATION,StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER
@Deprecated public static final String EDITOR_ERROR_INDICATION_IN_OVERVIEW_RULER
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that controls whether the overview ruler shows error indicators.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER
@Deprecated public static final String EDITOR_WARNING_INDICATION_IN_OVERVIEW_RULER
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that controls whether the overview ruler shows warning indicators.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER
@Deprecated public static final String EDITOR_TASK_INDICATION_IN_OVERVIEW_RULER
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that controls whether the overview ruler shows task indicators.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER
@Deprecated public static final String EDITOR_BOOKMARK_INDICATION_IN_OVERVIEW_RULER
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that controls whether the overview ruler shows bookmark indicators.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER
@Deprecated public static final String EDITOR_SEARCH_RESULT_INDICATION_IN_OVERVIEW_RULER
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA named preference that controls whether the overview ruler shows search result indicators.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
@Deprecated public static final String EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
Deprecated.as of 3.0 replaced byMarkerAnnotationPreferencesA 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_CLOSE_STRINGS
public static final String EDITOR_CLOSE_STRINGS
A named preference that controls whether the 'close strings' feature is enabled.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_WRAP_STRINGS
public static final String EDITOR_WRAP_STRINGS
A named preference that controls whether the 'wrap strings' feature is enabled.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_ESCAPE_STRINGS
public static final String EDITOR_ESCAPE_STRINGS
A named preference that controls whether the 'escape strings' feature is enabled.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_ESCAPE_STRINGS_NON_ASCII
public static final String EDITOR_ESCAPE_STRINGS_NON_ASCII
A named preference that controls whether non-ascii characters are replaced by unicode escape sequences when the 'escape strings' feature is used.Value is of type
Boolean.- Since:
- 3.14
- See Also:
- Constant Field Values
-
EDITOR_CLOSE_BRACKETS
public static final String EDITOR_CLOSE_BRACKETS
A named preference that controls whether the 'close brackets' feature is enabled.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_CLOSE_BRACES
public static final String EDITOR_CLOSE_BRACES
A named preference that controls whether the 'close braces' feature is enabled.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_CLOSE_JAVADOCS
public static final String EDITOR_CLOSE_JAVADOCS
A named preference that controls whether the 'close java docs' feature is enabled.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_ADD_JAVADOC_TAGS
public static final String EDITOR_ADD_JAVADOC_TAGS
A named preference that controls whether the 'add JavaDoc tags' feature is enabled.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_FORMAT_JAVADOCS
public static final String EDITOR_FORMAT_JAVADOCS
A named preference that controls whether the 'format Javadoc tags' feature is enabled.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_SMART_PASTE
public static final String EDITOR_SMART_PASTE
A named preference that controls whether the 'smart paste' feature is enabled.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_SMART_INDENT_AFTER_NEWLINE
public static final String EDITOR_SMART_INDENT_AFTER_NEWLINE
A named preference that controls whether on Enter key the indentation should be smart or the same as previous line.Value is of type
Boolean.- Since:
- 3.7
- See Also:
- Constant Field Values
-
EDITOR_IMPORTS_ON_PASTE
public static final String EDITOR_IMPORTS_ON_PASTE
A named preference that controls whether 'paste' should update the imports.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_SMART_HOME_END
@Deprecated public static final String EDITOR_SMART_HOME_END
Deprecated.as of 3.3 replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_SMART_HOME_ENDA named preference that controls whether the 'smart home-end' feature is enabled.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_SUB_WORD_NAVIGATION
public static final String EDITOR_SUB_WORD_NAVIGATION
A named preference that controls whether the 'sub-word navigation' feature is enabled.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_EVALUTE_TEMPORARY_PROBLEMS
public static final String EDITOR_EVALUTE_TEMPORARY_PROBLEMS
A named preference that controls if temporary problems are evaluated and shown in the UI.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_OVERVIEW_RULER
@Deprecated public static final String EDITOR_OVERVIEW_RULER
Deprecated.as of 3.0 replaced byAbstractDecoratedTextEditorPreferenceConstantsA 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
@Deprecated public static final String 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 is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_LINE_NUMBER_RULER_COLOR
@Deprecated public static final String 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 is of type
String. A RGB color value encoded as a string using classPreferenceConverter
-
EDITOR_LINKED_POSITION_COLOR
@Deprecated public static final String EDITOR_LINKED_POSITION_COLOR
Deprecated.not used any longer as the linked positions are displayed as annotationsA named preference that holds the color used to render linked positions inside code templates.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_FOREGROUND_COLOR
@Deprecated public static final String EDITOR_FOREGROUND_COLOR
Deprecated.As of 3.1, replaced byAbstractTextEditor.PREFERENCE_COLOR_FOREGROUNDA named preference that holds the color used as the text foreground. This value has no effect if the system default color is used.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_FOREGROUND_DEFAULT_COLOR
@Deprecated public static final String EDITOR_FOREGROUND_DEFAULT_COLOR
Deprecated.As of 3.1, replaced byAbstractTextEditor.PREFERENCE_COLOR_FOREGROUND_SYSTEM_DEFAULTA named preference that describes if the system default foreground color is used as the text foreground.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_BACKGROUND_COLOR
@Deprecated public static final String EDITOR_BACKGROUND_COLOR
Deprecated.As of 3.1, replaced byAbstractTextEditor.PREFERENCE_COLOR_BACKGROUNDA named preference that holds the color used as the text background. This value has no effect if the system default color is used.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_BACKGROUND_DEFAULT_COLOR
@Deprecated public static final String EDITOR_BACKGROUND_DEFAULT_COLOR
Deprecated.As of 3.1, replaced byAbstractTextEditor.PREFERENCE_COLOR_BACKGROUND_SYSTEM_DEFAULTA named preference that describes if the system default background color is used as the text background.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_BOLD_SUFFIX
public static final String EDITOR_BOLD_SUFFIX
Preference key suffix for bold text style preference keys.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_ITALIC_SUFFIX
public static final String EDITOR_ITALIC_SUFFIX
Preference key suffix for italic text style preference keys.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_STRIKETHROUGH_SUFFIX
public static final String EDITOR_STRIKETHROUGH_SUFFIX
Preference key suffix for strikethrough text style preference keys.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_UNDERLINE_SUFFIX
public static final String EDITOR_UNDERLINE_SUFFIX
Preference key suffix for underline text style preference keys.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_MULTI_LINE_COMMENT_COLOR
public static final String EDITOR_MULTI_LINE_COMMENT_COLOR
A named preference that holds the color used to render multi-line comments.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_TEXT_FONT
public static final String EDITOR_TEXT_FONT
The symbolic font name for the Java editor text font (value"org.eclipse.jdt.ui.editors.textfont").- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_MULTI_LINE_COMMENT_BOLD
public static final String EDITOR_MULTI_LINE_COMMENT_BOLD
A named preference that controls whether multi-line comments are rendered in bold.Value is of type
Boolean. Iftruemulti-line comments are rendered in bold. Iffalsethe are rendered using no font style attribute.- See Also:
- Constant Field Values
-
EDITOR_MULTI_LINE_COMMENT_ITALIC
public static final String EDITOR_MULTI_LINE_COMMENT_ITALIC
A named preference that controls whether multi-line comments are rendered in italic.Value is of type
Boolean. Iftruemulti-line comments are rendered in italic. Iffalsethe are rendered using no italic font style attribute.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_MULTI_LINE_COMMENT_STRIKETHROUGH
public static final String EDITOR_MULTI_LINE_COMMENT_STRIKETHROUGH
A named preference that controls whether multi-line comments are rendered in strikethrough.Value is of type
Boolean. Iftruemulti-line comments are rendered in strikethrough. Iffalsethe are rendered using no strikethrough font style attribute.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_MULTI_LINE_COMMENT_UNDERLINE
public static final String EDITOR_MULTI_LINE_COMMENT_UNDERLINE
A named preference that controls whether multi-line comments are rendered in underline.Value is of type
Boolean. Iftruemulti-line comments are rendered in underline. Iffalsethe are rendered using no underline font style attribute.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_SINGLE_LINE_COMMENT_COLOR
public static final String EDITOR_SINGLE_LINE_COMMENT_COLOR
A named preference that holds the color used to render single line comments.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_SINGLE_LINE_COMMENT_BOLD
public static final String EDITOR_SINGLE_LINE_COMMENT_BOLD
A named preference that controls whether single line comments are rendered in bold.Value is of type
Boolean. Iftruesingle line comments are rendered in bold. Iffalsethe are rendered using no font style attribute.- See Also:
- Constant Field Values
-
EDITOR_SINGLE_LINE_COMMENT_ITALIC
public static final String EDITOR_SINGLE_LINE_COMMENT_ITALIC
A named preference that controls whether single line comments are rendered in italic.Value is of type
Boolean. Iftruesingle line comments are rendered in italic. Iffalsethe are rendered using no italic font style attribute.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_SINGLE_LINE_COMMENT_STRIKETHROUGH
public static final String EDITOR_SINGLE_LINE_COMMENT_STRIKETHROUGH
A named preference that controls whether single line comments are rendered in strikethrough.Value is of type
Boolean. Iftruesingle line comments are rendered in strikethrough. Iffalsethe are rendered using no italic font style attribute.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_SINGLE_LINE_COMMENT_UNDERLINE
public static final String EDITOR_SINGLE_LINE_COMMENT_UNDERLINE
A named preference that controls whether single line comments are rendered in underline.Value is of type
Boolean. Iftruesingle line comments are rendered in underline. Iffalsethe are rendered using no italic font style attribute.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_KEYWORD_COLOR
public static final String EDITOR_JAVA_KEYWORD_COLOR
A named preference that holds the color used to render java keywords.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_JAVA_KEYWORD_BOLD
public static final String EDITOR_JAVA_KEYWORD_BOLD
A named preference that controls whether keywords are rendered in bold.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_JAVA_KEYWORD_ITALIC
public static final String EDITOR_JAVA_KEYWORD_ITALIC
A named preference that controls whether keywords are rendered in italic.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVA_KEYWORD_STRIKETHROUGH
public static final String EDITOR_JAVA_KEYWORD_STRIKETHROUGH
A named preference that controls whether keywords are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_KEYWORD_UNDERLINE
public static final String EDITOR_JAVA_KEYWORD_UNDERLINE
A named preference that controls whether keywords are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_STRING_COLOR
public static final String EDITOR_STRING_COLOR
A named preference that holds the color used to render string constants.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_STRING_BOLD
public static final String EDITOR_STRING_BOLD
A named preference that controls whether string constants are rendered in bold.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_STRING_ITALIC
public static final String EDITOR_STRING_ITALIC
A named preference that controls whether string constants are rendered in italic.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_STRING_STRIKETHROUGH
public static final String EDITOR_STRING_STRIKETHROUGH
A named preference that controls whether string constants are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_STRING_UNDERLINE
public static final String EDITOR_STRING_UNDERLINE
A named preference that controls whether string constants are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_METHOD_NAME_COLOR
@Deprecated public static final String EDITOR_JAVA_METHOD_NAME_COLOR
Deprecated.the method name highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.METHODA named preference that holds the color used to render method names.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.0
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_JAVA_METHOD_NAME_BOLD
@Deprecated public static final String EDITOR_JAVA_METHOD_NAME_BOLD
Deprecated.the method name highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.METHODA named preference that controls whether method names are rendered in bold.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVA_METHOD_NAME_ITALIC
@Deprecated public static final String EDITOR_JAVA_METHOD_NAME_ITALIC
Deprecated.the method name highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.METHODA named preference that controls whether method names are rendered in italic.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVA_KEYWORD_RETURN_COLOR
public static final String EDITOR_JAVA_KEYWORD_RETURN_COLOR
A named preference that holds the color used to render the 'return' keyword.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.0
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_JAVA_KEYWORD_RETURN_BOLD
public static final String EDITOR_JAVA_KEYWORD_RETURN_BOLD
A named preference that controls whether 'return' keyword is rendered in bold.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVA_KEYWORD_RETURN_ITALIC
public static final String EDITOR_JAVA_KEYWORD_RETURN_ITALIC
A named preference that controls whether 'return' keyword is rendered in italic.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVA_KEYWORD_RETURN_STRIKETHROUGH
public static final String EDITOR_JAVA_KEYWORD_RETURN_STRIKETHROUGH
A named preference that controls whether 'return' keyword is rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_KEYWORD_RETURN_UNDERLINE
public static final String EDITOR_JAVA_KEYWORD_RETURN_UNDERLINE
A named preference that controls whether 'return' keyword is rendered in italic.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_OPERATOR_COLOR
public static final String EDITOR_JAVA_OPERATOR_COLOR
A named preference that holds the color used to render operators.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.0
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_JAVA_OPERATOR_BOLD
public static final String EDITOR_JAVA_OPERATOR_BOLD
A named preference that controls whether operators are rendered in bold.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVA_OPERATOR_ITALIC
public static final String EDITOR_JAVA_OPERATOR_ITALIC
A named preference that controls whether operators are rendered in italic.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVA_OPERATOR_STRIKETHROUGH
public static final String EDITOR_JAVA_OPERATOR_STRIKETHROUGH
A named preference that controls whether operators are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_OPERATOR_UNDERLINE
public static final String EDITOR_JAVA_OPERATOR_UNDERLINE
A named preference that controls whether operators are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_BRACKET_COLOR
public static final String EDITOR_JAVA_BRACKET_COLOR
A named preference that holds the color used to render brackets.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.3
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_JAVA_BRACKET_BOLD
public static final String EDITOR_JAVA_BRACKET_BOLD
A named preference that controls whether brackets are rendered in bold.Value is of type
Boolean.- Since:
- 3.3
- See Also:
- Constant Field Values
-
EDITOR_JAVA_BRACKET_ITALIC
public static final String EDITOR_JAVA_BRACKET_ITALIC
A named preference that controls whether brackets are rendered in italic.Value is of type
Boolean.- Since:
- 3.3
- See Also:
- Constant Field Values
-
EDITOR_JAVA_BRACKET_STRIKETHROUGH
public static final String EDITOR_JAVA_BRACKET_STRIKETHROUGH
A named preference that controls whether brackets are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.3
- See Also:
- Constant Field Values
-
EDITOR_JAVA_BRACKET_UNDERLINE
public static final String EDITOR_JAVA_BRACKET_UNDERLINE
A named preference that controls whether brackets are rendered in underline.Value is of type
Boolean.- Since:
- 3.3
- See Also:
- Constant Field Values
-
EDITOR_JAVA_ANNOTATION_COLOR
@Deprecated public static final String EDITOR_JAVA_ANNOTATION_COLOR
Deprecated.the annotation highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.ANNOTATIONA named preference that holds the color used to render annotations.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.1
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_JAVA_ANNOTATION_BOLD
@Deprecated public static final String EDITOR_JAVA_ANNOTATION_BOLD
Deprecated.the annotation highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.ANNOTATIONA named preference that controls whether annotations are rendered in bold.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_ANNOTATION_ITALIC
@Deprecated public static final String EDITOR_JAVA_ANNOTATION_ITALIC
Deprecated.the annotation highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.ANNOTATIONA named preference that controls whether annotations are rendered in italic.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_ANNOTATION_STRIKETHROUGH
@Deprecated public static final String EDITOR_JAVA_ANNOTATION_STRIKETHROUGH
Deprecated.the annotation highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.ANNOTATIONA named preference that controls whether annotations are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_ANNOTATION_UNDERLINE
@Deprecated public static final String EDITOR_JAVA_ANNOTATION_UNDERLINE
Deprecated.the annotation highlighting has been replaced by a semantic highlighting, seeSemanticHighlightings.ANNOTATIONA named preference that controls whether annotations are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_DEFAULT_COLOR
public static final String EDITOR_JAVA_DEFAULT_COLOR
A named preference that holds the color used to render java default text.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_JAVA_DEFAULT_BOLD
public static final String EDITOR_JAVA_DEFAULT_BOLD
A named preference that controls whether Java default text is rendered in bold.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_JAVA_DEFAULT_ITALIC
public static final String EDITOR_JAVA_DEFAULT_ITALIC
A named preference that controls whether Java default text is rendered in italic.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVA_DEFAULT_STRIKETHROUGH
public static final String EDITOR_JAVA_DEFAULT_STRIKETHROUGH
A named preference that controls whether Java default text is rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVA_DEFAULT_UNDERLINE
public static final String EDITOR_JAVA_DEFAULT_UNDERLINE
A named preference that controls whether Java default text is rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_TASK_TAG_COLOR
public static final String EDITOR_TASK_TAG_COLOR
A named preference that holds the color used to render task tags.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 2.1
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_TASK_TAG_BOLD
public static final String EDITOR_TASK_TAG_BOLD
A named preference that controls whether task tags are rendered in bold.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_TASK_TAG_ITALIC
public static final String EDITOR_TASK_TAG_ITALIC
A named preference that controls whether task tags are rendered in italic.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_TASK_TAG_STRIKETHROUGH
public static final String EDITOR_TASK_TAG_STRIKETHROUGH
A named preference that controls whether task tags are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_TASK_TAG_UNDERLINE
public static final String EDITOR_TASK_TAG_UNDERLINE
A named preference that controls whether task tags are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_KEYWORD_COLOR
public static final String EDITOR_JAVADOC_KEYWORD_COLOR
A named preference that holds the color used to render javadoc keywords.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_JAVADOC_KEYWORD_BOLD
public static final String EDITOR_JAVADOC_KEYWORD_BOLD
A named preference that controls whether javadoc keywords are rendered in bold.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_KEYWORD_ITALIC
public static final String EDITOR_JAVADOC_KEYWORD_ITALIC
A named preference that controls whether javadoc keywords are rendered in italic.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_KEYWORD_STRIKETHROUGH
public static final String EDITOR_JAVADOC_KEYWORD_STRIKETHROUGH
A named preference that controls whether javadoc keywords are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_KEYWORD_UNDERLINE
public static final String EDITOR_JAVADOC_KEYWORD_UNDERLINE
A named preference that controls whether javadoc keywords are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_TAG_COLOR
public static final String EDITOR_JAVADOC_TAG_COLOR
A named preference that holds the color used to render javadoc tags.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_JAVADOC_TAG_BOLD
public static final String EDITOR_JAVADOC_TAG_BOLD
A named preference that controls whether javadoc tags are rendered in bold.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_TAG_ITALIC
public static final String EDITOR_JAVADOC_TAG_ITALIC
A named preference that controls whether javadoc tags are rendered in italic.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_TAG_STRIKETHROUGH
public static final String EDITOR_JAVADOC_TAG_STRIKETHROUGH
A named preference that controls whether javadoc tags are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_TAG_UNDERLINE
public static final String EDITOR_JAVADOC_TAG_UNDERLINE
A named preference that controls whether javadoc tags are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_LINKS_COLOR
public static final String EDITOR_JAVADOC_LINKS_COLOR
A named preference that holds the color used to render javadoc links.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_JAVADOC_LINKS_BOLD
public static final String EDITOR_JAVADOC_LINKS_BOLD
A named preference that controls whether javadoc links are rendered in bold.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_LINKS_ITALIC
public static final String EDITOR_JAVADOC_LINKS_ITALIC
A named preference that controls whether javadoc links are rendered in italic.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_LINKS_STRIKETHROUGH
public static final String EDITOR_JAVADOC_LINKS_STRIKETHROUGH
A named preference that controls whether javadoc links are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_LINKS_UNDERLINE
public static final String EDITOR_JAVADOC_LINKS_UNDERLINE
A named preference that controls whether javadoc links are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_DEFAULT_COLOR
public static final String EDITOR_JAVADOC_DEFAULT_COLOR
A named preference that holds the color used to render javadoc default text.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_JAVADOC_DEFAULT_BOLD
public static final String EDITOR_JAVADOC_DEFAULT_BOLD
A named preference that controls whether javadoc default text is rendered in bold.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_DEFAULT_ITALIC
public static final String EDITOR_JAVADOC_DEFAULT_ITALIC
A named preference that controls whether javadoc default text is rendered in italic.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_DEFAULT_STRIKETHROUGH
public static final String EDITOR_JAVADOC_DEFAULT_STRIKETHROUGH
A named preference that controls whether javadoc default text is rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_JAVADOC_DEFAULT_UNDERLINE
public static final String EDITOR_JAVADOC_DEFAULT_UNDERLINE
A named preference that controls whether javadoc default text is rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_LINK_COLOR
@Deprecated public static final String EDITOR_LINK_COLOR
Deprecated.As of 3.1, replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINK_COLORA named preference that holds the color used for 'linked-mode' underline.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 2.1
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_SHOW_HOVER
public static final String EDITOR_SHOW_HOVER
A named preference that controls whether hover tool tips in the editor are turned on or off.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_NONE_HOVER
@Deprecated public static final String EDITOR_NONE_HOVER
Deprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSA named preference that defines the hover shown when no control key is pressed.Value is of type
String: possible values areEDITOR_NO_HOVER_CONFIGURED_IDorEDITOR_DEFAULT_HOVER_CONFIGURED_IDor the hover id of a hover contributed asjavaEditorTextHovers.- Since:
- 2.1
- See Also:
EDITOR_NO_HOVER_CONFIGURED_ID,EDITOR_DEFAULT_HOVER_CONFIGURED_ID,JavaUI, Constant Field Values
-
EDITOR_CTRL_HOVER
@Deprecated public static final String EDITOR_CTRL_HOVER
Deprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSA named preference that defines the hover shown when theCTRLmodifier key is pressed.Value is of type
String: possible values areEDITOR_NO_HOVER_CONFIGURED_IDorEDITOR_DEFAULT_HOVER_CONFIGURED_IDor the hover id of a hover contributed asjavaEditorTextHovers.- Since:
- 2.1
- See Also:
EDITOR_NO_HOVER_CONFIGURED_ID,EDITOR_DEFAULT_HOVER_CONFIGURED_ID,JavaUI, Constant Field Values
-
EDITOR_SHIFT_HOVER
@Deprecated public static final String EDITOR_SHIFT_HOVER
Deprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSA named preference that defines the hover shown when theSHIFTmodifier key is pressed.Value is of type
String: possible values areEDITOR_NO_HOVER_CONFIGURED_IDorEDITOR_DEFAULT_HOVER_CONFIGURED_IDor the hover id of a hover contributed asjavaEditorTextHovers.- Since:
- 2.1
- See Also:
EDITOR_NO_HOVER_CONFIGURED_ID,EDITOR_DEFAULT_HOVER_CONFIGURED_ID,ID_*_HOVER, Constant Field Values
-
EDITOR_CTRL_ALT_HOVER
@Deprecated public static final String EDITOR_CTRL_ALT_HOVER
Deprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSA named preference that defines the hover shown when theCTRL + ALTmodifier keys is pressed.Value is of type
String: possible values areEDITOR_NO_HOVER_CONFIGURED_IDorEDITOR_DEFAULT_HOVER_CONFIGURED_IDor the hover id of a hover contributed asjavaEditorTextHovers.- Since:
- 2.1
- See Also:
EDITOR_NO_HOVER_CONFIGURED_ID,EDITOR_DEFAULT_HOVER_CONFIGURED_ID,ID_*_HOVER, Constant Field Values
-
EDITOR_CTRL_ALT_SHIFT_HOVER
@Deprecated public static final String EDITOR_CTRL_ALT_SHIFT_HOVER
Deprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSA named preference that defines the hover shown when theCTRL + ALT + SHIFTmodifier keys is pressed.Value is of type
String: possible values areEDITOR_NO_HOVER_CONFIGURED_IDorEDITOR_DEFAULT_HOVER_CONFIGURED_IDor the hover id of a hover contributed asjavaEditorTextHovers.- Since:
- 2.1
- See Also:
EDITOR_NO_HOVER_CONFIGURED_ID,EDITOR_DEFAULT_HOVER_CONFIGURED_ID,ID_*_HOVER, Constant Field Values
-
EDITOR_CTRL_SHIFT_HOVER
@Deprecated public static final String EDITOR_CTRL_SHIFT_HOVER
Deprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSA named preference that defines the hover shown when theCTRL + SHIFTmodifier keys is pressed.Value is of type
String: possible values areEDITOR_NO_HOVER_CONFIGURED_IDorEDITOR_DEFAULT_HOVER_CONFIGURED_IDor the hover id of a hover contributed asjavaEditorTextHovers.- Since:
- 2.1
- See Also:
EDITOR_NO_HOVER_CONFIGURED_ID,EDITOR_DEFAULT_HOVER_CONFIGURED_ID,ID_*_HOVER, Constant Field Values
-
EDITOR_ALT_SHIFT_HOVER
@Deprecated public static final String EDITOR_ALT_SHIFT_HOVER
Deprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSA named preference that defines the hover shown when theALTmodifier key is pressed.Value is of type
String: possible values areEDITOR_NO_HOVER_CONFIGURED_ID,EDITOR_DEFAULT_HOVER_CONFIGURED_IDor the hover id of a hover contributed asjavaEditorTextHovers.- Since:
- 2.1
- See Also:
EDITOR_NO_HOVER_CONFIGURED_ID,EDITOR_DEFAULT_HOVER_CONFIGURED_ID,ID_*_HOVER, Constant Field Values
-
EDITOR_NO_HOVER_CONFIGURED_ID
@Deprecated public static final String EDITOR_NO_HOVER_CONFIGURED_ID
Deprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSA string value used by the named preferences for hover configuration to describe that no hover should be shown for the given key modifiers.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_DEFAULT_HOVER_CONFIGURED_ID
@Deprecated public static final String EDITOR_DEFAULT_HOVER_CONFIGURED_ID
Deprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSA string value used by the named preferences for hover configuration to describe that the default hover should be shown for the given key modifiers. The default hover is described by theEDITOR_DEFAULT_HOVERproperty.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_DEFAULT_HOVER
@Deprecated public static final String EDITOR_DEFAULT_HOVER
Deprecated.As of 3.0, replaced byEDITOR_TEXT_HOVER_MODIFIERSA named preference that defines the hover named the 'default hover'. Value is of typeString: possible values areEDITOR_NO_HOVER_CONFIGURED_IDor the hover id of a hover contributed asjavaEditorTextHovers.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_SHOW_SEGMENTS
public static final String EDITOR_SHOW_SEGMENTS
A named preference that controls if segmented view (show selected element only) is turned on or off.Value is of type
Boolean.- See Also:
- Constant Field Values
-
EDITOR_BROWSER_LIKE_LINKS
@Deprecated public static final String EDITOR_BROWSER_LIKE_LINKS
Deprecated.As of 3.1, replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINKS_ENABLEDA named preference that controls if browser like links are turned on or off.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER
@Deprecated public static final String EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER
Deprecated.As of 3.1, replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINK_KEY_MODIFIERA named preference that controls the key modifier for browser like links.Value is of type
String.- Since:
- 2.1
- See Also:
- Constant Field Values
-
EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER_MASK
@Deprecated public static final String EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER_MASK
Deprecated.As of 3.1, replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_HYPERLINK_KEY_MODIFIER_MASKA named preference that controls the key modifier mask for browser like links. The value is only used if the value ofEDITOR_BROWSER_LIKE_LINKScannot be resolved to valid SWT modifier bits.Value is of type
String.- Since:
- 2.1.1
- See Also:
EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER, Constant Field Values
-
EDITOR_MARK_OCCURRENCES
public static final String EDITOR_MARK_OCCURRENCES
A named preference that controls whether occurrences are marked in the editor.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_STICKY_OCCURRENCES
public static final String EDITOR_STICKY_OCCURRENCES
A named preference that controls whether occurrences are sticky in the editor.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_MARK_TYPE_OCCURRENCES
public static final String EDITOR_MARK_TYPE_OCCURRENCES
A named preference that controls whether type occurrences are marked. Only valid ifEDITOR_MARK_OCCURRENCESistrue.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_MARK_METHOD_OCCURRENCES
public static final String EDITOR_MARK_METHOD_OCCURRENCES
A named preference that controls whether method occurrences are marked. Only valid ifEDITOR_MARK_OCCURRENCESistrue.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_MARK_FIELD_OCCURRENCES
public static final String EDITOR_MARK_FIELD_OCCURRENCES
A named preference that controls whether non-constant field occurrences are marked. Only valid ifEDITOR_MARK_OCCURRENCESistrue.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_MARK_CONSTANT_OCCURRENCES
public static final String EDITOR_MARK_CONSTANT_OCCURRENCES
A named preference that controls whether constant (static final) occurrences are marked. Only valid ifEDITOR_MARK_OCCURRENCESistrue.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_MARK_LOCAL_VARIABLE_OCCURRENCES
public static final String EDITOR_MARK_LOCAL_VARIABLE_OCCURRENCES
A named preference that controls whether local variable occurrences are marked. Only valid ifEDITOR_MARK_OCCURRENCESistrue.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_MARK_EXCEPTION_OCCURRENCES
public static final String EDITOR_MARK_EXCEPTION_OCCURRENCES
A named preference that controls whether exception occurrences are marked. Only valid ifEDITOR_MARK_OCCURRENCESistrue.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_MARK_METHOD_EXIT_POINTS
public static final String EDITOR_MARK_METHOD_EXIT_POINTS
A named preference that controls whether method exit points are marked. Only valid ifEDITOR_MARK_OCCURRENCESistrue.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_MARK_BREAK_CONTINUE_TARGETS
public static final String EDITOR_MARK_BREAK_CONTINUE_TARGETS
A named preference that controls whether targets for ofbreakandcontinuestatements are marked. Only valid ifEDITOR_MARK_OCCURRENCESistrue.Value is of type
Boolean.- Since:
- 3.2
- See Also:
- Constant Field Values
-
EDITOR_MARK_IMPLEMENTORS
public static final String EDITOR_MARK_IMPLEMENTORS
A named preference that controls whether method exit points are marked. Only valid ifEDITOR_MARK_OCCURRENCESistrue.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_SEMANTIC_HIGHLIGHTING_PREFIX
public static final String EDITOR_SEMANTIC_HIGHLIGHTING_PREFIX
A named preference prefix for semantic highlighting preferences.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_JAVA_CODEMINING_PREFIX
public static final String EDITOR_JAVA_CODEMINING_PREFIX
A named preference prefix for Java code mining preferences.- Since:
- 3.14
- See Also:
- Constant Field Values
-
EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED
@Deprecated public static final String EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED
Deprecated.As of 3.1, this preference is not used or set any longer; seeSemanticHighlightings.affectsEnablement(IPreferenceStore, org.eclipse.jface.util.PropertyChangeEvent)A named preference that controls if semantic highlighting is enabled.Value is of type
Boolean:trueif enabled.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_SEMANTIC_HIGHLIGHTING_COLOR_SUFFIX
public static final String EDITOR_SEMANTIC_HIGHLIGHTING_COLOR_SUFFIX
A named preference suffix that controls a semantic highlighting's color.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.0
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_SEMANTIC_HIGHLIGHTING_BOLD_SUFFIX
public static final String EDITOR_SEMANTIC_HIGHLIGHTING_BOLD_SUFFIX
A named preference suffix that controls if semantic highlighting has the text attribute bold.Value is of type
Boolean:trueif bold.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_SEMANTIC_HIGHLIGHTING_ITALIC_SUFFIX
public static final String EDITOR_SEMANTIC_HIGHLIGHTING_ITALIC_SUFFIX
A named preference suffix that controls if semantic highlighting has the text attribute italic.Value is of type
Boolean:trueif italic.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_SEMANTIC_HIGHLIGHTING_STRIKETHROUGH_SUFFIX
public static final String EDITOR_SEMANTIC_HIGHLIGHTING_STRIKETHROUGH_SUFFIX
A named preference suffix that controls if semantic highlighting has the text attribute strikethrough.Value is of type
Boolean:trueif strikethrough.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_SEMANTIC_HIGHLIGHTING_UNDERLINE_SUFFIX
public static final String EDITOR_SEMANTIC_HIGHLIGHTING_UNDERLINE_SUFFIX
A named preference suffix that controls if semantic highlighting has the text attribute underline.Value is of type
Boolean:trueif underline.- Since:
- 3.1
- See Also:
- Constant Field Values
-
EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED_SUFFIX
public static final String EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED_SUFFIX
A named preference suffix that controls if semantic highlighting is enabled.Value is of type
Boolean:trueif enabled.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_DISABLE_OVERWRITE_MODE
@Deprecated public static final String EDITOR_DISABLE_OVERWRITE_MODE
Deprecated.as of 3.1 replaced byAbstractDecoratedTextEditorPreferenceConstants.EDITOR_DISABLE_OVERWRITE_MODEA named preference that controls disabling of the overwrite mode.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_SMART_SEMICOLON
public static final String EDITOR_SMART_SEMICOLON
A named preference that controls the "smart semicolon" smart typing handler.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_SMART_BACKSPACE
public static final String EDITOR_SMART_BACKSPACE
A named preference that controls the smart backspace behavior.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_SMART_OPENING_BRACE
public static final String EDITOR_SMART_OPENING_BRACE
A named preference that controls the "smart opening brace" smart typing handler.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_SMART_TAB
public static final String EDITOR_SMART_TAB
A named preference that controls the smart tab behavior.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
SPELLING_CHECK_SPELLING
@Deprecated public static final String SPELLING_CHECK_SPELLING
Deprecated.A named preference that controls whether Java comments should be spell checked.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
SPELLING_IGNORE_DIGITS
public static final String SPELLING_IGNORE_DIGITS
A named preference that controls whether words containing digits should be skipped during spell checking.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
SPELLING_IGNORE_MIXED
public static final String SPELLING_IGNORE_MIXED
A named preference that controls whether mixed case words should be skipped during spell checking.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
SPELLING_IGNORE_SENTENCE
public static final String SPELLING_IGNORE_SENTENCE
A named preference that controls whether sentence capitalization should be ignored during spell checking.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
SPELLING_IGNORE_UPPER
public static final String SPELLING_IGNORE_UPPER
A named preference that controls whether upper case words should be skipped during spell checking.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
SPELLING_IGNORE_URLS
public static final String SPELLING_IGNORE_URLS
A named preference that controls whether URLs should be ignored during spell checking.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
SPELLING_IGNORE_SINGLE_LETTERS
public static final String SPELLING_IGNORE_SINGLE_LETTERS
A named preference that controls whether single letters should be ignored during spell checking.Value is of type
Boolean.- Since:
- 3.3
- See Also:
- Constant Field Values
-
SPELLING_IGNORE_AMPERSAND_IN_PROPERTIES
public static final String SPELLING_IGNORE_AMPERSAND_IN_PROPERTIES
A named preference that controls whether '&' in Java properties files are ignored.Value is of type
Boolean.- Since:
- 3.3
- See Also:
- Constant Field Values
-
SPELLING_IGNORE_NON_LETTERS
public static final String SPELLING_IGNORE_NON_LETTERS
A named preference that controls whether non-letters at word boundaries should be ignored during spell checking.Value is of type
Boolean.- Since:
- 3.3
- See Also:
- Constant Field Values
-
SPELLING_IGNORE_JAVA_STRINGS
public static final String SPELLING_IGNORE_JAVA_STRINGS
A named preference that controls whether Java strings should be ignored during spell checking.Value is of type
Boolean.- Since:
- 3.4
- See Also:
- Constant Field Values
-
SPELLING_LOCALE
public static final String SPELLING_LOCALE
A named preference that controls the locale used for spell checking.Value is of type
String.- Since:
- 3.0
- See Also:
- Constant Field Values
-
SPELLING_PROPOSAL_THRESHOLD
public static final String SPELLING_PROPOSAL_THRESHOLD
A named preference that controls the number of proposals offered during spell checking.Value is of type
Integer.- Since:
- 3.0
- See Also:
- Constant Field Values
-
SPELLING_PROBLEMS_THRESHOLD
public static final String SPELLING_PROBLEMS_THRESHOLD
A named preference that controls the maximum number of problems reported during spell checking.Value is of type
Integer.- Since:
- 3.4
- See Also:
- Constant Field Values
-
SPELLING_USER_DICTIONARY
public static final String SPELLING_USER_DICTIONARY
A named preference that specifies the workspace user dictionary.Value is of type
Integer.- Since:
- 3.0
- See Also:
- Constant Field Values
-
SPELLING_USER_DICTIONARY_ENCODING
public static final String SPELLING_USER_DICTIONARY_ENCODING
A named preference that specifies encoding of the workspace user dictionary.Value is of type
String.- Since:
- 3.3
- See Also:
- Constant Field Values
-
SPELLING_ENABLE_CONTENTASSIST
public static final String SPELLING_ENABLE_CONTENTASSIST
A named preference that specifies whether spelling dictionaries are available to content assist. Note: This is currently not supported because the spelling engine cannot return word proposals but only correction proposals.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
FORMATTER_COMMENT_FORMATSOURCE
@Deprecated public static final String FORMATTER_COMMENT_FORMATSOURCE
Deprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_SOURCEA named preference that controls whether code snippets are formatted in Javadoc comments.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
FORMATTER_COMMENT_INDENTPARAMETERDESCRIPTION
@Deprecated public static final String FORMATTER_COMMENT_INDENTPARAMETERDESCRIPTION
Deprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTIONA named preference that controls whether description of Javadoc parameters are indented.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
FORMATTER_COMMENT_FORMATHEADER
@Deprecated public static final String FORMATTER_COMMENT_FORMATHEADER
Deprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HEADERA named preference that controls whether the header comment of a Java source file is formatted.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
FORMATTER_COMMENT_INDENTROOTTAGS
@Deprecated public static final String FORMATTER_COMMENT_INDENTROOTTAGS
Deprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_ROOT_TAGSA named preference that controls whether Javadoc root tags are indented.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
FORMATTER_COMMENT_FORMAT
@Deprecated public static final String FORMATTER_COMMENT_FORMAT
Deprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMATA named preference that controls whether Javadoc comments are formatted by the content formatter.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
FORMATTER_COMMENT_NEWLINEFORPARAMETER
@Deprecated public static final String FORMATTER_COMMENT_NEWLINEFORPARAMETER
Deprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_INSERT_NEW_LINE_FOR_PARAMETERA named preference that controls whether a new line is inserted after Javadoc root tag parameters.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
FORMATTER_COMMENT_SEPARATEROOTTAGS
@Deprecated public static final String FORMATTER_COMMENT_SEPARATEROOTTAGS
Deprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_INSERT_EMPTY_LINE_BEFORE_ROOT_TAGSA named preference that controls whether an empty line is inserted before the Javadoc root tag block.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
FORMATTER_COMMENT_CLEARBLANKLINES
@Deprecated public static final String FORMATTER_COMMENT_CLEARBLANKLINES
Deprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINESA named preference that controls whether blank lines are cleared during formatting.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
FORMATTER_COMMENT_LINELENGTH
@Deprecated public static final String FORMATTER_COMMENT_LINELENGTH
Deprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_LINE_LENGTHA named preference that controls the line length of comments.Value is of type
Integer. The value must be at least 4 for reasonable formatting.- Since:
- 3.0
- See Also:
- Constant Field Values
-
FORMATTER_COMMENT_FORMATHTML
@Deprecated public static final String FORMATTER_COMMENT_FORMATHTML
Deprecated.As of 3.1, replaced byDefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HTMLA named preference that controls whether HTML tags are formatted.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
CODEASSIST_NONUITHREAD_COMPUTATION
public static final String CODEASSIST_NONUITHREAD_COMPUTATION
A named preference that controls whether completion processors should be called from the non-UI thread, when they declare ability to work from non-UI Thread.Completion processors can declare whether they require UI Thread or not in their extension description, see
CompletionProposalComputerDescriptor.requiresUIThread().Value is of type
Boolean- Since:
- 3.21
- See Also:
- Constant Field Values
-
CODEASSIST_AUTOACTIVATION
public static final String CODEASSIST_AUTOACTIVATION
A named preference that controls if the Java code assist gets auto activated.Value is of type
Boolean.- See Also:
- Constant Field Values
-
CODEASSIST_AUTOACTIVATION_DELAY
public static final String CODEASSIST_AUTOACTIVATION_DELAY
A name preference that holds the auto activation delay time in milliseconds.Value is of type
Integer.- See Also:
- Constant Field Values
-
CODEASSIST_SHOW_VISIBLE_PROPOSALS
public static final String CODEASSIST_SHOW_VISIBLE_PROPOSALS
A named preference that controls if code assist contains only visible proposals.Value is of type
Boolean. iftruecode assist only contains visible members. Iffalseall members are included.- See Also:
- Constant Field Values
-
CODEASSIST_AUTOINSERT
public static final String CODEASSIST_AUTOINSERT
A named preference that controls if the Java code assist inserts a proposal automatically if only one proposal is available.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
CODEASSIST_DISABLE_COMPLETION_PROPOSAL_TRIGGER_CHARS
public static final String CODEASSIST_DISABLE_COMPLETION_PROPOSAL_TRIGGER_CHARS
A named preference that controls if the Java code assist ignores the insertion trigger characters for completion proposals.Value is of type
Boolean.- Since:
- 3.16
- See Also:
ContentAssistant.enableCompletionProposalTriggerChars(boolean), Constant Field Values
-
CODEASSIST_ADDIMPORT
public static final String CODEASSIST_ADDIMPORT
A named preference that controls if the Java code assist adds import statements.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
CODEASSIST_INSERT_COMPLETION
public static final String CODEASSIST_INSERT_COMPLETION
A named preference that controls if the Java code assist only inserts completions. If set to false the proposals can also _replace_ code.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
CODEASSIST_CASE_SENSITIVITY
public static final String CODEASSIST_CASE_SENSITIVITY
A named preference that controls whether code assist proposals filtering is case sensitive or not.Value is of type
Boolean.- See Also:
- Constant Field Values
-
CODEASSIST_ORDER_PROPOSALS
@Deprecated public static final String CODEASSIST_ORDER_PROPOSALS
Deprecated.useCODEASSIST_SORTERinsteadA named preference that defines if code assist proposals are sorted in alphabetical order.Value is of type
Boolean. Iftruethat are sorted in alphabetical order. Iffalsethat are unsorted.- See Also:
- Constant Field Values
-
CODEASSIST_FILL_ARGUMENT_NAMES
public static final String CODEASSIST_FILL_ARGUMENT_NAMES
A named preference that controls if argument names are filled in when a method is selected from as list of code assist proposal.Value is of type
Boolean.- See Also:
- Constant Field Values
-
CODEASSIST_GUESS_METHOD_ARGUMENTS
public static final String CODEASSIST_GUESS_METHOD_ARGUMENTS
A named preference that controls if method arguments are guessed when a method is selected from as list of code assist proposal.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA
public static final String CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA
A named preference that holds the characters that auto activate code assist in Java code.Value is of type
String. All characters that trigger auto code assist in Java code.- See Also:
- Constant Field Values
-
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOC
public static final String CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOC
A named preference that holds the characters that auto activate code assist in Javadoc.Value is of type
String. All characters that trigger auto code assist in Javadoc.- See Also:
- Constant Field Values
-
CODEASSIST_PROPOSALS_BACKGROUND
@Deprecated public static final String CODEASSIST_PROPOSALS_BACKGROUND
Deprecated.As of 3.4, replaced byJFacePreferences.CONTENT_ASSIST_BACKGROUND_COLOR,A named preference that holds the background color used in the code assist selection dialog.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
CODEASSIST_PROPOSALS_FOREGROUND
@Deprecated public static final String CODEASSIST_PROPOSALS_FOREGROUND
Deprecated.As of 3.4, replaced byJFacePreferences.CONTENT_ASSIST_FOREGROUND_COLOR,A named preference that holds the foreground color used in the code assist selection dialog.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
CODEASSIST_PARAMETERS_BACKGROUND
public static final String CODEASSIST_PARAMETERS_BACKGROUND
A named preference that holds the background color used for parameter hints.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
CODEASSIST_PARAMETERS_FOREGROUND
public static final String CODEASSIST_PARAMETERS_FOREGROUND
A named preference that holds the foreground color used in the code assist selection dialog.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
CODEASSIST_REPLACEMENT_BACKGROUND
public static final String CODEASSIST_REPLACEMENT_BACKGROUND
A named preference that holds the background color used in the code assist selection dialog to mark replaced code.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 2.1
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
CODEASSIST_REPLACEMENT_FOREGROUND
public static final String CODEASSIST_REPLACEMENT_FOREGROUND
A named preference that holds the foreground color used in the code assist selection dialog to mark replaced code.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 2.1
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
CODEASSIST_FAVORITE_STATIC_MEMBERS
public static final String CODEASSIST_FAVORITE_STATIC_MEMBERS
A named preference that holds the favorite static members.Value is of type
String: semicolon separated list of favorites.- Since:
- 3.3
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
@Deprecated public static final String REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
Deprecated.A named preference that controls the behavior of the refactoring wizard for showing the error page.Value is of type
String. Valid values are:REFACTOR_FATAL_SEVERITY,REFACTOR_ERROR_SEVERITY,REFACTOR_WARNING_SEVERITYREFACTOR_INFO_SEVERITY,REFACTOR_OK_SEVERITY.
-
REFACTOR_FATAL_SEVERITY
@Deprecated public static final String REFACTOR_FATAL_SEVERITY
Deprecated.Use constantRefactoringStatus.FATALA string value used by the named preferenceREFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
-
REFACTOR_ERROR_SEVERITY
@Deprecated public static final String REFACTOR_ERROR_SEVERITY
Deprecated.Use constantRefactoringStatus.ERRORA string value used by the named preferenceREFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
-
REFACTOR_WARNING_SEVERITY
@Deprecated public static final String REFACTOR_WARNING_SEVERITY
Deprecated.Use constantRefactoringStatus.WARNINGA string value used by the named preferenceREFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
-
REFACTOR_INFO_SEVERITY
@Deprecated public static final String REFACTOR_INFO_SEVERITY
Deprecated.Use constantRefactoringStatus.INFOA string value used by the named preferenceREFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
-
REFACTOR_OK_SEVERITY
@Deprecated public static final String REFACTOR_OK_SEVERITY
Deprecated.Use constantRefactoringStatus.OKA string value used by the named preferenceREFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD.
-
REFACTOR_SAVE_ALL_EDITORS
public static final String REFACTOR_SAVE_ALL_EDITORS
A named preference that controls whether all dirty editors are automatically saved before a refactoring is executed.Value is of type
Boolean.- See Also:
- Constant Field Values
-
REFACTOR_LIGHTWEIGHT
public static final String REFACTOR_LIGHTWEIGHT
A named preference that controls whether certain refactorings use a lightweight UI when started from a Java editor.Value is of type
Boolean.Note: this is work in progress and may change any time
- Since:
- 3.3
- See Also:
- Constant Field Values
-
SEARCH_USE_REDUCED_MENU
public static final String SEARCH_USE_REDUCED_MENU
A named preference that controls a reduced search menu is used in the Java editors.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
BROWSING_LINK_VIEW_TO_EDITOR
public static final String BROWSING_LINK_VIEW_TO_EDITOR
A named preference that controls if the Java Browsing views are linked to the active editor.Value is of type
Boolean.- See Also:
- Constant Field Values
-
BROWSING_STACK_VERTICALLY
public static final String BROWSING_STACK_VERTICALLY
A named preference that controls the layout of the Java Browsing views vertically. Boolean value.Value is of type
Boolean. Iftruethe views are stacked vertical. Iffalsethey are stacked horizontal.- See Also:
- Constant Field Values
-
TEMPLATES_USE_CODEFORMATTER
public static final String TEMPLATES_USE_CODEFORMATTER
A named preference that controls if templates are formatted when applied.Value is of type
Boolean.- Since:
- 2.1
- See Also:
- Constant Field Values
-
FORMATTER_PROFILE
public static final String FORMATTER_PROFILE
A named preference that controls which profile is used by the code formatter.Value is of type
String.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_ANNOTATION_ROLL_OVER
public static final String EDITOR_ANNOTATION_ROLL_OVER
A named preference that controls whether annotation roll over is used or not.Value is of type
Boolean. Iftruethe annotation ruler column uses a roll over to display multiple annotations- Since:
- 3.0
- See Also:
- Constant Field Values
-
CODEASSIST_PREFIX_COMPLETION
public static final String CODEASSIST_PREFIX_COMPLETION
A named preference that controls if content assist inserts the common prefix of all proposals before presenting choices.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
CODEASSIST_EXCLUDED_CATEGORIES
public static final String CODEASSIST_EXCLUDED_CATEGORIES
A named preference that controls which completion proposal categories have been excluded from the default proposal list.Value is of type
String, a "\0"-separated list of identifiers.
-
CODEASSIST_CATEGORY_ORDER
public static final String CODEASSIST_CATEGORY_ORDER
A named preference that controls which the order of the specific code assist commands.Value is of type
String, a "\0"-separated list with categoryId:cycleState where- categoryId is the
Stringholding the category ID - cycleState is an
intwhich specifies the rank and the enablement:- enabled= cycleState < 65535
- rank= enabled ? cycleState : cycleState - 65535)
- Since:
- 3.2
- See Also:
- Constant Field Values
- categoryId is the
-
EDITOR_FOLDING_ENABLED
public static final String EDITOR_FOLDING_ENABLED
A named preference that controls whether folding is enabled in the Java editor.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_FOLDING_PROVIDER
public static final String EDITOR_FOLDING_PROVIDER
A named preference that stores the configured folding provider.Value is of type
String.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_FOLDING_JAVADOC
public static final String EDITOR_FOLDING_JAVADOC
A named preference that stores the value for Javadoc folding for the default folding provider.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_FOLDING_INNERTYPES
public static final String EDITOR_FOLDING_INNERTYPES
A named preference that stores the value for inner type folding for the default folding provider.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_FOLDING_METHODS
public static final String EDITOR_FOLDING_METHODS
A named preference that stores the value for method folding for the default folding provider.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_FOLDING_IMPORTS
public static final String EDITOR_FOLDING_IMPORTS
A named preference that stores the value for imports folding for the default folding provider.Value is of type
Boolean.- Since:
- 3.0
- See Also:
- Constant Field Values
-
EDITOR_FOLDING_HEADERS
public static final String EDITOR_FOLDING_HEADERS
A named preference that stores the value for header comment folding for the default folding provider.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PREF_DEFAULT_EXPAND_WITH_CONSTRUCTORS_MEMBERS
public static final String PREF_DEFAULT_EXPAND_WITH_CONSTRUCTORS_MEMBERS
A named preference that holds the methods or types whose methods are by default expanded with constructors in the Call Hierarchy.Value is of type
String: semicolon separated list of fully qualified type names appended with ".*" or "." + method name.- Since:
- 3.6
- See Also:
- Constant Field Values
-
PREF_ANONYMOUS_EXPAND_WITH_CONSTRUCTORS
public static final String PREF_ANONYMOUS_EXPAND_WITH_CONSTRUCTORS
A named preference that controls whether methods from anonymous types are by default expanded with constructors in the Call Hierarchy.Value is of type
Boolean.- Since:
- 3.6
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_EDITOR_TEXT_FONT
public static final String PROPERTIES_FILE_EDITOR_TEXT_FONT
The symbolic font name for the Java properties file editor text font (value"org.eclipse.jdt.ui.PropertiesFileEditor.textfont").- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_KEY
public static final String PROPERTIES_FILE_COLORING_KEY
A named preference that holds the color used to render keys in a properties file.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.1
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
PROPERTIES_FILE_COLORING_KEY_BOLD
public static final String PROPERTIES_FILE_COLORING_KEY_BOLD
A named preference that controls whether keys in a properties file are rendered in bold.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_KEY_ITALIC
public static final String PROPERTIES_FILE_COLORING_KEY_ITALIC
A named preference that controls whether keys in a properties file are rendered in italic.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_KEY_STRIKETHROUGH
public static final String PROPERTIES_FILE_COLORING_KEY_STRIKETHROUGH
A named preference that controls whether keys in a properties file are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_KEY_UNDERLINE
public static final String PROPERTIES_FILE_COLORING_KEY_UNDERLINE
A named preference that controls whether keys in a properties file are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_COMMENT
public static final String PROPERTIES_FILE_COLORING_COMMENT
A named preference that holds the color used to render comments in a properties file.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.1
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
PROPERTIES_FILE_COLORING_COMMENT_BOLD
public static final String PROPERTIES_FILE_COLORING_COMMENT_BOLD
A named preference that controls whether comments in a properties file are rendered in bold.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_COMMENT_ITALIC
public static final String PROPERTIES_FILE_COLORING_COMMENT_ITALIC
A named preference that controls whether comments in a properties file are rendered in italic.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_COMMENT_STRIKETHROUGH
public static final String PROPERTIES_FILE_COLORING_COMMENT_STRIKETHROUGH
A named preference that controls whether comments in a properties file are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_COMMENT_UNDERLINE
public static final String PROPERTIES_FILE_COLORING_COMMENT_UNDERLINE
A named preference that controls whether comments in a properties file are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_VALUE
public static final String PROPERTIES_FILE_COLORING_VALUE
A named preference that holds the color used to render values in a properties file.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.1
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
PROPERTIES_FILE_COLORING_VALUE_BOLD
public static final String PROPERTIES_FILE_COLORING_VALUE_BOLD
A named preference that controls whether values in a properties file are rendered in bold.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_VALUE_ITALIC
public static final String PROPERTIES_FILE_COLORING_VALUE_ITALIC
A named preference that controls whether values in a properties file are rendered in italic.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_VALUE_STRIKETHROUGH
public static final String PROPERTIES_FILE_COLORING_VALUE_STRIKETHROUGH
A named preference that controls whether values in a properties file are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_VALUE_UNDERLINE
public static final String PROPERTIES_FILE_COLORING_VALUE_UNDERLINE
A named preference that controls whether values in a properties file are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_ASSIGNMENT
public static final String PROPERTIES_FILE_COLORING_ASSIGNMENT
A named preference that holds the color used to render assignments in a properties file.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.1
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
PROPERTIES_FILE_COLORING_ASSIGNMENT_BOLD
public static final String PROPERTIES_FILE_COLORING_ASSIGNMENT_BOLD
A named preference that controls whether assignments in a properties file are rendered in bold.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_ASSIGNMENT_ITALIC
public static final String PROPERTIES_FILE_COLORING_ASSIGNMENT_ITALIC
A named preference that controls whether assignments in a properties file are rendered in italic.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_ASSIGNMENT_STRIKETHROUGH
public static final String PROPERTIES_FILE_COLORING_ASSIGNMENT_STRIKETHROUGH
A named preference that controls whether assignments in a properties file are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_ASSIGNMENT_UNDERLINE
public static final String PROPERTIES_FILE_COLORING_ASSIGNMENT_UNDERLINE
A named preference that controls whether assignments in a properties file are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_ARGUMENT
public static final String PROPERTIES_FILE_COLORING_ARGUMENT
A named preference that holds the color used to render arguments in a properties file.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.1
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
PROPERTIES_FILE_COLORING_ARGUMENT_BOLD
public static final String PROPERTIES_FILE_COLORING_ARGUMENT_BOLD
A named preference that controls whether arguments in a properties file are rendered in bold.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_ARGUMENT_ITALIC
public static final String PROPERTIES_FILE_COLORING_ARGUMENT_ITALIC
A named preference that controls whether arguments in a properties file are rendered in italic.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_ARGUMENT_STRIKETHROUGH
public static final String PROPERTIES_FILE_COLORING_ARGUMENT_STRIKETHROUGH
A named preference that controls whether arguments in a properties file are rendered in strikethrough.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_COLORING_ARGUMENT_UNDERLINE
public static final String PROPERTIES_FILE_COLORING_ARGUMENT_UNDERLINE
A named preference that controls whether arguments in a properties file are rendered in underline.Value is of type
Boolean.- Since:
- 3.1
- See Also:
- Constant Field Values
-
CODEASSIST_LRU_HISTORY
public static final String CODEASSIST_LRU_HISTORY
A named preference that stores the content assist LRU historyValue is an XML encoded version of the history.
- Since:
- 3.2
- See Also:
ContentAssistHistory.load(org.eclipse.core.runtime.Preferences, String), Constant Field Values
-
CODEASSIST_SORTER
public static final String CODEASSIST_SORTER
A named preference that stores the content assist sorter id.Value is a
String.- Since:
- 3.2
- See Also:
ProposalSorterRegistry, Constant Field Values
-
EDITOR_SOURCE_HOVER_BACKGROUND_COLOR
public static final String EDITOR_SOURCE_HOVER_BACKGROUND_COLOR
A named preference that holds the source hover background color.Value is of type
String. A RGB color value encoded as a string using classPreferenceConverter- Since:
- 3.3
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_SOURCE_HOVER_BACKGROUND_COLOR_SYSTEM_DEFAULT
public static final String EDITOR_SOURCE_HOVER_BACKGROUND_COLOR_SYSTEM_DEFAULT
A named preference that tells whether to use the system default color (SWT.COLOR_INFO_BACKGROUND) for the source hover background color.Value is of type
Boolean.- Since:
- 3.3
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
DECORATE_TEST_CODE_CONTAINER_ICONS
public static final String DECORATE_TEST_CODE_CONTAINER_ICONS
A named preference that tells whether to use different icons for source folders marked to contain test code and classpath entries visible only for test sources.Value is of type
Boolean.- Since:
- 3.14
- See Also:
StringConverter,PreferenceConverter, Constant Field Values
-
EDITOR_CODEMINING_ENABLED
public static final String EDITOR_CODEMINING_ENABLED
A named preference that controls whether codemining is enabled in the Java editor.Value is of type
Boolean.- Since:
- 3.16
- See Also:
- Constant Field Values
-
EDITOR_JAVA_CODEMINING_SHOW_CODEMINING_AT_LEAST_ONE
public static final String EDITOR_JAVA_CODEMINING_SHOW_CODEMINING_AT_LEAST_ONE
A named preference that stores the value for "Only if there is at least one result".Value is of type
Boolean.- Since:
- 3.16
- See Also:
- Constant Field Values
-
EDITOR_JAVA_CODEMINING_SHOW_REFERENCES
public static final String EDITOR_JAVA_CODEMINING_SHOW_REFERENCES
A named preference that stores the value for "Show references" codemining.Value is of type
Boolean.- Since:
- 3.16
- See Also:
- Constant Field Values
-
EDITOR_JAVA_CODEMINING_SHOW_REFERENCES_ON_TYPES
public static final String EDITOR_JAVA_CODEMINING_SHOW_REFERENCES_ON_TYPES
A named preference that stores the value for "Show references" on types.Value is of type
Boolean.- Since:
- 3.16
- See Also:
- Constant Field Values
-
EDITOR_JAVA_CODEMINING_SHOW_REFERENCES_ON_FIELDS
public static final String EDITOR_JAVA_CODEMINING_SHOW_REFERENCES_ON_FIELDS
A named preference that stores the value for "Show references" on fields.Value is of type
Boolean.- Since:
- 3.16
- See Also:
- Constant Field Values
-
EDITOR_JAVA_CODEMINING_SHOW_REFERENCES_ON_METHODS
public static final String EDITOR_JAVA_CODEMINING_SHOW_REFERENCES_ON_METHODS
A named preference that stores the value for "Show references" on methods.Value is of type
Boolean.- Since:
- 3.16
- See Also:
- Constant Field Values
-
EDITOR_JAVA_CODEMINING_SHOW_IMPLEMENTATIONS
public static final String EDITOR_JAVA_CODEMINING_SHOW_IMPLEMENTATIONS
A named preference that stores the value for "Show implementations" codemining.Value is of type
Boolean.- Since:
- 3.16
- See Also:
- Constant Field Values
-
EDITOR_JAVA_CODEMINING_SHOW_PARAMETER_NAMES
public static final String EDITOR_JAVA_CODEMINING_SHOW_PARAMETER_NAMES
A named preference that stores the value for "Show parameter names" codemining.Value is of type
Boolean.- Since:
- 3.18
- See Also:
- Constant Field Values
-
PREF_MAX_CHAINS
public static final String PREF_MAX_CHAINS
A named preference that stores the maximum number of chain completions to be proposed at one time.Value is of type
Integer- Since:
- 3.18
- See Also:
- Constant Field Values
-
PREF_MIN_CHAIN_LENGTH
public static final String PREF_MIN_CHAIN_LENGTH
A named preference that stores the minimum number of chain sequences for a given completion.Value is of type
Integer- Since:
- 3.18
- See Also:
- Constant Field Values
-
PREF_MAX_CHAIN_LENGTH
public static final String PREF_MAX_CHAIN_LENGTH
A named preference that stores the maximum number of chain sequences for a given completion.Value is of type
Integer- Since:
- 3.18
- See Also:
- Constant Field Values
-
PREF_CHAIN_TIMEOUT
public static final String PREF_CHAIN_TIMEOUT
A named preference that stores the amount of time (in seconds) to allow for chain completion processing. The chain completion processor timeout value.Value is of type
Integer- Since:
- 3.18
- See Also:
- Constant Field Values
-
PREF_CHAIN_IGNORED_TYPES
public static final String PREF_CHAIN_IGNORED_TYPES
A named preference that stores a '|' separated list of types to exclude from chain completion processing.Value is of type
String- Since:
- 3.18
- See Also:
- Constant Field Values
-
-
Method Detail
-
initializeDefaultValues
public static void initializeDefaultValues(IPreferenceStore store)
Initializes the given preference store with the default values.- Parameters:
store- the preference store to be initialized- Since:
- 2.1
-
getPreferenceStore
public static IPreferenceStore getPreferenceStore()
Returns the JDT-UI preference store.- Returns:
- the JDT-UI preference store
-
encodeJRELibrary
public static String encodeJRELibrary(String description, IClasspathEntry[] entries)
Encodes a JRE library to be used in the named preferenceNEWPROJECT_JRELIBRARY_LIST.- Parameters:
description- a string value describing the JRE library. The description is used to identify the JDR library in the UIentries- an array of classpath entries to be encoded- Returns:
- the encoded string.
-
decodeJRELibraryDescription
public static String decodeJRELibraryDescription(String encodedLibrary)
Decodes an encoded JRE library and returns its description string.- Parameters:
encodedLibrary- the encoded library- Returns:
- the description of an encoded JRE library
- See Also:
encodeJRELibrary(String, IClasspathEntry[])
-
decodeJRELibraryClasspathEntries
public static IClasspathEntry[] decodeJRELibraryClasspathEntries(String encodedLibrary)
Decodes an encoded JRE library and returns its class path entries.- Parameters:
encodedLibrary- the encoded library- Returns:
- the array of classpath entries of an encoded JRE library.
- See Also:
encodeJRELibrary(String, IClasspathEntry[])
-
getDefaultJRELibrary
public static IClasspathEntry[] getDefaultJRELibrary()
Returns the current configuration for the JRE to be used as default in new Java projects. This is a convenience method to access the named preferenceNEWPROJECT_JRELIBRARY_LISTwith the index defined byNEWPROJECT_JRELIBRARY_INDEX.- Returns:
- the current default set of class path entries
- See Also:
NEWPROJECT_JRELIBRARY_LIST,NEWPROJECT_JRELIBRARY_INDEX
-
getExcludedCompletionProposalCategories
public static String[] getExcludedCompletionProposalCategories()
Returns the completion proposal categories which are excluded from the default proposal list.- Returns:
- an array with the IDs of the excluded categories
- Since:
- 3.4
- See Also:
CODEASSIST_EXCLUDED_CATEGORIES
-
setExcludedCompletionProposalCategories
public static void setExcludedCompletionProposalCategories(String[] categories)
Sets the completion proposal categories which are excluded from the default proposal list and reloads the registry.- Parameters:
categories- the array with the IDs of the excluded categories- Since:
- 3.4
- See Also:
CODEASSIST_EXCLUDED_CATEGORIES
-
getPreference
public static String getPreference(String key, IJavaProject project)
Returns the value for the given key in the given context.- Parameters:
key- The preference keyproject- The current context ornullif no context is available and the workspace setting should be taken. Note that passingnullshould be avoided.- Returns:
- Returns the current value for the string.
- Since:
- 3.1
-
-