int getMarkPosition()
Returns the mark position.
static int findWordStart(final CharSequence line, final int pos, final String noWordSep)
Locates the start of the word at the specified position.
PrevWord(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.
This package contains the other part of the script editor.
int getCaretPosition()
Returns the caret position.
CharSequence getLineText(final int lineIndex)
Returns the text on the specified line.
Document getDocument()
Returns the document this text area is editing.
void actionPerformed(final ActionEvent e)
void setCaretPosition(final int caret)
Sets the caret position.
jEdit's text area component.
Class with several utility functions used by the text area component.