CodeShortcutType enum

Inheritance

Constructors

CodeShortcutType()
const

Values

selectAll → const CodeShortcutType
cut → const CodeShortcutType
copy → const CodeShortcutType
paste → const CodeShortcutType
delete → const CodeShortcutType
backspace → const CodeShortcutType
undo → const CodeShortcutType
redo → const CodeShortcutType
lineSelect → const CodeShortcutType
lineDelete → const CodeShortcutType
lineMoveUp → const CodeShortcutType
lineMoveDown → const CodeShortcutType
cursorMoveUp → const CodeShortcutType
cursorMoveDown → const CodeShortcutType
cursorMoveForward → const CodeShortcutType
cursorMoveBackward → const CodeShortcutType
cursorMoveLineStart → const CodeShortcutType
cursorMoveLineEnd → const CodeShortcutType
cursorMovePageStart → const CodeShortcutType
cursorMovePageEnd → const CodeShortcutType
cursorMovePageUp → const CodeShortcutType
cursorMovePageDown → const CodeShortcutType
cursorMoveWordBoundaryForward → const CodeShortcutType
cursorMoveWordBoundaryBackward → const CodeShortcutType
selectionExtendUp → const CodeShortcutType
selectionExtendDown → const CodeShortcutType
selectionExtendForward → const CodeShortcutType
selectionExtendBackward → const CodeShortcutType
selectionExtendLineStart → const CodeShortcutType
selectionExtendLineEnd → const CodeShortcutType
selectionExtendPageStart → const CodeShortcutType
selectionExtendPageEnd → const CodeShortcutType
selectionExtendWordBoundaryForward → const CodeShortcutType
selectionExtendWordBoundaryBackward → const CodeShortcutType
indent → const CodeShortcutType
outdent → const CodeShortcutType
newLine → const CodeShortcutType
transposeCharacters → const CodeShortcutType
singleLineComment → const CodeShortcutType
multiLineComment → const CodeShortcutType
find → const CodeShortcutType
findToggleMatchCase → const CodeShortcutType
findToggleRegex → const CodeShortcutType
replace → const CodeShortcutType
save → const CodeShortcutType
esc → const CodeShortcutType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CodeShortcutType>
A constant List of the values in this enum, in order of their declaration.