站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

ExtSettingsNames (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

org.netbeans.editor.ext
Class ExtSettingsNames

java.lang.Object
  extended by org.netbeans.editor.SettingsNames
      extended by org.netbeans.editor.ext.ExtSettingsNames

public class ExtSettingsNames
extends SettingsNames

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
 
Fields inherited from class org.netbeans.editor.SettingsNames
ABBREV_ACTION_MAP, ABBREV_ADD_TYPED_CHAR_ACCEPTOR, ABBREV_EXPAND_ACCEPTOR, ABBREV_MAP, ABBREV_RESET_ACCEPTOR, BLOCK_SEARCH_COLORING, CARET_BLINK_RATE, CARET_COLOR_INSERT_MODE, CARET_COLOR_OVERWRITE_MODE, CARET_ITALIC_INSERT_MODE, CARET_ITALIC_OVERWRITE_MODE, CARET_TYPE_INSERT_MODE, CARET_TYPE_OVERWRITE_MODE, CODE_FOLDING_BAR_COLORING, CODE_FOLDING_COLORING, CODE_FOLDING_ENABLE, COLORING_NAME_LIST, COLORING_NAME_PRINT_SUFFIX, COLORING_NAME_SUFFIX, COMPONENT_SIZE_INCREMENT, CUSTOM_ACTION_LIST, DEFAULT_COLORING, DOC_INSTALL_ACTION_NAME_LIST, EXPAND_TABS, FIND_BACKWARD_SEARCH, FIND_BLOCK_SEARCH, FIND_BLOCK_SEARCH_END, FIND_BLOCK_SEARCH_START, FIND_HIGHLIGHT_SEARCH, FIND_HISTORY, FIND_HISTORY_SIZE, FIND_INC_SEARCH, FIND_INC_SEARCH_DELAY, FIND_MATCH_CASE, FIND_REG_EXP, FIND_REPLACE_WITH, FIND_SMART_CASE, FIND_WHAT, FIND_WHOLE_WORDS, FIND_WRAP_SEARCH, GUARDED_COLORING, HIGHLIGHT_SEARCH_COLORING, HOME_KEY_COLUMN_ONE, HYPERLINK_ACTIVATION_MODIFIERS, IDENTIFIER_ACCEPTOR, IGNORE_VISUAL_CHANGES, INC_SEARCH_COLORING, INDENT_SHIFT_WIDTH, INPUT_METHODS_ENABLED, KEY_BINDING_LIST, KIT_DEINSTALL_ACTION_NAME_LIST, KIT_INSTALL_ACTION_NAME_LIST, LINE_BATCH_SIZE, LINE_HEIGHT_CORRECTION, LINE_NUMBER_COLORING, LINE_NUMBER_VISIBLE, MACRO_MAP, MARGIN, MARK_DISTANCE, MAX_MARK_DISTANCE, MIN_MARK_DISTANCE, NEXT_WORD_FINDER, PAIR_CHARACTERS_COMPLETION, PREVIOUS_WORD_FINDER, PRINT_LINE_NUMBER_VISIBLE, READ_BUFFER_SIZE, READ_MARK_DISTANCE, RENDERING_HINTS, SCROLL_FIND_INSETS, SCROLL_JUMP_INSETS, SELECTION_COLORING, SPACES_PER_TAB, STATUS_BAR_BOLD_COLORING, STATUS_BAR_CARET_DELAY, STATUS_BAR_COLORING, STATUS_BAR_VISIBLE, SYNTAX_UPDATE_BATCH_SIZE, TAB_SIZE, TEXT_LEFT_MARGIN_WIDTH, TEXT_LIMIT_LINE_COLOR, TEXT_LIMIT_LINE_VISIBLE, TEXT_LIMIT_WIDTH, TOKEN_CONTEXT_LIST, WHITESPACE_ACCEPTOR, WORD_MATCH_MATCH_CASE, WORD_MATCH_MATCH_ONE_CHAR, WORD_MATCH_SEARCH_LEN, WORD_MATCH_SMART_CASE, WORD_MATCH_STATIC_WORDS, WORD_MATCH_WRAP_SEARCH, WORD_MOVE_NEWLINE_STOP, WRITE_BUFFER_SIZE
 
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

POPUP_MENU_ACTION_NAME_LIST

public static final String POPUP_MENU_ACTION_NAME_LIST
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

See Also:
Constant Field Values

DIALOG_POPUP_MENU_ACTION_NAME_LIST

public static final 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. It corresponds Null name means separator. Values: java.util.List containing java.lang.String instances

See Also:
Constant Field Values

POPUP_MENU_ENABLED

public static final String POPUP_MENU_ENABLED
Whether popup menu will be displayed on mouse right-click or not. It's set to true by default. Values: java.lang.Boolean

See Also:
Constant Field Values

HIGHLIGHT_CARET_ROW

public static final String HIGHLIGHT_CARET_ROW
Highlight the row where the caret currently is. The ExtCaret must be used. Values: java.lang.Boolean

See Also:
Constant Field Values

HIGHLIGHT_MATCH_BRACE

public static final String HIGHLIGHT_MATCH_BRACE
Highlight the matching brace (if the caret currently stands after the brace). The ExtCaret must be used. Values: java.lang.Boolean

See Also:
Constant Field Values

HIGHLIGHT_CARET_ROW_COLORING

public static final String HIGHLIGHT_CARET_ROW_COLORING
Coloring used to highlight the row where the caret resides

See Also:
Constant Field Values

HIGHLIGHT_MATCH_BRACE_COLORING

public static final String HIGHLIGHT_MATCH_BRACE_COLORING
Coloring used to highlight the matching brace

See Also:
Constant Field Values

HIGHLIGHT_MATCH_BRACE_DELAY

public static final String HIGHLIGHT_MATCH_BRACE_DELAY
Delay (milliseconds) after which the matching brace will be updated. This is intended to eliminate flicker if the user holds the arrow key pressed.

See Also:
Constant Field Values

CARET_SIMPLE_MATCH_BRACE

public static final String CARET_SIMPLE_MATCH_BRACE
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.

See Also:
Constant Field Values

COMPLETION_AUTO_POPUP

public static final String COMPLETION_AUTO_POPUP
Whether the code completion window should popup automatically. Values: java.lang.Boolean

See Also:
Constant Field Values

COMPLETION_CASE_SENSITIVE

public static final String COMPLETION_CASE_SENSITIVE
Whether the code completion query search will be case sensitive Values: java.lang.Boolean

See Also:
Constant Field Values

COMPLETION_NATURAL_SORT

public static final String COMPLETION_NATURAL_SORT
Whether the code completion sorting will be natural Values: java.lang.Boolean

See Also:
Constant Field Values

COMPLETION_INSTANT_SUBSTITUTION

public static final String COMPLETION_INSTANT_SUBSTITUTION
Whether perform instant substitution, if the search result contains only one item Values: java.lang.Boolean

See Also:
Constant Field Values

COMPLETION_AUTO_POPUP_DELAY

public static final String COMPLETION_AUTO_POPUP_DELAY
The delay after which the completion window is shown automatically. Values: java.lang.Integer

See Also:
Constant Field Values

COMPLETION_REFRESH_DELAY

public static final String COMPLETION_REFRESH_DELAY
The delay after which the completion window is refreshed. Values: java.lang.Integer

See Also:
Constant Field Values

COMPLETION_PANE_MIN_SIZE

public static final String COMPLETION_PANE_MIN_SIZE
The minimum size of the completion pane component. Values: java.awt.Dimension

See Also:
Constant Field Values

COMPLETION_PANE_MAX_SIZE

public static final String COMPLETION_PANE_MAX_SIZE
The maximum size of the completion pane component. Values: java.awt.Dimension

See Also:
Constant Field Values

INDENT_HOT_CHARS_ACCEPTOR

public static final String INDENT_HOT_CHARS_ACCEPTOR
Acceptor sensitive to characters that cause that that the current line will be reformatted immediately.

See Also:
Constant Field Values

REINDENT_WITH_TEXT_BEFORE

public static final 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. See editor issue #10771. Values: java.lang.Boolean

See Also:
Constant Field Values

FAST_IMPORT_SELECTION

public static final String FAST_IMPORT_SELECTION
Whether the fast import should offer packages instead of classes Values: java.lang.Integer

See Also:
Constant Field Values

FAST_IMPORT_PACKAGE

public static final String FAST_IMPORT_PACKAGE
Deprecated. replaced by FAST_IMPORT_SELECTION
Whether the fast import should offer packages instead of classes Values: java.lang.Boolean

See Also:
Constant Field Values

JAVADOC_BG_COLOR

public static final String JAVADOC_BG_COLOR
Background color of javaDoc popup window Values: java.awt.Color

See Also:
Constant Field Values

JAVADOC_AUTO_POPUP_DELAY

public static final String JAVADOC_AUTO_POPUP_DELAY
The delay after which the javaDoc window is shown automatically. Values: java.lang.Integer

See Also:
Constant Field Values

JAVADOC_PREFERRED_SIZE

public static final String JAVADOC_PREFERRED_SIZE
The preferred size of javaDoc popup window Values: java.awt.Dimension

See Also:
Constant Field Values

JAVADOC_AUTO_POPUP

public static final String JAVADOC_AUTO_POPUP
Whether the javaDoc window should popup automatically. Values: java.lang.Boolean

See Also:
Constant Field Values

SHOW_DEPRECATED_MEMBERS

public static final String SHOW_DEPRECATED_MEMBERS
Whether show deprecated members in code completion popup window Values: java.lang.Boolean

See Also:
Constant Field Values

ALWAYS

public static final 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

See Also:
Constant Field Values

NEVER

public static final String NEVER
See Also:
Constant Field Values
Constructor Detail

ExtSettingsNames

public ExtSettingsNames()

org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.