jEdit's text area component.
int getElectricScroll()
Returns the number of lines from the top and button of the text area that are always visible.
This package contains the other part of the script editor.
int getFirstLine()
Returns the line displayed at the text area's origin.
void actionPerformed(final ActionEvent e)
int getMarkPosition()
Returns the mark position.
void setCaretPosition(final int caret)
Sets the caret position.
Home(final boolean select)
int getLineStartOffset(final int line)
Returns the start offset of the specified line.
void select(final int start, final int end)
Selects from the start offset to the end offset.
int getCaretPosition()
Returns the caret position.