T3000 CrossPlatform Documentation
FCTBAction Enumeration |
[This is preliminary documentation and is subject to change.]
Actions for shortcuts
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
AutocompleteMenu | 1 | ||
AutoIndentChars | 2 | ||
BookmarkLine | 3 | ||
ClearHints | 4 | ||
ClearWordLeft | 5 | ||
ClearWordRight | 6 | ||
CommentSelected | 7 | ||
Copy | 8 | ||
Cut | 9 | ||
DeleteCharRight | 10 | ||
FindChar | 11 | ||
FindDialog | 12 | ||
FindNext | 13 | ||
GoDown | 14 | ||
GoDownWithSelection | 15 | ||
GoDown_ColumnSelectionMode | 16 | ||
GoEnd | 17 | ||
GoEndWithSelection | 18 | ||
GoFirstLine | 19 | ||
GoFirstLineWithSelection | 20 | ||
GoHome | 21 | ||
GoHomeWithSelection | 22 | ||
GoLastLine | 23 | ||
GoLastLineWithSelection | 24 | ||
GoLeft | 25 | ||
GoLeftWithSelection | 26 | ||
GoLeft_ColumnSelectionMode | 27 | ||
GoPageDown | 28 | ||
GoPageDownWithSelection | 29 | ||
GoPageUp | 30 | ||
GoPageUpWithSelection | 31 | ||
GoRight | 32 | ||
GoRightWithSelection | 33 | ||
GoRight_ColumnSelectionMode | 34 | ||
GoToDialog | 35 | ||
GoNextBookmark | 36 | ||
GoPrevBookmark | 37 | ||
GoUp | 38 | ||
GoUpWithSelection | 39 | ||
GoUp_ColumnSelectionMode | 40 | ||
GoWordLeft | 41 | ||
GoWordLeftWithSelection | 42 | ||
GoWordRight | 43 | ||
GoWordRightWithSelection | 44 | ||
IndentIncrease | 45 | ||
IndentDecrease | 46 | ||
LowerCase | 47 | ||
MacroExecute | 48 | ||
MacroRecord | 49 | ||
MoveSelectedLinesDown | 50 | ||
MoveSelectedLinesUp | 51 | ||
NavigateBackward | 52 | ||
NavigateForward | 53 | ||
Paste | 54 | ||
Redo | 55 | ||
ReplaceDialog | 56 | ||
ReplaceMode | 57 | ||
ScrollDown | 58 | ||
ScrollUp | 59 | ||
SelectAll | 60 | ||
UnbookmarkLine | 61 | ||
Undo | 62 | ||
UpperCase | 63 | ||
ZoomIn | 64 | ||
ZoomNormal | 65 | ||
ZoomOut | 66 | ||
CustomAction1 | 67 | ||
CustomAction2 | 68 | ||
CustomAction3 | 69 | ||
CustomAction4 | 70 | ||
CustomAction5 | 71 | ||
CustomAction6 | 72 | ||
CustomAction7 | 73 | ||
CustomAction8 | 74 | ||
CustomAction9 | 75 | ||
CustomAction10 | 76 | ||
CustomAction11 | 77 | ||
CustomAction12 | 78 | ||
CustomAction13 | 79 | ||
CustomAction14 | 80 | ||
CustomAction15 | 81 | ||
CustomAction16 | 82 | ||
CustomAction17 | 83 | ||
CustomAction18 | 84 | ||
CustomAction19 | 85 | ||
CustomAction20 | 86 |
See Also