|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.editor.SettingsNames
org.netbeans.editor.ext.ExtSettingsNames
public class ExtSettingsNames
Names of the extended editor settings.
Field Summary | |
---|---|
static String |
ALWAYS
Two levels of performing auto update of Code Completion DB ALWAYS - PD is updated automatically after mounting a new filesystem NEVER - PD is never updated after mounting a new filesystem |
static String |
CARET_SIMPLE_MATCH_BRACE
Whether the fast and simple matching should be used for higlighting the matching brace. |
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_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_REFRESH_DELAY
The delay after which the completion window is refreshed. |
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. |
static String |
FAST_IMPORT_PACKAGE
Deprecated. replaced by FAST_IMPORT_SELECTION |
static String |
FAST_IMPORT_SELECTION
Whether the fast import should offer packages instead of classes Values: java.lang.Integer |
static String |
HIGHLIGHT_CARET_ROW
Highlight the row where the caret currently is. |
static String |
HIGHLIGHT_CARET_ROW_COLORING
Coloring used to highlight the row where the caret resides |
static String |
HIGHLIGHT_MATCH_BRACE
Highlight the matching brace (if the caret currently stands after the brace). |
static String |
HIGHLIGHT_MATCH_BRACE_COLORING
Coloring used to highlight the matching brace |
static String |
HIGHLIGHT_MATCH_BRACE_DELAY
Delay (milliseconds) after which the matching brace will be updated. |
static String |
INDENT_HOT_CHARS_ACCEPTOR
Acceptor sensitive to characters that cause that that the current line will be reformatted immediately. |
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
Background color of javaDoc popup window Values: java.awt.Color |
static String |
JAVADOC_PREFERRED_SIZE
The preferred size of javaDoc popup window Values: java.awt.Dimension |
static String |
NEVER
|
static String |
POPUP_MENU_ACTION_NAME_LIST
List of the action names that should be shown in the popup menu. |
static String |
POPUP_MENU_ENABLED
Whether popup menu will be displayed on mouse right-click or not. |
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. |
static String |
SHOW_DEPRECATED_MEMBERS
Whether show deprecated members in code completion popup window Values: java.lang.Boolean |
Constructor Summary | |
---|---|
ExtSettingsNames()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String POPUP_MENU_ACTION_NAME_LIST
public static final String DIALOG_POPUP_MENU_ACTION_NAME_LIST
public static final String POPUP_MENU_ENABLED
public static final String HIGHLIGHT_CARET_ROW
public static final String HIGHLIGHT_MATCH_BRACE
public static final String HIGHLIGHT_CARET_ROW_COLORING
public static final String HIGHLIGHT_MATCH_BRACE_COLORING
public static final String HIGHLIGHT_MATCH_BRACE_DELAY
public static final String CARET_SIMPLE_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_REFRESH_DELAY
public static final String COMPLETION_PANE_MIN_SIZE
public static final String COMPLETION_PANE_MAX_SIZE
public static final String INDENT_HOT_CHARS_ACCEPTOR
public static final String REINDENT_WITH_TEXT_BEFORE
public static final String FAST_IMPORT_SELECTION
public static final String FAST_IMPORT_PACKAGE
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 ALWAYS
public static final String NEVER
Constructor Detail |
---|
public ExtSettingsNames()
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |