public final class SimpleValueNames extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALT_HYPERLINK_ACTIVATION_MODIFIERS
Modifiers for which the alternative hyperlinks should be enabled.
|
static String |
BRACE_FIRST_TOOLTIP
Show tooltips if the brace start line is hidden (outside the screen).
|
static String |
BRACE_SHOW_OUTLINE
Show brace matching outline in the sidebar of the editor.
|
static String |
CARET_BLINK_RATE
Caret blink rate in milliseconds.
|
static String |
CARET_COLOR_INSERT_MODE
Deprecated.
Use FontColorNames#CARET_INSERT_MODE_COLORING.
|
static String |
CARET_COLOR_OVERWRITE_MODE
Deprecated.
Use FontColorNames#CARET_OVERWRITE_MODE_COLORING.
|
static String |
CARET_ITALIC_INSERT_MODE
If true, the insert mode caret will be italicized if the underlying font is italic.
|
static String |
CARET_ITALIC_OVERWRITE_MODE
If true, the overwrite mode caret will be italicized if the underlying font is italic.
|
static String |
CARET_TYPE_INSERT_MODE
The type of the editor caret in the insert mode.
|
static String |
CARET_TYPE_OVERWRITE_MODE
The type of the editor caret in the overwrite mode.
|
static String |
CODE_FOLDING_COLLAPSE_IMPORT
Collapse imports or includes section.
|
static String |
CODE_FOLDING_COLLAPSE_INITIAL_COMMENT
Collapse initial comment.
|
static String |
CODE_FOLDING_COLLAPSE_INNERCLASS
Collapse inner classes.
|
static String |
CODE_FOLDING_COLLAPSE_JAVADOC
Collapse documentation (eg.
|
static String |
CODE_FOLDING_COLLAPSE_METHOD
Collapse method bodies.
|
static String |
CODE_FOLDING_COLLAPSE_TAGS
Collapse tags or other non java code blocks.
|
static String |
CODE_FOLDING_ENABLE
Enable/Disable code folding
Values: java.lang.Boolean instances
|
static String |
COMPLETION_AUTO_POPUP
Whether the code completion window should popup automatically.
|
static String |
COMPLETION_AUTO_POPUP_DELAY
The delay after which the completion window is shown automatically.
|
static String |
COMPLETION_CASE_SENSITIVE
Whether the code completion query search will be case sensitive
Values: java.lang.Boolean
|
static String |
COMPLETION_INSTANT_SUBSTITUTION
Whether perform instant substitution, if the search result contains only one item
Values: java.lang.Boolean
|
static String |
COMPLETION_NATURAL_SORT
Whether the code completion sorting will be natural
Values: java.lang.Boolean
|
static String |
COMPLETION_PAIR_CHARACTERS
Whether to complete pair characters such as [], (), {}, '' and tags
Values: java.lang.Boolean
|
static String |
COMPLETION_PANE_MAX_SIZE
The maximum size of the completion pane component.
|
static String |
COMPLETION_PANE_MIN_SIZE
The minimum size of the completion pane component.
|
static String |
COMPLETION_PARAMETER_TOOLTIP
Whether the code completion should include parameter tooltip.
|
static String |
EDITOR_SEARCH_TYPE
Determines editor search type.
|
static String |
ENABLE_INDENTATION
Whether indentation is enabled.
|
static String |
EXPAND_TABS
Whether expand typed tabs to spaces.
|
static String |
HIGHLIGHT_CARET_ROW
Highlight the row where the caret currently is.
|
static String |
HIGHLIGHT_MATCH_BRACE
Highlight the matching brace (if the caret currently stands after the brace).
|
static String |
HYPERLINK_ACTIVATION_MODIFIERS
Modifiers for which the hyperlinks should be enabled.
|
static String |
INDENT_SHIFT_WIDTH
Shift-width says how many spaces should the formatter use
to indent the more inner level of code.
|
static String |
JAVADOC_AUTO_POPUP
Whether the javaDoc window should popup automatically.
|
static String |
JAVADOC_AUTO_POPUP_DELAY
The delay after which the javaDoc window is shown automatically.
|
static String |
JAVADOC_BG_COLOR
Deprecated.
Use FontColorNames#DOCUMENTATION_POPUP_COLORING
|
static String |
JAVADOC_POPUP_NEXT_TO_CC
Whether javadoc popup should be displayed to the right of CC popup
|
static String |
JAVADOC_PREFERRED_SIZE
The preferred size of javaDoc popup window
Values: java.awt.Dimension
|
static String |
LINE_HEIGHT_CORRECTION
Float constant by which the height of the character obtained from
the font is multiplied.
|
static String |
LINE_NUMBER_VISIBLE
Whether to display line numbers on the left part of the screen.
|
static String |
MARGIN
Margin for the editor component
Values: java.awt.Insets instances
|
static String |
NON_PRINTABLE_CHARACTERS_VISIBLE
Whether to display non-printable characters (eg.
|
static String |
ON_SAVE_REFORMAT
Determines whether and how a document being saved should be reformatted.
|
static String |
ON_SAVE_REMOVE_TRAILING_WHITESPACE
Determines whether to remove trailing whitespace when saving files and how exactly to do that.
|
static String |
ON_SAVE_USE_GLOBAL_SETTINGS
Determines whether use on-save settings for all languages (global mime-type "")
or specific settings for a mime-type.
|
static String |
POPUP_MENU_ENABLED
Whether popup menu will be displayed on mouse right-click or not.
|
static String |
SCROLL_FIND_INSETS
How much space must be reserved in each direction for the find operation.
|
static String |
SCROLL_JUMP_INSETS
How much should the view jump when scrolling goes off the screen.
|
static String |
SHOW_DEPRECATED_MEMBERS
Whether show deprecated members in code completion popup window
Values: java.lang.Boolean
|
static String |
SPACES_PER_TAB
How many spaces substitute per one typed tab.
|
static String |
STATUS_BAR_CARET_DELAY
Delay for updating information about caret in the status bar.
|
static String |
STATUS_BAR_VISIBLE
Whether status bar should be visible or not.
|
static String |
TAB_SIZE
Number of spaces to draw when the '\t' character
is found in the text.
|
static String |
TEXT_LEFT_MARGIN_WIDTH
Width of the margin on the left side of the text just after the line-number bar.
|
static String |
TEXT_LIMIT_LINE_COLOR
Deprecated.
Use FontColorNames#TEXT_LIMIT_LINE_COLORING
|
static String |
TEXT_LIMIT_LINE_VISIBLE
Whether the line displaying the text limit should be displayed.
|
static String |
TEXT_LIMIT_WIDTH
After how many characters the text limit line should be displayed.
|
static String |
TEXT_LINE_WRAP
Determines if and what kind of line wrapping algorithm should be used in the editor.
|
static String |
THICK_CARET_WIDTH
Width of caret when
thick-line-caret is selected
Values: java.lang.Integer instances |
static String |
TOOLBAR_VISIBLE_PROP |
public static final String TAB_SIZE
public static final String ENABLE_INDENTATION
public static final String EXPAND_TABS
public static final String SPACES_PER_TAB
public static final String INDENT_SHIFT_WIDTH
public static final String CARET_TYPE_INSERT_MODE
The available types are:
line-caret
- default 2point caret
thin-line-caret
- swing-like thin caret
block-caret
- a block covering a whole character
public static final String CARET_TYPE_OVERWRITE_MODE
The available types are:
line-caret
- default 2point caret
thin-line-caret
- swing-like thin caret
block-caret
- a block covering a whole character
public static final String THICK_CARET_WIDTH
thick-line-caret
is selected
Values: java.lang.Integer instancespublic static final String CARET_ITALIC_INSERT_MODE
public static final String CARET_ITALIC_OVERWRITE_MODE
@Deprecated public static final String CARET_COLOR_INSERT_MODE
@Deprecated public static final String CARET_COLOR_OVERWRITE_MODE
public static final String CARET_BLINK_RATE
public static final String LINE_NUMBER_VISIBLE
public static final String SCROLL_JUMP_INSETS
public static final String SCROLL_FIND_INSETS
public static final String MARGIN
public static final String TEXT_LEFT_MARGIN_WIDTH
public static final String LINE_HEIGHT_CORRECTION
public static final String STATUS_BAR_VISIBLE
public static final String STATUS_BAR_CARET_DELAY
public static final String TEXT_LIMIT_LINE_VISIBLE
@Deprecated public static final String TEXT_LIMIT_LINE_COLOR
public static final String TEXT_LIMIT_WIDTH
public static final String TEXT_LINE_WRAP
public static final String CODE_FOLDING_ENABLE
public static final String CODE_FOLDING_COLLAPSE_INITIAL_COMMENT
public static final String CODE_FOLDING_COLLAPSE_METHOD
public static final String CODE_FOLDING_COLLAPSE_INNERCLASS
public static final String CODE_FOLDING_COLLAPSE_IMPORT
public static final String CODE_FOLDING_COLLAPSE_JAVADOC
public static final String CODE_FOLDING_COLLAPSE_TAGS
public static final String HIGHLIGHT_CARET_ROW
public static final String HIGHLIGHT_MATCH_BRACE
public static final String COMPLETION_AUTO_POPUP
public static final String COMPLETION_CASE_SENSITIVE
public static final String COMPLETION_NATURAL_SORT
public static final String COMPLETION_INSTANT_SUBSTITUTION
public static final String COMPLETION_AUTO_POPUP_DELAY
public static final String COMPLETION_PANE_MIN_SIZE
public static final String COMPLETION_PANE_MAX_SIZE
public static final String COMPLETION_PAIR_CHARACTERS
public static final String COMPLETION_PARAMETER_TOOLTIP
@Deprecated public static final String JAVADOC_BG_COLOR
public static final String JAVADOC_AUTO_POPUP_DELAY
public static final String JAVADOC_PREFERRED_SIZE
public static final String JAVADOC_AUTO_POPUP
public static final String SHOW_DEPRECATED_MEMBERS
public static final String HYPERLINK_ACTIVATION_MODIFIERS
public static final String ALT_HYPERLINK_ACTIVATION_MODIFIERS
public static final String POPUP_MENU_ENABLED
public static final String TOOLBAR_VISIBLE_PROP
public static final String JAVADOC_POPUP_NEXT_TO_CC
public static final String NON_PRINTABLE_CHARACTERS_VISIBLE
public static final String ON_SAVE_REMOVE_TRAILING_WHITESPACE
public static final String ON_SAVE_REFORMAT
public static final String ON_SAVE_USE_GLOBAL_SETTINGS
public static final String EDITOR_SEARCH_TYPE
public static final String BRACE_SHOW_OUTLINE
public static final String BRACE_FIRST_TOOLTIP