Encapsulates default settings for a text area.
static SyntaxStyles getDefaultSyntaxStyles()
Returns the default styles.
Classes for the script editor used within the editor to create and modify Python and Lua scripts.
final SyntaxStyles styles
The syntax styles used to paint colorized text.
SyntaxDocument getDocument()
TextAreaDefaults(@NotNull final ScriptEditControl scriptEditControl, @NotNull final MenuEntries menuEntries)
Creates a new instance.
A document implementation that can be tokenized by the syntax highlighting system.
final boolean bracketHighlight
final Color lineHighlightColor
final Color bracketHighlightColor
Class with several utility functions used by jEdit's syntax colorizing subsystem.
InputHandler getInputHandler()
ScriptEditControl - Manages events and data flow for the script editor entity.
final SyntaxDocument document
final InputHandler inputHandler
A set of SyntaxStyle instances for painting colorized text.
SyntaxStyles getStyles()
Returns the syntax styles used to paint colorized text.