Field Summary |
|
public static boolean | ALTERNATIVE_DISPATCHER If true, an alternative dispatcher using key typed events will be
used to handle a modifier key press in conjunction with an alphabet
key. |
public static boolean | ALT_KEY_PRESSED_DISABLED If true, A+ shortcuts are disabled. |
public static boolean | BEANSHELL_DEBUG Logs messages when BeanShell code is evaluated. |
public static boolean | CHUNK_CACHE_DEBUG For checking invalidation, etc. |
public static boolean | CHUNK_PAINT_DEBUG Paints boxes around chunks. |
public static boolean | DISABLE_GLYPH_VECTOR Paint strings instead of glyph vectors. |
public static boolean | DISABLE_MULTIHEAD Disable multihead support, since it can cause window positioning
problems with some Java versions. |
public static boolean | DISABLE_SEARCH_DIALOG_POOL Create new search dialogs instead of reusing instances. |
public static boolean | DUMP_KEY_EVENTS |
public static boolean | EB_TIMER Show time taken for each EBComponent. |
public static boolean | FOLD_DEBUG For checking fold level invalidation, etc. |
public static boolean | FOLD_VIS_DEBUG For checking the line visibility structure.. |
public static boolean | GEOMETRY_WORKAROUND Geometry workaround for X11. |
public static boolean | GLOBAL_SHORTCUTS_FOR_DOCKED_DOCKABLES Old key handling (SIMPLIFIED_KEY_HANDLING==false) and
new key handling (SIMPLIFIED_KEY_HANDLING==true) react on different
key events. |
public static boolean | INDENT_DEBUG Indent debug. |
public static boolean | OFFSET_DEBUG Print messages when the gap moves, and other offset manager state
changes. |
public static boolean | PAINT_TIMER Show time taken to repaint text area painter. |
public static boolean | PRINT_DEBUG Printing debug. |
public static boolean | SCREEN_LINES_DEBUG Print messages when screen line counts change. |
public static boolean | SCROLL_DEBUG Print messages when text area and display manager perform scroll
updates. |
public static boolean | SCROLL_TO_DEBUG Print messages when text area tries to make the caret visible. |
public static boolean | SCROLL_VERIFY Display an error if the scrolling code detects an inconsistency. |
public static boolean | TOKEN_MARKER_DEBUG For checking context, etc. |