Field Summary |
|
final public static String | CARET_SIMPLE_MATCH_BRACE Whether the fast and simple matching should be used for higlighting the
matching brace. |
final public static String | COMPLETION_AUTO_POPUP Whether the code completion window should popup automatically. |
final public static String | COMPLETION_AUTO_POPUP_DELAY The delay after which the completion window is shown automatically. |
final public static String | COMPLETION_PANE_MAX_SIZE The maximum size of the completion pane component. |
final public static String | COMPLETION_PANE_MIN_SIZE The minimum size of the completion pane component. |
final public static String | COMPLETION_REFRESH_DELAY The delay after which the completion window is refreshed. |
final public static String | DIALOG_POPUP_MENU_ACTION_NAME_LIST List of the action names that should be shown in the popup menu when
JEditorPane is shown in the dialogs. |
final public static String | DISPLAY_GO_TO_CLASS_INFO |
final public static String | HIGHLIGHT_CARET_ROW Highlight the row where the caret currently is. |
final public static String | HIGHLIGHT_CARET_ROW_COLORING |
final public static String | HIGHLIGHT_MATCH_BRACE Highlight the matching brace (if the caret currently stands after the
brace). |
final public static String | HIGHLIGHT_MATCH_BRACE_COLORING |
final public static String | HIGHLIGHT_MATCH_BRACE_DELAY Delay (milliseconds) after which the matching brace will be updated. |
final public static String | INDENT_HOT_CHARS_ACCEPTOR Acceptor sensitive to characters that cause that that the current line
will be reformatted immediately. |
final public static String | POPUP_MENU_ACTION_NAME_LIST List of the action names that should be shown in the popup menu. |
final public static String | POPUP_MENU_ENABLED Whether popup menu will be displayed on mouse right-click or not. |
final public static String | REINDENT_WITH_TEXT_BEFORE Whether lines should be indented on an indent hot key if there is non
whitespace before the typed hot key. |