11 package net.sf.gridarta.textedit.textarea;
13 import java.awt.Color;
14 import javax.swing.JPopupMenu;
17 import org.jetbrains.annotations.NotNull;
18 import org.jetbrains.annotations.Nullable;
44 private final int cols = 80;
46 private final int rows = 25;
78 private final JPopupMenu
popup = null;
A document implementation that can be tokenized by the syntax highlighting system.
final Color lineHighlightColor
TextAreaDefaults(@NotNull final ScriptEditControl scriptEditControl, @NotNull final MenuEntries menuEntries)
Creates a new instance.
InputHandler getInputHandler()
boolean getLineHighlight()
boolean getPaintInvalid()
A set of SyntaxStyle instances for painting colorized text.
final boolean lineHighlight
final boolean bracketHighlight
Color getEolMarkerColor()
Color getSelectionColor()
final boolean caretBlinks
SyntaxDocument getDocument()
final boolean paintInvalid
An input handler converts the user's key strokes into concrete actions.
Base package of all Gridarta classes.
This package contains the classes for the script editor used within the editor to create and modify P...
final Color bracketHighlightColor
final Color eolMarkerColor
final SyntaxStyles styles
The syntax styles used to paint colorized text.
boolean getCaretVisible()
boolean getBracketHighlight()
Class with several utility functions used by jEdit's syntax colorizing subsystem. ...
SyntaxStyles getStyles()
Returns the syntax styles used to paint colorized text.
final SyntaxDocument document
final Color selectionColor
ScriptEditControl - Manages events and data flow for the script editor entity.
final boolean caretVisible
abstract void addDefaultKeyBindings()
Adds the default key bindings to this input handler.
Color getBracketHighlightColor()
final InputHandler inputHandler
static SyntaxStyles getDefaultSyntaxStyles()
Returns the default styles.
Color getLineHighlightColor()
The default input handler.
Encapsulates default settings for a text area.