Interface IPreferenceConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
Preference to show/hide the CoolBar.static final String
static final String
static final String
static final String
static final String
Boolean; true = EditorList displays full pathstatic final int
static final int
static final String
static final String
static final int
static final int
static final int
static final String
static final String
static final String
static final String
The key for the preference indicating which tab is selected in the keys preference page when last okay was pressed.static final String
This preference is the threshold value to determine whether a document is large or not.static final String
This preference specifies file types which support a custom editor for large files.static final String
static final String
static final String
The key for the preference indicating whether multi-stroke key sequences should provide assistance to the user.static final String
The key for the preference indicating how long the assist window should wait before opening.static final String
static final String
static final String
static final String
static final int
static final int
static final String
Workbench preference id for determining whether the user has chosen to override some of the settings in the current presentation.static final String
Preference to show/hide the PerspectiveBar.static final String
static final String
static final String
static final String
static final String
static final String
static final String
Preference to show user jobs in a dialog.static final String
Preference id for whether the editors may save automatically.static final String
Preference value that specifies the time interval in seconds between editors auto-saves.static final String
static final char
static final String
Workbench preference id for determining whether the user will be prompted for activity enablement.static final String
Preference for whether pressed command keys are to be visualizedstatic final String
Preference for whether pressed command keys are to be visualizedstatic final String
Preference for the time (in ms) after the command keys UI is to be closedstatic final String
static final String
static final String
Deprecated.static final String
Workbench preference to use the new IPersistableEditor interface throughout the workbench new editor/open editor calls.static final String
Preference value that specifies the time interval in minutes between workbench auto-saves.
-
Field Details
-
OPEN_ON_SINGLE_CLICK
- See Also:
-
SELECT_ON_HOVER
- See Also:
-
OPEN_AFTER_DELAY
- See Also:
-
BIDI_SUPPORT
- See Also:
-
TEXT_DIRECTION
- See Also:
-
LAYOUT_DIRECTION
- See Also:
-
NL_EXTENSIONS
- See Also:
-
COLOR_ICONS
- See Also:
-
EDITORS
- See Also:
-
RESOURCES
- See Also:
-
PERSPECTIVES
- See Also:
-
REUSE_EDITORS
- See Also:
-
REUSE_EDITORS_BOOLEAN
- See Also:
-
RECENT_FILES
- See Also:
-
OPEN_PERSP_MODE
- See Also:
-
OPM_ACTIVE_PAGE
static final int OPM_ACTIVE_PAGE- See Also:
-
OPM_NEW_WINDOW
static final int OPM_NEW_WINDOW- See Also:
-
ENABLED_DECORATORS
- See Also:
-
STICKY_CYCLE
- See Also:
-
PLUGINS_NOT_ACTIVATED_ON_STARTUP
- See Also:
-
SEPARATOR
static final char SEPARATOR- See Also:
-
DEFAULT_EDITORS
- See Also:
-
DEFAULT_EDITORS_CACHE
- See Also:
-
DEFAULT_EDITOR_FOR_CONTENT_TYPE
- See Also:
-
EDITOR_TAB_WIDTH
- See Also:
-
EDITORLIST_PULLDOWN_ACTIVE
- See Also:
-
EDITORLIST_SELECTION_SCOPE
- See Also:
-
EDITORLIST_SET_WINDOW_SCOPE
static final int EDITORLIST_SET_WINDOW_SCOPE- See Also:
-
EDITORLIST_SET_PAGE_SCOPE
static final int EDITORLIST_SET_PAGE_SCOPE- See Also:
-
EDITORLIST_SET_TAB_GROUP_SCOPE
static final int EDITORLIST_SET_TAB_GROUP_SCOPE- See Also:
-
EDITORLIST_SORT_CRITERIA
- See Also:
-
EDITORLIST_NAME_SORT
static final int EDITORLIST_NAME_SORT- See Also:
-
EDITORLIST_MRU_SORT
static final int EDITORLIST_MRU_SORT- See Also:
-
MAX_PROGRESS_ENTRIES
- See Also:
-
EDITORLIST_DISPLAY_FULL_NAME
Boolean; true = EditorList displays full path- See Also:
-
OVERRIDE_PRESENTATION
Workbench preference id for determining whether the user has chosen to override some of the settings in the current presentation.The default value for this preference is:
false
(prompt)- Since:
- 3.2
- See Also:
-
KEYS_PREFERENCE_SELECTED_TAB
The key for the preference indicating which tab is selected in the keys preference page when last okay was pressed. This value should never really be directly edited by a user.
This preference is an
int
value. The default value is0
.- Since:
- 3.1
- See Also:
-
MULTI_KEY_ASSIST
The key for the preference indicating whether multi-stroke key sequences should provide assistance to the user. This means that if the user pauses after pressing the first key, a window will open showing the possible completions.
This preference is a
boolean
value. The default value isfalse
.- Since:
- 3.0
- See Also:
-
MULTI_KEY_ASSIST_TIME
The key for the preference indicating how long the assist window should wait before opening. This is a value in milliseconds -- from the time the first key in a multi-key is received by the system, to the time the assist window should appear.
This preference is an
int
value. The default value is1000
.- Since:
- 3.0
- See Also:
-
USE_IPERSISTABLE_EDITORS
Workbench preference to use the new IPersistableEditor interface throughout the workbench new editor/open editor calls.- Since:
- 3.3
- See Also:
-
RUN_IN_BACKGROUND
Preference to show user jobs in a dialog.- See Also:
-
SHOULD_PROMPT_FOR_ENABLEMENT
Workbench preference id for determining whether the user will be prompted for activity enablement. If this is false then activities are enabled automatically. If it is true, then the user is only prompted for activities that they have not already declared a disinterest in via the prompt dialog.The default value for this preference is:
true
(prompt)- Since:
- 3.0
- See Also:
-
COOLBAR_VISIBLE
Preference to show/hide the CoolBar.- Since:
- 3.6
- See Also:
-
PERSPECTIVEBAR_VISIBLE
Preference to show/hide the PerspectiveBar.- Since:
- 3.6
- See Also:
-
USE_32_THREADING
Deprecated.Preference is not supported anymore- Since:
- 3.4
- See Also:
-
WORKBENCH_SAVE_INTERVAL
Preference value that specifies the time interval in minutes between workbench auto-saves. If the value is zero it disables workbench auto-save.- Since:
- 3.105
- See Also:
-
LARGE_DOC_SIZE_FOR_EDITORS
This preference is the threshold value to determine whether a document is large or not. When the user tries to open a file larger than the threshold, then EditorSelectionDialog will be opened, suggesting the user to open with an external editor.This preference is a
long
value that represents the threshold in bytes. The default value is0
meaning no prompting on editor opening.- Since:
- 3.7
- See Also:
-
LARGE_FILE_LIMITS
This preference specifies file types which support a custom editor for large files.This preference is a
String
value that list comma-separated file extensions (without a dot), for which a custom editor is specified when the input file exceeds a given file size.- Since:
- 3.124.100
- See Also:
-
SAVE_AUTOMATICALLY
Preference id for whether the editors may save automatically.The boolean default value for this preference is:
false
.- Since:
- 3.8
- See Also:
-
SAVE_AUTOMATICALLY_INTERVAL
Preference value that specifies the time interval in seconds between editors auto-saves.The integer default value for this preference is:
60
.- Since:
- 3.8
- See Also:
-
SHOW_KEYS_ENABLED_FOR_KEYBOARD
Preference for whether pressed command keys are to be visualizedThe boolean default value for this preference is:
false
.- Since:
- 3.119
- See Also:
-
SHOW_KEYS_ENABLED_FOR_MOUSE_EVENTS
Preference for whether pressed command keys are to be visualizedThe boolean default value for this preference is:
false
.- Since:
- 3.119
- See Also:
-
SHOW_KEYS_TIME_TO_CLOSE
Preference for the time (in ms) after the command keys UI is to be closedThe integer default value for this preference is:
3000
.- Since:
- 3.115
- See Also:
-