Skip to main content

Class: Actions

actions/Actions.Actions

Implements

Constructors

constructor

new Actions(graph)

Parameters

NameType
graphGraph

Defined in

actions/Actions.ts:57

Properties

callAsFunction

callAsFunction: Call

Implementation of

ActionRecord.callAsFunction

Defined in

actions/Actions.ts:59


clearAndSetSelection

clearAndSetSelection: Clear

Implementation of

ActionRecord.clearAndSetSelection

Defined in

actions/Actions.ts:60


copyToClipboard

copyToClipboard: CopyToClipboard

Implementation of

ActionRecord.copyToClipboard

Defined in

actions/Actions.ts:61


cutToClipboard

cutToClipboard: CutToClipboard

Implementation of

ActionRecord.cutToClipboard

Defined in

actions/Actions.ts:62


deselect

deselect: Deselect

Implementation of

ActionRecord.deselect

Defined in

actions/Actions.ts:63


editNew

editNew: EditNew

Implementation of

ActionRecord.editNew

Defined in

actions/Actions.ts:64


editNewLineAfter

editNewLineAfter: EditNewAfter

Implementation of

ActionRecord.editNewLineAfter

Defined in

actions/Actions.ts:65


editNewLineBefore

editNewLineBefore: EditNewBefore

Implementation of

ActionRecord.editNewLineBefore

Defined in

actions/Actions.ts:66


executeCommand

executeCommand: ExecuteCommand

Implementation of

ActionRecord.executeCommand

Defined in

actions/Actions.ts:67


extractVariable

extractVariable: ExtractVariable

Implementation of

ActionRecord.extractVariable

Defined in

actions/Actions.ts:68


findInWorkspace

findInWorkspace: FindInWorkspace

Implementation of

ActionRecord.findInWorkspace

Defined in

actions/Actions.ts:69


foldRegion

foldRegion: Fold

Implementation of

ActionRecord.foldRegion

Defined in

actions/Actions.ts:70


followLink: FollowLink

Implementation of

ActionRecord.followLink

Defined in

actions/Actions.ts:71


generateSnippet

generateSnippet: GenerateSnippet

Implementation of

ActionRecord.generateSnippet

Defined in

actions/Actions.ts:72


getText

getText: GetText

Implementation of

ActionRecord.getText

Defined in

actions/Actions.ts:73


highlight

highlight: Highlight

Implementation of

ActionRecord.highlight

Defined in

actions/Actions.ts:74


indentLine

indentLine: IndentLine

Implementation of

ActionRecord.indentLine

Defined in

actions/Actions.ts:75


insertCopyAfter

insertCopyAfter: CopyContentAfter

Implementation of

ActionRecord.insertCopyAfter

Defined in

actions/Actions.ts:76


insertCopyBefore

insertCopyBefore: CopyContentBefore

Implementation of

ActionRecord.insertCopyBefore

Defined in

actions/Actions.ts:77


insertEmptyLineAfter

insertEmptyLineAfter: InsertEmptyLineBelow

Implementation of

ActionRecord.insertEmptyLineAfter

Defined in

actions/Actions.ts:78


insertEmptyLineBefore

insertEmptyLineBefore: InsertEmptyLineAbove

Implementation of

ActionRecord.insertEmptyLineBefore

Defined in

actions/Actions.ts:79


insertEmptyLinesAround

insertEmptyLinesAround: InsertEmptyLinesAround

Implementation of

ActionRecord.insertEmptyLinesAround

Defined in

actions/Actions.ts:80


insertSnippet

insertSnippet: InsertSnippet

Implementation of

ActionRecord.insertSnippet

Defined in

actions/Actions.ts:81


moveToTarget

moveToTarget: Move

Implementation of

ActionRecord.moveToTarget

Defined in

actions/Actions.ts:82


outdentLine

outdentLine: OutdentLine

Implementation of

ActionRecord.outdentLine

Defined in

actions/Actions.ts:83


pasteFromClipboard

pasteFromClipboard: PasteFromClipboard

Implementation of

ActionRecord.pasteFromClipboard

Defined in

actions/Actions.ts:84


randomizeTargets

randomizeTargets: Random

Implementation of

ActionRecord.randomizeTargets

Defined in

actions/Actions.ts:85


remove

remove: Delete

Implementation of

ActionRecord.remove

Defined in

actions/Actions.ts:86


rename

rename: Rename

Implementation of

ActionRecord.rename

Defined in

actions/Actions.ts:87


replace

replace: Replace

Implementation of

ActionRecord.replace

Defined in

actions/Actions.ts:88


replaceWithTarget

replaceWithTarget: Bring

Implementation of

ActionRecord.replaceWithTarget

Defined in

actions/Actions.ts:89


revealDefinition

revealDefinition: RevealDefinition

Implementation of

ActionRecord.revealDefinition

Defined in

actions/Actions.ts:90


revealTypeDefinition

revealTypeDefinition: RevealTypeDefinition

Implementation of

ActionRecord.revealTypeDefinition

Defined in

actions/Actions.ts:91


reverseTargets

reverseTargets: Reverse

Implementation of

ActionRecord.reverseTargets

Defined in

actions/Actions.ts:92


rewrapWithPairedDelimiter

rewrapWithPairedDelimiter: Rewrap

Implementation of

ActionRecord.rewrapWithPairedDelimiter

Defined in

actions/Actions.ts:93


scrollToBottom

scrollToBottom: ScrollToBottom

Implementation of

ActionRecord.scrollToBottom

Defined in

actions/Actions.ts:94


scrollToCenter

scrollToCenter: ScrollToCenter

Implementation of

ActionRecord.scrollToCenter

Defined in

actions/Actions.ts:95


scrollToTop

scrollToTop: ScrollToTop

Implementation of

ActionRecord.scrollToTop

Defined in

actions/Actions.ts:96


setSelection

setSelection: SetSelection

Implementation of

ActionRecord.setSelection

Defined in

actions/Actions.ts:97


setSelectionAfter

setSelectionAfter: SetSelectionAfter

Implementation of

ActionRecord.setSelectionAfter

Defined in

actions/Actions.ts:98


setSelectionBefore

setSelectionBefore: SetSelectionBefore

Implementation of

ActionRecord.setSelectionBefore

Defined in

actions/Actions.ts:99


showDebugHover

showDebugHover: ShowDebugHover

Implementation of

ActionRecord.showDebugHover

Defined in

actions/Actions.ts:100


showHover

showHover: ShowHover

Implementation of

ActionRecord.showHover

Defined in

actions/Actions.ts:101


showQuickFix

showQuickFix: ShowQuickFix

Implementation of

ActionRecord.showQuickFix

Defined in

actions/Actions.ts:102


showReferences

showReferences: ShowReferences

Implementation of

ActionRecord.showReferences

Defined in

actions/Actions.ts:103


sortTargets

sortTargets: Sort

Implementation of

ActionRecord.sortTargets

Defined in

actions/Actions.ts:104


swapTargets

swapTargets: Swap

Implementation of

ActionRecord.swapTargets

Defined in

actions/Actions.ts:105


toggleLineBreakpoint

toggleLineBreakpoint: ToggleBreakpoint

Implementation of

ActionRecord.toggleLineBreakpoint

Defined in

actions/Actions.ts:106


toggleLineComment

toggleLineComment: ToggleLineComment

Implementation of

ActionRecord.toggleLineComment

Defined in

actions/Actions.ts:107


unfoldRegion

unfoldRegion: Unfold

Implementation of

ActionRecord.unfoldRegion

Defined in

actions/Actions.ts:108


wrapWithPairedDelimiter

wrapWithPairedDelimiter: Wrap

Implementation of

ActionRecord.wrapWithPairedDelimiter

Defined in

actions/Actions.ts:109


wrapWithSnippet

wrapWithSnippet: WrapWithSnippet

Implementation of

ActionRecord.wrapWithSnippet

Defined in

actions/Actions.ts:110