TextEditorOptions

bajaui-TextEditorOptions

The TextEditorOptions, in the bajaui palette, stores the options used to configure text entry. These are stored under /user/{user}/textEditor.options. The Status Colors options allow you to view and change the following (default):
  • Show Spaces (false)

  • Show Tabs (false)

  • Show Newlines (false)

  • Tab To Space Conversion (2)

  • Show Margin (0)

  • Color Coding
    • Foreground (00 00 00 black)

    • Whitespace (c0 c0 c0 gray)

    • Number Literal (80 00 80 purple)

    • String Literal (80 00 80 purple)

    • Identifier (00 00 00 black)

    • Keyword (00 00 ff blue)

    • Preprocessor (80 00 00 maroon)

    • Bracket (ff 00 00 red)

    • Line Comment (00 80 00 green)

    • Multi Line Comment (00 80 00 green)

    • Non Javadoc Comment (80 80 80 dark gray)

  • Key Bindings (with default)

    • Move Up Up

    • Move Down Down

    • Move Left Left

    • Move Right Right

    • Page Up PageUp

    • Page Down PageDown

    • Line Start Home

    • Line End End

    • Document Start Ctrl + Home

    • Document End Ctrl + End

    • Word Left Ctrl + Left

    • Word Right Ctrl + Right

    • Cut Ctrl + X

    • Copy Ctrl + C

    • Paste Ctrl + V

    • Undo Ctrl + Z

    • Redo Ctrl + Alt + Z

    • Delete Delete

    • Backspace Backspace

    • Cut Line Ctrl + Y

    • Delete Word Ctrl + Delete

    • Tab Forward Tab

    • Tab Back Shift + Tab

    • Toggle Slash Slash Esc

    • Word Wrap Ctrl + W

    • Goto Line Ctrl + G

    • Find F5

    • Find Next Ctrl + F

    • Find Prev Ctrl + Shift + F

    • Replace F6

    • Reload Macros Ctrl + M

    • Select All Ctrl + A

  • Undo Navigation (true)

  • Match Parens (true)

  • Match Braces (true)

  • Match Brackets (true)