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