In This Article

EditorCommands Class

Contains the edit action commands used for the SyntaxEditor control.

public static class EditorCommands
Inheritance:
object object

Properties

AddNextOccurrenceToSelection

Gets the EditActionBase that adds the next occurrence of the currently-selected text to the selection, or selects the current word if there is no selection. otherwise, deletes the previous character.

public static EditActionBase AddNextOccurrenceToSelection { get; }

Property Value

EditActionBase:

The EditActionBase that adds the next occurrence of the currently-selected text to the selection, or selects the current word if there is no selection.

ApplyDefaultOutliningExpansion

Gets the EditActionBase that applies the default outlining expansion, such that only outlining nodes with an IsDefaultCollapsed value of true are collapsed. otherwise, deletes the previous character.

public static EditActionBase ApplyDefaultOutliningExpansion { get; }

Property Value

EditActionBase:

The EditActionBase that applies the default outlining expansion, such that only outlining nodes with an IsDefaultCollapsed value of true are collapsed.

Backspace

Gets the EditActionBase that deletes the currently selected text if text is selected; otherwise, deletes the previous character.

public static EditActionBase Backspace { get; }

Property Value

EditActionBase:

The EditActionBase that deletes the currently selected text if text is selected; otherwise, deletes the previous character.

BackspaceToPreviousWord

Gets the EditActionBase that backspaces and deletes text to the beginning of the previous word.

public static EditActionBase BackspaceToPreviousWord { get; }

Property Value

EditActionBase:

The EditActionBase that backspaces and deletes text to the beginning of the previous word.

CancelMacroRecording

Gets the EditActionBase that cancels recording a macro.

public static EditActionBase CancelMacroRecording { get; }

Property Value

EditActionBase:

The EditActionBase that cancels recording a macro.

Capitalize

Gets the EditActionBase that capitalizes the first letter of each word.

public static EditActionBase Capitalize { get; }

Property Value

EditActionBase:

The EditActionBase that capitalizes the first letter of each word.

CodeBlockSelectionContract

Gets the EditActionBase that contracts the code block selection level.

public static EditActionBase CodeBlockSelectionContract { get; }

Property Value

EditActionBase:

The EditActionBase that contracts the code block selection level.

CodeBlockSelectionExpand

Gets the EditActionBase that expands the code block selection level.

public static EditActionBase CodeBlockSelectionExpand { get; }

Property Value

EditActionBase:

The EditActionBase that expands the code block selection level.

CollapseSelection

Gets the EditActionBase that collapses the selections to the carets.

public static EditActionBase CollapseSelection { get; }

Property Value

EditActionBase:

The EditActionBase that collapses the selections to the carets.

CollapseSelectionLeft

Gets the EditActionBase that collapses the selections to the left.

public static EditActionBase CollapseSelectionLeft { get; }

Property Value

EditActionBase:

The EditActionBase that collapses the selections to the left.

CollapseSelectionRight

Gets the EditActionBase that collapses the selections to the right.

public static EditActionBase CollapseSelectionRight { get; }

Property Value

EditActionBase:

The EditActionBase that collapses the selections to the right.

CollapseToDefinitions

Gets the EditActionBase that collapses all outlining nodes that have an IsImplementation value of true.

public static EditActionBase CollapseToDefinitions { get; }

Property Value

EditActionBase:

The EditActionBase that collapses all outlining nodes that have an IsImplementation value of true.

CommentLines

Gets the EditActionBase that comments the currently selected lines.

public static EditActionBase CommentLines { get; }

Property Value

EditActionBase:

The EditActionBase that comments the currently selected lines.

ConvertSpacesToTabs

Gets the EditActionBase that converts all spaces in the selection to an equivalent number of tabs.

public static EditActionBase ConvertSpacesToTabs { get; }

Property Value

EditActionBase:

The EditActionBase that converts all spaces in the selection to an equivalent number of tabs.

ConvertTabsToSpaces

Gets the EditActionBase that converts all tabs in the selection to an equivalent number of spaces.

public static EditActionBase ConvertTabsToSpaces { get; }

Property Value

EditActionBase:

The EditActionBase that converts all tabs in the selection to an equivalent number of spaces.

CopyAndAppendToClipboard

Gets the EditActionBase that copies and appends the currently selected text to the clipboard.

public static EditActionBase CopyAndAppendToClipboard { get; }

Property Value

EditActionBase:

The EditActionBase that copies and appends the currently selected text to the clipboard.

CopyToClipboard

Gets the EditActionBase that copies the currently selected text to the clipboard.

public static EditActionBase CopyToClipboard { get; }

Property Value

EditActionBase:

The EditActionBase that copies the currently selected text to the clipboard.

CutAndAppendToClipboard

Gets the EditActionBase that cuts and appends the currently selected text to the clipboard.

public static EditActionBase CutAndAppendToClipboard { get; }

Property Value

EditActionBase:

The EditActionBase that cuts and appends the currently selected text to the clipboard.

CutLineToClipboard

Gets the EditActionBase that cuts the current view line's text to the clipboard.

public static EditActionBase CutLineToClipboard { get; }

Property Value

EditActionBase:

The EditActionBase that cuts the current view line's text to the clipboard.

CutToClipboard

Gets the EditActionBase that cuts the currently selected text to the clipboard.

public static EditActionBase CutToClipboard { get; }

Property Value

EditActionBase:

The EditActionBase that cuts the currently selected text to the clipboard.

Delete

Gets the EditActionBase that deletes the currently selected text if text is selected; otherwise, deletes the next character.

public static EditActionBase Delete { get; }

Property Value

EditActionBase:

The EditActionBase that deletes the currently selected text if text is selected; otherwise, deletes the next character.

DeleteBlankLines

Gets the EditActionBase that deletes the blank lines in the selected text, or the current view line if no text is selected and it is blank.

public static EditActionBase DeleteBlankLines { get; }

Property Value

EditActionBase:

The EditActionBase that deletes the blank lines in the selected text, or the current view line if no text is selected and it is blank.

DeleteHorizontalWhitespace

Gets the EditActionBase that deletes the horizontal whitespace within the current selection.

public static EditActionBase DeleteHorizontalWhitespace { get; }

Property Value

EditActionBase:

The EditActionBase that deletes the horizontal whitespace within the current selection.

DeleteLine

Gets the EditActionBase that deletes the currently active view line.

public static EditActionBase DeleteLine { get; }

Property Value

EditActionBase:

The EditActionBase that deletes the currently active view line.

DeleteToLineEnd

Gets the EditActionBase that deletes the currently selected text through to the end of the current view line.

public static EditActionBase DeleteToLineEnd { get; }

Property Value

EditActionBase:

The EditActionBase that deletes the currently selected text through to the end of the current view line.

DeleteToLineStart

Gets the EditActionBase that deletes the currently selected text through to the start of the current view line.

public static EditActionBase DeleteToLineStart { get; }

Property Value

EditActionBase:

The EditActionBase that deletes the currently selected text through to the start of the current view line.

DeleteToNextWord

Gets the EditActionBase that deletes text to the beginning of the next word.

public static EditActionBase DeleteToNextWord { get; }

Property Value

EditActionBase:

The EditActionBase that deletes text to the beginning of the next word.

Duplicate

Gets the EditActionBase that duplicates the current view line.

public static EditActionBase Duplicate { get; }

Property Value

EditActionBase:

The EditActionBase that duplicates the current view line.

ExpandAllOutlining

Gets the EditActionBase that expands all outlining nodes.

public static EditActionBase ExpandAllOutlining { get; }

Property Value

EditActionBase:

The EditActionBase that expands all outlining nodes.

Find

Gets the EditActionBase that opens the search overlay pane in find mode and activates (focuses) it.

public static EditActionBase Find { get; }

Property Value

EditActionBase:

The EditActionBase that opens the search overlay pane in find mode and activates (focuses) it.

FindNext

Gets the EditActionBase that searches to locate the next SearchOptions find text match in the active view.

public static EditActionBase FindNext { get; }

Property Value

EditActionBase:

The EditActionBase that searches to locate the next SearchOptions find text match in the active view.

FindNextSelected

Gets the EditActionBase that updates the SearchOptions find text with the currently-selected text, and then searches to locate the next find text match in the active view.

public static EditActionBase FindNextSelected { get; }

Property Value

EditActionBase:

The EditActionBase that updates the SearchOptions find text with the currently-selected text, and then searches to locate the next find text match in the active view.

FindPrevious

Gets the EditActionBase that searches to locate the previous SearchOptions find text match in the active view.

public static EditActionBase FindPrevious { get; }

Property Value

EditActionBase:

The EditActionBase that searches to locate the previous SearchOptions find text match in the active view.

FindPreviousSelected

Gets the EditActionBase that updates the SearchOptions find text with the currently-selected text, and then searches to locate the previous find text match in the active view.

public static EditActionBase FindPreviousSelected { get; }

Property Value

EditActionBase:

The EditActionBase that updates the SearchOptions find text with the currently-selected text, and then searches to locate the previous find text match in the active view.

FormatDocument

Gets the EditActionBase that formats the entire document.

public static EditActionBase FormatDocument { get; }

Property Value

EditActionBase:

The EditActionBase that formats the entire document.

FormatSelection

Gets the EditActionBase that formats the currently selected lines.

public static EditActionBase FormatSelection { get; }

Property Value

EditActionBase:

The EditActionBase that formats the currently selected lines.

HideSelection

Gets the EditActionBase that collapses the current selection.

public static EditActionBase HideSelection { get; }

Property Value

EditActionBase:

The EditActionBase that collapses the current selection.

IncrementalSearch

Gets the EditActionBase that performs a forward incremental search.

public static EditActionBase IncrementalSearch { get; }

Property Value

EditActionBase:

The EditActionBase that performs a forward incremental search.

Indent

Gets the EditActionBase that indents the currently selected lines.

public static EditActionBase Indent { get; }

Property Value

EditActionBase:

The EditActionBase that indents the currently selected lines.

InsertLineBreak

Gets the EditActionBase that inserts a line break at the current position.

public static EditActionBase InsertLineBreak { get; }

Property Value

EditActionBase:

The EditActionBase that inserts a line break at the current position.

InsertTabStopOrIndent

Gets the EditActionBase that inserts whitespace to bring the caret to the next tab stop if there is no selection, or alternatively indents the currently selected lines.

public static EditActionBase InsertTabStopOrIndent { get; }

Property Value

EditActionBase:

The EditActionBase that inserts whitespace to bring the caret to the next tab stop if there is no selection, or alternatively indents the currently selected lines.

MakeLowercase

Gets the EditActionBase that changes the character casing of the selected text to lowercase.

public static EditActionBase MakeLowercase { get; }

Property Value

EditActionBase:

The EditActionBase that changes the character casing of the selected text to lowercase.

MakeUppercase

Gets the EditActionBase that changes the character casing of the selected text to uppercase.

public static EditActionBase MakeUppercase { get; }

Property Value

EditActionBase:

The EditActionBase that changes the character casing of the selected text to uppercase.

MoveDown

Gets the EditActionBase that is used to move the caret down a line.

public static EditActionBase MoveDown { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret down a line.

MoveLeft

Gets the EditActionBase that is used to move the caret left a character.

public static EditActionBase MoveLeft { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret left a character.

MovePageDown

Gets the EditActionBase that is used to move the caret down a page.

public static EditActionBase MovePageDown { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret down a page.

MovePageUp

Gets the EditActionBase that is used to move the caret up a page.

public static EditActionBase MovePageUp { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret up a page.

MoveRight

Gets the EditActionBase that is used to move the caret right a character.

public static EditActionBase MoveRight { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret right a character.

MoveSelectedLinesDown

Gets the EditActionBase that moves the selected lines down.

public static EditActionBase MoveSelectedLinesDown { get; }

Property Value

EditActionBase:

The EditActionBase that moves the selected lines down.

MoveSelectedLinesUp

Gets the EditActionBase that moves the selected lines up.

public static EditActionBase MoveSelectedLinesUp { get; }

Property Value

EditActionBase:

The EditActionBase that moves the selected lines up.

MoveToDocumentEnd

Gets the EditActionBase that is used to move the caret to the document end.

public static EditActionBase MoveToDocumentEnd { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the document end.

MoveToDocumentStart

Gets the EditActionBase that is used to move the caret to the document start.

public static EditActionBase MoveToDocumentStart { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the document start.

MoveToLineEnd

Gets the EditActionBase that is used to move the caret to the line end.

public static EditActionBase MoveToLineEnd { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the line end.

MoveToLineStart

Gets the EditActionBase that is used to move the caret to the line start.

public static EditActionBase MoveToLineStart { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the line start.

MoveToLineStartAfterIndentation

Gets the EditActionBase that is used to move the caret to the first non-whitespace character on the current view line.

public static EditActionBase MoveToLineStartAfterIndentation { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the first non-whitespace character on the current view line.

MoveToMatchingBracket

Gets the EditActionBase that is used to move the caret to the matching bracket, if any.

public static EditActionBase MoveToMatchingBracket { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the matching bracket, if any.

MoveToNextLineStartAfterIndentation

Gets the EditActionBase that is used to move the caret to the first non-whitespace character on the next view line.

public static EditActionBase MoveToNextLineStartAfterIndentation { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the first non-whitespace character on the next view line.

MoveToNextWord

Gets the EditActionBase that is used to move the caret to the next word.

public static EditActionBase MoveToNextWord { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the next word.

MoveToPreviousLineStartAfterIndentation

Gets the EditActionBase that is used to move the caret to the first non-whitespace character on the previous view line.

public static EditActionBase MoveToPreviousLineStartAfterIndentation { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the first non-whitespace character on the previous view line.

MoveToPreviousWord

Gets the EditActionBase that is used to move the caret to the previous word.

public static EditActionBase MoveToPreviousWord { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the previous word.

MoveToVisibleBottom

Gets the EditActionBase that is used to move the caret to the bottom of the view.

public static EditActionBase MoveToVisibleBottom { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the bottom of the view.

MoveToVisibleTop

Gets the EditActionBase that is used to move the caret to the top of the view.

public static EditActionBase MoveToVisibleTop { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret to the top of the view.

MoveUp

Gets the EditActionBase that is used to move the caret up a line.

public static EditActionBase MoveUp { get; }

Property Value

EditActionBase:

The EditActionBase that is used to move the caret up a line.

OpenLineAbove

Gets the EditActionBase that inserts a new line above the current selection ranges.

public static EditActionBase OpenLineAbove { get; }

Property Value

EditActionBase:

The EditActionBase that inserts a new line above the current selection ranges.

OpenLineBelow

Gets the EditActionBase that inserts a new line below the current selection ranges.

public static EditActionBase OpenLineBelow { get; }

Property Value

EditActionBase:

The EditActionBase that inserts a new line below the current selection ranges.

Outdent

Gets the EditActionBase that outdents the currently selected lines.

public static EditActionBase Outdent { get; }

Property Value

EditActionBase:

The EditActionBase that outdents the currently selected lines.

PasteFromClipboard

Gets the EditActionBase that pastes text from the clipboard into the editor view.

public static EditActionBase PasteFromClipboard { get; }

Property Value

EditActionBase:

The EditActionBase that pastes text from the clipboard into the editor view.

PauseResumeMacroRecording

Gets the EditActionBase that pauses or resumes recording a macro, depending on the current state of macro recording.

public static EditActionBase PauseResumeMacroRecording { get; }

Property Value

EditActionBase:

The EditActionBase that pauses or resumes recording a macro, depending on the current state of macro recording.

Redo

Gets the EditActionBase that performs a redo operation.

public static EditActionBase Redo { get; }

Property Value

EditActionBase:

The EditActionBase that performs a redo operation.

RemoveTabStopOrOutdent

Gets the EditActionBase that removes whitespace to bring the caret to the previous tab stop if there is no selection, or alternatively outdents the currently selected lines.

public static EditActionBase RemoveTabStopOrOutdent { get; }

Property Value

EditActionBase:

The EditActionBase that removes whitespace to bring the caret to the previous tab stop if there is no selection, or alternatively outdents the currently selected lines.

Replace

Gets the EditActionBase that opens the search overlay pane in replace mode and activates (focuses) it.

public static EditActionBase Replace { get; }

Property Value

EditActionBase:

The EditActionBase that opens the search overlay pane in replace mode and activates (focuses) it.

RequestIntelliPromptAutoComplete

Gets the EditActionBase that performs an auto-complete if the language supports an IntelliPrompt completion session at the current offset

public static EditActionBase RequestIntelliPromptAutoComplete { get; }

Property Value

EditActionBase:

The EditActionBase that performs an auto-complete if the language supports an IntelliPrompt completion session at the current offset.

RequestIntelliPromptCompletionSession

Gets the EditActionBase that displays a completion list if the language supports an IntelliPrompt completion session at the current offset

public static EditActionBase RequestIntelliPromptCompletionSession { get; }

Property Value

EditActionBase:

The EditActionBase that displays a completion list if the language supports an IntelliPrompt completion session at the current offset.

RequestIntelliPromptInsertSnippetSession

Gets the EditActionBase that allows for IntelliPrompt 'surrounds with' code snippet selection at the current offset.

public static EditActionBase RequestIntelliPromptInsertSnippetSession { get; }

Property Value

EditActionBase:

The EditActionBase that allows for IntelliPrompt 'surrounds with' code snippet selection at the current offset.

RequestIntelliPromptParameterInfoSession

Gets the EditActionBase that displays IntelliPrompt parameter info based on the current context.

public static EditActionBase RequestIntelliPromptParameterInfoSession { get; }

Property Value

EditActionBase:

The EditActionBase that displays IntelliPrompt parameter info based on the current context.

RequestIntelliPromptQuickInfoSession

Gets the EditActionBase that displays IntelliPrompt quick info based on the current context.

public static EditActionBase RequestIntelliPromptQuickInfoSession { get; }

Property Value

EditActionBase:

The EditActionBase that displays IntelliPrompt quick info based on the current context.

RequestIntelliPromptSurroundWithSession

Gets the EditActionBase that allows for IntelliPrompt 'expansion' code snippet selection at the current offset.

public static EditActionBase RequestIntelliPromptSurroundWithSession { get; }

Property Value

EditActionBase:

The EditActionBase that allows for IntelliPrompt 'expansion' code snippet selection at the current offset.

ResetZoomLevel

Gets the EditActionBase that resets the zoom level to 100%.

public static EditActionBase ResetZoomLevel { get; }

Property Value

EditActionBase:

The EditActionBase that resets the zoom level to 100%.

ReverseIncrementalSearch

Gets the EditActionBase that performs a reverse incremental search.

public static EditActionBase ReverseIncrementalSearch { get; }

Property Value

EditActionBase:

The EditActionBase that performs a reverse incremental search.

RunMacro

Gets the EditActionBase that runs the macro that was last recorded.

public static EditActionBase RunMacro { get; }

Property Value

EditActionBase:

The EditActionBase that runs the macro that was last recorded.

ScrollDown

Gets the EditActionBase that is used to scroll down a line.

public static EditActionBase ScrollDown { get; }

Property Value

EditActionBase:

The EditActionBase that is used to scroll down a line.

ScrollLeft

Gets the EditActionBase that is used to scroll left a column.

public static EditActionBase ScrollLeft { get; }

Property Value

EditActionBase:

The EditActionBase that is used to scroll left a column.

ScrollLineToVisibleBottom

Gets the EditActionBase that is used to scroll the current view line to the bottom of the view.

public static EditActionBase ScrollLineToVisibleBottom { get; }

Property Value

EditActionBase:

The EditActionBase that is used to scroll the current view line to the bottom of the view.

ScrollLineToVisibleMiddle

Gets the EditActionBase that is used to scroll the current view line to the middle of the view.

public static EditActionBase ScrollLineToVisibleMiddle { get; }

Property Value

EditActionBase:

The EditActionBase that is used to scroll the current view line to the middle of the view.

ScrollLineToVisibleTop

Gets the EditActionBase that is used to scroll the current view line to the top of the view.

public static EditActionBase ScrollLineToVisibleTop { get; }

Property Value

EditActionBase:

The EditActionBase that is used to scroll the current view line to the top of the view.

ScrollPageDown

Gets the EditActionBase that is used to scroll down a page.

public static EditActionBase ScrollPageDown { get; }

Property Value

EditActionBase:

The EditActionBase that is used to scroll down a page.

ScrollPageUp

Gets the EditActionBase that is used to scroll up a page.

public static EditActionBase ScrollPageUp { get; }

Property Value

EditActionBase:

The EditActionBase that is used to scroll up a page.

ScrollRight

Gets the EditActionBase that is used to scroll right a column.

public static EditActionBase ScrollRight { get; }

Property Value

EditActionBase:

The EditActionBase that is used to scroll right a column.

ScrollToDocumentEnd

Gets the EditActionBase that is used to scroll the caret to the document end.

public static EditActionBase ScrollToDocumentEnd { get; }

Property Value

EditActionBase:

The EditActionBase that is used to scroll the caret to the document end.

ScrollToDocumentStart

Gets the EditActionBase that is used to scroll the caret to the document start.

public static EditActionBase ScrollToDocumentStart { get; }

Property Value

EditActionBase:

The EditActionBase that is used to scroll the caret to the document start.

ScrollUp

Gets the EditActionBase that is used to scroll up a line.

public static EditActionBase ScrollUp { get; }

Property Value

EditActionBase:

The EditActionBase that is used to scroll up a line.

SelectAll

Gets the EditActionBase that is used to select all the text.

public static EditActionBase SelectAll { get; }

Property Value

EditActionBase:

The EditActionBase that is used to select all the text.

SelectBlockDown

Gets the EditActionBase that is used to extend the block selection down a line.

public static EditActionBase SelectBlockDown { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the block selection down a line.

SelectBlockLeft

Gets the EditActionBase that is used to extend the block selection left a character.

public static EditActionBase SelectBlockLeft { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the block selection left a character.

SelectBlockRight

Gets the EditActionBase that is used to extend the block selection right a character.

public static EditActionBase SelectBlockRight { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the block selection right a character.

SelectBlockToNextWord

Gets the EditActionBase that is used to extend the block selection to the next word.

public static EditActionBase SelectBlockToNextWord { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the block selection to the next word.

SelectBlockToPreviousWord

Gets the EditActionBase that is used to extend the block selection to the previous word.

public static EditActionBase SelectBlockToPreviousWord { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the block selection to the previous word.

SelectBlockUp

Gets the EditActionBase that is used to extend the block selection up a line.

public static EditActionBase SelectBlockUp { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the block selection up a line.

SelectDown

Gets the EditActionBase that is used to extend the selection down a line.

public static EditActionBase SelectDown { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection down a line.

SelectLeft

Gets the EditActionBase that is used to extend the selection left a character.

public static EditActionBase SelectLeft { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection left a character.

SelectPageDown

Gets the EditActionBase that is used to extend the selection down a page.

public static EditActionBase SelectPageDown { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection down a page.

SelectPageUp

Gets the EditActionBase that is used to extend the selection up a page.

public static EditActionBase SelectPageUp { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection up a page.

SelectRight

Gets the EditActionBase that is used to extend the selection right a character.

public static EditActionBase SelectRight { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection right a character.

SelectToDocumentEnd

Gets the EditActionBase that is used to extend the selection to the document end.

public static EditActionBase SelectToDocumentEnd { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection to the document end.

SelectToDocumentStart

Gets the EditActionBase that is used to extend the selection to the document start.

public static EditActionBase SelectToDocumentStart { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection to the document start.

SelectToLineEnd

Gets the EditActionBase that is used to extend the selection to the line end.

public static EditActionBase SelectToLineEnd { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection to the line end.

SelectToLineStart

Gets the EditActionBase that is used to extend the selection to the line start.

public static EditActionBase SelectToLineStart { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection to the line start.

SelectToLineStartAfterIndentation

Gets the EditActionBase that is used to extend the selection to the first non-whitespace character on the current view line.

public static EditActionBase SelectToLineStartAfterIndentation { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection to the first non-whitespace character on the current view line.

SelectToMatchingBracket

Gets the EditActionBase that is used to extend the selection to the matching bracket, if any.

public static EditActionBase SelectToMatchingBracket { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection to the matching bracket, if any.

SelectToNextWord

Gets the EditActionBase that is used to extend the selection to the next word.

public static EditActionBase SelectToNextWord { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection to the next word.

SelectToPreviousWord

Gets the EditActionBase that is used to extend the selection to the previous word.

public static EditActionBase SelectToPreviousWord { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection to the previous word.

SelectToVisibleBottom

Gets the EditActionBase that is used to extend the selection to the bottom of the view.

public static EditActionBase SelectToVisibleBottom { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection to the bottom of the view.

SelectToVisibleTop

Gets the EditActionBase that is used to extend the selection to the top of the view.

public static EditActionBase SelectToVisibleTop { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection to the top of the view.

SelectUp

Gets the EditActionBase that is used to extend the selection up a line.

public static EditActionBase SelectUp { get; }

Property Value

EditActionBase:

The EditActionBase that is used to extend the selection up a line.

SelectWord

Gets the EditActionBase that is used to select the current word.

public static EditActionBase SelectWord { get; }

Property Value

EditActionBase:

The EditActionBase that is used to select the current word.

StartAutomaticOutlining

Gets the EditActionBase that is used to start automatic outlining.

public static EditActionBase StartAutomaticOutlining { get; }

Property Value

EditActionBase:

The EditActionBase that is used to start automatic outlining.

StopHidingCurrent

Gets the EditActionBase that is used to stop hiding the outlining node that currently contains the caret, if any.

public static EditActionBase StopHidingCurrent { get; }

Property Value

EditActionBase:

The EditActionBase that is used to stop hiding the outlining node that currently contains the caret, if any.

StopOutlining

Gets the EditActionBase that is used to stop outlining.

public static EditActionBase StopOutlining { get; }

Property Value

EditActionBase:

The EditActionBase that is used to stop outlining.

TabifySelectedLines

Gets the EditActionBase that converts spaces at the beginning of the active view lines to tabs.

public static EditActionBase TabifySelectedLines { get; }

Property Value

EditActionBase:

The EditActionBase that converts spaces at the beginning of the active view lines to tabs.

ToggleAllOutliningExpansion

Gets the EditActionBase that toggles the collapsed state of all outlining nodes.

public static EditActionBase ToggleAllOutliningExpansion { get; }

Property Value

EditActionBase:

The EditActionBase that toggles the collapsed state of all outlining nodes.

ToggleCharacterCasing

Gets the EditActionBase that toggles the character casing of the selected text.

public static EditActionBase ToggleCharacterCasing { get; }

Property Value

EditActionBase:

The EditActionBase that toggles the character casing of the selected text.

ToggleMacroRecording

Gets the EditActionBase that starts or stops recording a macro, depending on the current state of macro recording.

public static EditActionBase ToggleMacroRecording { get; }

Property Value

EditActionBase:

The EditActionBase that starts or stops recording a macro, depending on the current state of macro recording.

ToggleOutliningExpansion

Gets the EditActionBase that toggles the collapsed state of the outlining node that contains the caret, if any.

public static EditActionBase ToggleOutliningExpansion { get; }

Property Value

EditActionBase:

The EditActionBase that toggles the collapsed state of the outlining node that contains the caret, if any.

ToggleOverwriteMode

Gets the EditActionBase that toggles overwrite mode.

public static EditActionBase ToggleOverwriteMode { get; }

Property Value

EditActionBase:

The EditActionBase that toggles overwrite mode.

TransposeCharacters

Gets the EditActionBase that transposes the characters before and after the caret.

public static EditActionBase TransposeCharacters { get; }

Property Value

EditActionBase:

The EditActionBase that transposes the characters before and after the caret.

TransposeLines

Gets the EditActionBase that transposes the current view line with the next view line.

public static EditActionBase TransposeLines { get; }

Property Value

EditActionBase:

The EditActionBase that transposes the current view line with the next view line.

TransposeWords

Gets the EditActionBase that transposes the words before and after the caret.

public static EditActionBase TransposeWords { get; }

Property Value

EditActionBase:

The EditActionBase that transposes the words before and after the caret.

TrimAllTrailingWhitespace

Gets the EditActionBase that trims the trailing whitespace off all the lines in the document.

public static EditActionBase TrimAllTrailingWhitespace { get; }

Property Value

EditActionBase:

The EditActionBase that trims the trailing whitespace off all the lines in the document.

TrimTrailingWhitespace

Gets the EditActionBase that trims the trailing whitespace off all the lines in the selected text, or the current document line if no text is selected.

public static EditActionBase TrimTrailingWhitespace { get; }

Property Value

EditActionBase:

The EditActionBase that trims the trailing whitespace off all the lines in the selected text, or the current document line if no text is selected.

UncommentLines

Gets the EditActionBase that uncomments the currently selected lines.

public static EditActionBase UncommentLines { get; }

Property Value

EditActionBase:

The EditActionBase that uncomments the currently selected lines.

Undo

Gets the EditActionBase that performs an undo operation.

public static EditActionBase Undo { get; }

Property Value

EditActionBase:

The EditActionBase that performs an undo operation.

UntabifySelectedLines

Gets the EditActionBase that converts tabs at the beginning of the active view lines to spaces.

public static EditActionBase UntabifySelectedLines { get; }

Property Value

EditActionBase:

The EditActionBase that converts tabs at the beginning of the active view lines to spaces.

ZoomIn

Gets the EditActionBase that zooms in the editor's zoom level.

public static EditActionBase ZoomIn { get; }

Property Value

EditActionBase:

The EditActionBase that zooms in the editor's zoom level.

ZoomOut

Gets the EditActionBase that zooms out the editor's zoom level.

public static EditActionBase ZoomOut { get; }

Property Value

EditActionBase:

The EditActionBase that zooms out the editor's zoom level.

Methods

GetAll()

Returns a collection of all the known commands.

public static IEnumerable<IEditAction> GetAll()

Returns

IEnumerable<IEditAction>:

A collection of all the known commands.

Inherited Members