This package contains the other part of the script editor.
void actionPerformed(final ActionEvent e)
Copy current selection into the system clipboard, then delete the selected text.
Action listener for CUT actions.
String getSelectedText()
Returns the selected text, or null if no selection is active.
void setSelectedText(@NotNull final String selectedText)
Replaces the selection with the specified text.