Package-level declarations
Types
A KeyboardShortcut that is used to launch an AbstractDebuggerAction while using the AvailDebugger.
A KeyboardShortcut that is used in the AvailEditor.
The base-level information required to create a keyboard shortcut.
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.
The CodePaneShortcut that transforms the selected text to camel case.
WorkbenchShortcut for the CancelAction.
The CodePaneShortcut that cancels the template selection.
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.
A KeyboardShortcut that is used in a generic CodePane.
The CodePaneShortcut that copies the selected text as HTML5 to the system clipboard.
WorkbenchShortcut for the DebugAction.
The CodePaneShortcut that decreases the size of the font by one point size.
WorkbenchShortcut to delete a module, package, resource directory or resource.
The CodePaneShortcut that expands a template selection.
A KeyboardShortcut that is used in the FileEditor.
TextPaneShortcut for the FindAction.
The AvailEditorShortcut to open the GoToDialog.
The CodePaneShortcut that increases the size of the font by one point size.
The AvailEditorShortcut to prefix each selected line with a LineComment at the start of each line (LineComment.commentAtLineStart).
The AvailEditorShortcut to insert a LineComment after the tab position of line with the least tabs before a non-tab character (LineComment.commentAtMinTab).
CodePaneShortcut to replace the current selection with a space (U+0020).
The CodePaneShortcut that transforms the selected text to kebab case.
A combination of keyboard keys.
An abstract keyboard shortcut used to perform some action in Anvil.
An enumeration of the different categorization of KeyboardShortcuts.
The CodePaneShortcut that transforms the selected text to lowercase.
Enumerates the InputEvent modifier keys.
The CodePaneShortcut that moves the selected lines down.
The CodePaneShortcut that moves the selected lines up.
WorkbenchShortcut for the NewModuleAction.
WorkbenchShortcut for the OpenFileAction.
The AvailEditorShortcut to open the PhraseView.
WorkbenchShortcut for the OpenSettingsViewAction.
The AvailEditorShortcut to open the StructureView.
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.
The CodePaneShortcut that transforms the selected text to pascal case.
The AvailEditorShortcut for printing the style classifiers and rendering solutions at the caret.
The AvailEditorShortcut to rebuild the open editor's module and refresh the screen style.
The CodePaneShortcut that calls the redo action.
The AvailEditorShortcut for the RefreshStylesheetAction.
AvailDebuggerShortcut for resuming current process.
The FileEditorShortcut to open the GoToDialog.
The CodePaneShortcut that transforms the selected text to snake case.
AvailDebuggerShortcut for the single-step into action which allows the selected fiber to execute one L1 nybblecode.
AvailDebuggerShortcut for the stepping out of the current process.
AvailDebuggerShortcut for the single-step over action.
A KeyboardShortcut that is used to launch an AbstractWorkbenchAction while using the AvailDebugger.
The CodePaneShortcut that calls the undo action.
The CodePaneShortcut that transforms the selected text to uppercase.
WorkbenchShortcut for the BuildAction.
WorkbenchShortcut for the RefreshAction.
A KeyboardShortcut that is used to launch an AbstractWorkbenchAction while using the AvailWorkbench.
The AvailEditorShortcut to wrap the text selection in a BlockComment.