jEdit's text area component.
void actionPerformed(final ActionEvent e)
This package contains the other part of the script editor.
int getVisibleLines()
Returns the number of lines visible in this text area.
int getFirstLine()
Returns the line displayed at the text area's origin.
int getMarkPosition()
Returns the mark position.
void setFirstLine(final int firstLine)
Sets the line displayed at the text area's origin without updating the scroll bars.
NextPage(final boolean select)
void setCaretPosition(final int caret)
Sets the caret position.
int getLineCount()
Returns the number of lines in the document.
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.