REINDENT_WITH_TEXT_BEFORE Whether lines should be indented on an indent hot key if there is non
whitespace before the typed hot key.
Field Detail
CARET_SIMPLE_MATCH_BRACE
final public static String CARET_SIMPLE_MATCH_BRACE(Code)
Whether the fast and simple matching should be used for higlighting the
matching brace. Its disadvantage is that it doesn't ignore the comments
and string and character constants in the search.
COMPLETION_AUTO_POPUP
final public static String COMPLETION_AUTO_POPUP(Code)
Whether the code completion window should popup automatically. Values:
java.lang.Boolean
COMPLETION_AUTO_POPUP_DELAY
final public static String COMPLETION_AUTO_POPUP_DELAY(Code)
The delay after which the completion window is shown automatically.
Values: java.lang.Integer
COMPLETION_PANE_MAX_SIZE
final public static String COMPLETION_PANE_MAX_SIZE(Code)
The maximum size of the completion pane component. Values:
java.awt.Dimension
COMPLETION_PANE_MIN_SIZE
final public static String COMPLETION_PANE_MIN_SIZE(Code)
The minimum size of the completion pane component. Values:
java.awt.Dimension
COMPLETION_REFRESH_DELAY
final public static String COMPLETION_REFRESH_DELAY(Code)
The delay after which the completion window is refreshed. Values:
java.lang.Integer
DIALOG_POPUP_MENU_ACTION_NAME_LIST
final public static String DIALOG_POPUP_MENU_ACTION_NAME_LIST(Code)
List of the action names that should be shown in the popup menu when
JEditorPane is shown in the dialogs. It corresponds Null name means
separator. Values: java.util.List containing java.lang.String instances
DISPLAY_GO_TO_CLASS_INFO
final public static String DISPLAY_GO_TO_CLASS_INFO(Code)
Display info before Go To Class feature
HIGHLIGHT_CARET_ROW
final public static String HIGHLIGHT_CARET_ROW(Code)
Highlight the row where the caret currently is. The ExtCaret must be
used. Values: java.lang.Boolean
HIGHLIGHT_CARET_ROW_COLORING
final public static String HIGHLIGHT_CARET_ROW_COLORING(Code)
Coloring used to highlight the row where the caret resides
HIGHLIGHT_MATCH_BRACE
final public static String HIGHLIGHT_MATCH_BRACE(Code)
Highlight the matching brace (if the caret currently stands after the
brace). The ExtCaret must be used. Values: java.lang.Boolean
HIGHLIGHT_MATCH_BRACE_COLORING
final public static String HIGHLIGHT_MATCH_BRACE_COLORING(Code)
Coloring used to highlight the matching brace
HIGHLIGHT_MATCH_BRACE_DELAY
final public static String HIGHLIGHT_MATCH_BRACE_DELAY(Code)
Delay (milliseconds) after which the matching brace will be updated. This
is intended to eliminate flicker if the user holds the arrow key pressed.
INDENT_HOT_CHARS_ACCEPTOR
final public static String INDENT_HOT_CHARS_ACCEPTOR(Code)
Acceptor sensitive to characters that cause that that the current line
will be reformatted immediately.
POPUP_MENU_ACTION_NAME_LIST
final public static String POPUP_MENU_ACTION_NAME_LIST(Code)
List of the action names that should be shown in the popup menu. Null
name means separator. Values: java.util.List containing java.lang.String
instances
POPUP_MENU_ENABLED
final public static String POPUP_MENU_ENABLED(Code)
Whether popup menu will be displayed on mouse right-click or not. It's
set to true by default. Values: java.lang.Boolean
REINDENT_WITH_TEXT_BEFORE
final public static String REINDENT_WITH_TEXT_BEFORE(Code)
Whether lines should be indented on an indent hot key if there is non
whitespace before the typed hot key. See editor issue #10771. Values:
java.lang.Boolean
Fields inherited from org.netbeans.editor.SettingsNames