Class: Actions
actions/Actions.Actions
Implements
Constructors
constructor
• new Actions(graph
)
Parameters
Name | Type |
---|---|
graph | Graph |
Defined in
actions/Actions.ts:55
Properties
callAsFunction
• callAsFunction: Call
Implementation of
ActionRecord.callAsFunction
Defined in
actions/Actions.ts:57
clearAndSetSelection
• clearAndSetSelection: Clear
Implementation of
ActionRecord.clearAndSetSelection
Defined in
actions/Actions.ts:58
copyToClipboard
• copyToClipboard: Copy
Implementation of
ActionRecord.copyToClipboard
Defined in
actions/Actions.ts:59
cutToClipboard
• cutToClipboard: Cut
Implementation of
ActionRecord.cutToClipboard
Defined in
actions/Actions.ts:60
deselect
• deselect: Deselect
Implementation of
ActionRecord.deselect
Defined in
actions/Actions.ts:61
editNew
• editNew: EditNew
Implementation of
ActionRecord.editNew
Defined in
actions/Actions.ts:62
editNewLineAfter
• editNewLineAfter: EditNewAfter
Implementation of
ActionRecord.editNewLineAfter
Defined in
actions/Actions.ts:63
editNewLineBefore
• editNewLineBefore: EditNewBefore
Implementation of
ActionRecord.editNewLineBefore
Defined in
actions/Actions.ts:64
executeCommand
• executeCommand: ExecuteCommand
Implementation of
ActionRecord.executeCommand
Defined in
actions/Actions.ts:65
extractVariable
• extractVariable: ExtractVariable
Implementation of
ActionRecord.extractVariable
Defined in
actions/Actions.ts:66
findInWorkspace
• findInWorkspace: FindInFiles
Implementation of
ActionRecord.findInWorkspace
Defined in
actions/Actions.ts:67
foldRegion
• foldRegion: Fold
Implementation of
ActionRecord.foldRegion
Defined in
actions/Actions.ts:68
followLink
• followLink: FollowLink
Implementation of
ActionRecord.followLink
Defined in
actions/Actions.ts:69
generateSnippet
• generateSnippet: GenerateSnippet
Implementation of
ActionRecord.generateSnippet
Defined in
actions/Actions.ts:70
getText
• getText: GetText
Implementation of
ActionRecord.getText
Defined in
actions/Actions.ts:71
highlight
• highlight: Highlight
Implementation of
ActionRecord.highlight
Defined in
actions/Actions.ts:72
indentLine
• indentLine: IndentLines
Implementation of
ActionRecord.indentLine
Defined in
actions/Actions.ts:73
insertCopyAfter
• insertCopyAfter: CopyContentAfter
Implementation of
ActionRecord.insertCopyAfter
Defined in
actions/Actions.ts:74
insertCopyBefore
• insertCopyBefore: CopyContentBefore
Implementation of
ActionRecord.insertCopyBefore
Defined in
actions/Actions.ts:75
insertEmptyLineAfter
• insertEmptyLineAfter: InsertEmptyLineBelow
Implementation of
ActionRecord.insertEmptyLineAfter
Defined in
actions/Actions.ts:76
insertEmptyLineBefore
• insertEmptyLineBefore: InsertEmptyLineAbove
Implementation of
ActionRecord.insertEmptyLineBefore
Defined in
actions/Actions.ts:77
insertEmptyLinesAround
• insertEmptyLinesAround: InsertEmptyLinesAround
Implementation of
ActionRecord.insertEmptyLinesAround
Defined in
actions/Actions.ts:78
insertSnippet
• insertSnippet: InsertSnippet
Implementation of
ActionRecord.insertSnippet
Defined in
actions/Actions.ts:79
moveToTarget
• moveToTarget: Move
Implementation of
ActionRecord.moveToTarget
Defined in
actions/Actions.ts:80
outdentLine
• outdentLine: OutdentLines
Implementation of
ActionRecord.outdentLine
Defined in
actions/Actions.ts:81
pasteFromClipboard
• pasteFromClipboard: Paste
Implementation of
ActionRecord.pasteFromClipboard
Defined in
actions/Actions.ts:82
randomizeTargets
• randomizeTargets: Random
Implementation of
ActionRecord.randomizeTargets
Defined in
actions/Actions.ts:83
remove
• remove: Delete
Implementation of
ActionRecord.remove
Defined in
actions/Actions.ts:84
rename
• rename: Rename
Implementation of
ActionRecord.rename
Defined in
actions/Actions.ts:85
replace
• replace: Replace
Implementation of
ActionRecord.replace
Defined in
actions/Actions.ts:86
replaceWithTarget
• replaceWithTarget: Bring
Implementation of
ActionRecord.replaceWithTarget
Defined in
actions/Actions.ts:87
revealDefinition
• revealDefinition: RevealDefinition
Implementation of
ActionRecord.revealDefinition
Defined in
actions/Actions.ts:88
revealTypeDefinition
• revealTypeDefinition: RevealTypeDefinition
Implementation of
ActionRecord.revealTypeDefinition
Defined in
actions/Actions.ts:89
reverseTargets
• reverseTargets: Reverse
Implementation of
ActionRecord.reverseTargets
Defined in
actions/Actions.ts:90
rewrapWithPairedDelimiter
• rewrapWithPairedDelimiter: Rewrap
Implementation of
ActionRecord.rewrapWithPairedDelimiter
Defined in
actions/Actions.ts:91
scrollToBottom
• scrollToBottom: ScrollToBottom
Implementation of
ActionRecord.scrollToBottom
Defined in
actions/Actions.ts:92
scrollToCenter
• scrollToCenter: ScrollToCenter
Implementation of
ActionRecord.scrollToCenter
Defined in
actions/Actions.ts:93
scrollToTop
• scrollToTop: ScrollToTop
Implementation of
ActionRecord.scrollToTop
Defined in
actions/Actions.ts:94
setSelection
• setSelection: SetSelection
Implementation of
ActionRecord.setSelection
Defined in
actions/Actions.ts:95
setSelectionAfter
• setSelectionAfter: SetSelectionAfter
Implementation of
ActionRecord.setSelectionAfter
Defined in
actions/Actions.ts:96
setSelectionBefore
• setSelectionBefore: SetSelectionBefore
Implementation of
ActionRecord.setSelectionBefore
Defined in
actions/Actions.ts:97
showDebugHover
• showDebugHover: ShowDebugHover
Implementation of
ActionRecord.showDebugHover
Defined in
actions/Actions.ts:98
showHover
• showHover: ShowHover
Implementation of
ActionRecord.showHover
Defined in
actions/Actions.ts:99
showQuickFix
• showQuickFix: ShowQuickFix
Implementation of
ActionRecord.showQuickFix
Defined in
actions/Actions.ts:100
showReferences
• showReferences: ShowReferences
Implementation of
ActionRecord.showReferences
Defined in
actions/Actions.ts:101
sortTargets
• sortTargets: Sort
Implementation of
ActionRecord.sortTargets
Defined in
actions/Actions.ts:102
swapTargets
• swapTargets: Swap
Implementation of
ActionRecord.swapTargets
Defined in
actions/Actions.ts:103
toggleLineBreakpoint
• toggleLineBreakpoint: ToggleBreakpoint
Implementation of
ActionRecord.toggleLineBreakpoint
Defined in
actions/Actions.ts:104
toggleLineComment
• toggleLineComment: CommentLines
Implementation of
ActionRecord.toggleLineComment
Defined in
actions/Actions.ts:105
unfoldRegion
• unfoldRegion: Unfold
Implementation of
ActionRecord.unfoldRegion
Defined in
actions/Actions.ts:106
wrapWithPairedDelimiter
• wrapWithPairedDelimiter: Wrap
Implementation of
ActionRecord.wrapWithPairedDelimiter
Defined in
actions/Actions.ts:107
wrapWithSnippet
• wrapWithSnippet: WrapWithSnippet
Implementation of
ActionRecord.wrapWithSnippet
Defined in
actions/Actions.ts:108