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.
void actionPerformed(final ActionEvent e)
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.
End(final boolean select)
int getLineEndOffset(final int line)
Returns the end offset of the specified line.
void setCaretPosition(final int caret)
Sets the caret position.
int getDocumentLength()
Returns the length of the document.
int getLineCount()
Returns the number of lines in the document.
void select(final int start, final int end)
Selects from the start offset to the end offset.
int getCaretPosition()
Returns the caret position.