String textToFind
The text that was previously selected.
jEdit's text area component.
Classes for the script editor used within the editor to create and modify Python and Lua scripts.
This package contains the other part of the script editor.
void actionPerformed(final ActionEvent e)
static final FindAgain FIND_AGAIN
The "find again" action listener.
String getSelectedText()
Returns the selected text, or null if no selection is active.
static final ActionBuilder ACTION_BUILDER
Action Builder.
Actions used by the script editor.
void find(@NotNull final JEditTextArea textArea)
Find the next occurrence of textToFind.
void setType(@NotNull final FindType type)
Sets the operation to perform.
Action listener for "find".