Package avail. anvil. editor
Types
Link copied to clipboard
abstract class AbstractEditorAction( val editor: AvailEditor, name: String, keyStroke: KeyStroke? = null) : AbstractWorkbenchAction
Content copied to clipboard
An AbstractEditorAction is attached to an AvailEditor, and automatically installs itself into the inputMap and actionMap of the root of the editor's frame, if an accelerator is provided.
Link copied to clipboard
Move the caret of the specified editor to a line and optional position.