jEdit's text area component.
This package contains the other part of the script editor.
int getMarkPosition()
Returns the mark position.
int xToOffset(final int line, final int x)
Converts a x co-ordinate to an offset within a line.
void setMagicCaretPosition(final int magicCaret)
Sets the ‘magic’ caret position.
int offsetToX(final int line, final int offset)
Converts an offset in a line into an x co-ordinate.
void actionPerformed(final ActionEvent e)
void setCaretPosition(final int caret)
Sets the caret position.
int getLineStartOffset(final int line)
Returns the start offset of the specified line.
int getMagicCaretPosition()
Returns the ‘magic’ caret position.
PrevLine(final boolean select)
void select(final int start, final int end)
Selects from the start offset to the end offset.
int getCaretPosition()
Returns the caret position.