Package-level declarations

Types

Link copied to clipboard

A KeyboardShortcut that is used to launch an AbstractDebuggerAction while using the AvailDebugger.

Link copied to clipboard
Link copied to clipboard

The base-level information required to create a keyboard shortcut.

Link copied to clipboard

The CodePaneShortcut for break the current line by replacing the current selection with a linefeed (U+000A) and as much horizontal tabulation (U+0009) as began the line.

Link copied to clipboard

The CodePaneShortcut that transforms the selected text to camel case.

Link copied to clipboard

The CodePaneShortcut that cancels the template selection.

Link copied to clipboard

The CodePaneShortcut for centering the current line of the source component in its enclosing viewport. If no viewport encloses the receiver, then do not move the caret.

Link copied to clipboard

A KeyboardShortcut that is used in a generic CodePane.

Link copied to clipboard

The CodePaneShortcut that copies the selected text as HTML5 to the system clipboard.

Link copied to clipboard

The CodePaneShortcut that decreases the size of the font by one point size.

Link copied to clipboard

WorkbenchShortcut to delete a module, package, resource directory or resource.

Link copied to clipboard

The CodePaneShortcut that expands a template selection.

Link copied to clipboard

A KeyboardShortcut that is used in the FileEditor.

Link copied to clipboard
Link copied to clipboard

The CodePaneShortcut that increases the size of the font by one point size.

Link copied to clipboard

The AvailEditorShortcut to prefix each selected line with a LineComment at the start of each line (LineComment.commentAtLineStart).

Link copied to clipboard

The AvailEditorShortcut to insert a LineComment after the tab position of line with the least tabs before a non-tab character (LineComment.commentAtMinTab).

Link copied to clipboard

CodePaneShortcut to replace the current selection with a space (U+0020).

Link copied to clipboard

The CodePaneShortcut that transforms the selected text to kebab case.

Link copied to clipboard
data class Key(val code: KeyCode, val modifiers: Set<ModifierKey>)

A combination of keyboard keys.

Link copied to clipboard

An abstract keyboard shortcut used to perform some action in Anvil.

Link copied to clipboard

An enumeration of the different categorization of KeyboardShortcuts.

Link copied to clipboard

The enumeration of virtual key codes in KeyEvent that are used to represent key strokes.

Link copied to clipboard

The CodePaneShortcut that transforms the selected text to lowercase.

Link copied to clipboard

Enumerates the InputEvent modifier keys.

Link copied to clipboard

The CodePaneShortcut that moves the selected lines down.

Link copied to clipboard

The CodePaneShortcut that moves the selected lines up.

Link copied to clipboard

The CodePaneShortcut for outdenting selected lines enclosing the selection. If no text is selected, then remove at most one horizontal tabulation (U+0009) at the beginning of the line containing the caret.

Link copied to clipboard

The CodePaneShortcut that transforms the selected text to pascal case.

Link copied to clipboard

The AvailEditorShortcut for printing the style classifiers and rendering solutions at the caret.

Link copied to clipboard

The CodePaneShortcut that calls the redo action.

Link copied to clipboard

The AvailEditorShortcut to rebuild the open editor's module and refresh the screen style.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The CodePaneShortcut that transforms the selected text to snake case.

Link copied to clipboard

AvailDebuggerShortcut for the single-step into action which allows the selected fiber to execute one L1 nybblecode.

Link copied to clipboard

AvailDebuggerShortcut for the stepping out of the current process.

Link copied to clipboard

AvailDebuggerShortcut for the single-step over action.

Link copied to clipboard

A KeyboardShortcut that is used to launch an AbstractWorkbenchAction while using the AvailDebugger.

Link copied to clipboard

The CodePaneShortcut that calls the undo action.

Link copied to clipboard

The CodePaneShortcut that transforms the selected text to uppercase.

Link copied to clipboard

A KeyboardShortcut that is used to launch an AbstractWorkbenchAction while using the AvailWorkbench.

Link copied to clipboard