ActiproSoftware.UI.WinForms.Controls.SyntaxEditor.EditActions Namespace
Classes
AddNextOccurrenceToSelectionAction | Represents an IEditAction that adds the next occurrence of the currently-selected text to the selection, or selects the current word if there is no selection. |
ApplyDefaultOutliningExpansionAction | Represents an IEditAction that applies the default outlining expansion, such that only outlining nodes with an
IsDefaultCollapsed value of |
BackspaceAction | Represents an IEditAction that deletes the currently selected text if text is selected; otherwise, deletes the previous character. |
BackspaceToPreviousWordAction | Represents an IEditAction that backspaces and deletes text to the beginning of the previous word. |
CancelMacroRecordingAction | Represents an IEditAction that cancels recording a macro. |
CapitalizeAction | Represents an IEditAction that capitalizes the first letter of each word in the selection. |
ChangeCharacterCasingAction | Represents an IEditAction that changes the character casing of the selected text. |
CodeBlockSelectionContractAction | Represents an IEditAction that contracts the code block selection level. |
CodeBlockSelectionExpandAction | Represents an IEditAction that expands the code block selection level. |
CollapseSelectionAction | Represents an IEditAction that collapses to the primary selection range (if more than one range is selected), or collapses the primary selection range to the caret. |
CollapseSelectionLeftAction | Represents an IEditAction that collapses the selection ranges to the left. |
CollapseSelectionRightAction | Represents an IEditAction that collapses the selection ranges to the right. |
CollapseToDefinitionsAction | Represents an IEditAction that collapses all outlining nodes that have an IsImplementation value of |
CommentLinesAction | Represents an IEditAction that comments the currently selected lines. |
ConvertSpacesToTabsAction | Represents an IEditAction that converts all spaces in the selection to an equivalent number of tabs. |
ConvertTabsToSpacesAction | Represents an IEditAction that converts all tabs in the selection to an equivalent number of spaces. |
CopyAndAppendToClipboardAction | Represents an IEditAction that copies and appends the currently selected text to the clipboard. |
CopyToClipboardAction | Represents an IEditAction that copies the currently selected text to the clipboard. |
CutAndAppendToClipboardAction | Represents an IEditAction that cuts and appends the currently selected text to the clipboard. |
CutLineToClipboardAction | Represents an IEditAction that cuts the current view line's text to the clipboard. |
CutToClipboardAction | Represents an IEditAction that cuts the currently selected text to the clipboard. |
DeleteAction | Represents an IEditAction that deletes the currently selected text if text is selected; otherwise, deletes the next character. |
DeleteBlankLinesAction | Represents an IEditAction that deletes the blank lines in the selected text, or the current view line if no text is selected and it is blank. |
DeleteHorizontalWhitespaceAction | Represents an IEditAction that deletes the horizontal whitespace within the current selection. |
DeleteLineAction | Represents an IEditAction that deletes the currently active view line. |
DeleteToLineEndAction | Represents an IEditAction that deletes the currently selected text through to the end of the current view line. |
DeleteToLineStartAction | Represents an IEditAction that deletes the currently selected text through to the start of the current view line. |
DeleteToNextWordAction | Represents an IEditAction that deletes text to the beginning of the next word. |
DuplicateAction | Represents an IEditAction that duplicates the current document line if there is no selection, or the selected text if there is a selection. |
ExpandAllOutliningAction | Represents an IEditAction that expands all outlining nodes. |
FindAction | Represents an IEditAction that opens the search overlay pane in find mode and activates (focuses) it. |
FindNextAction | Represents an IEditAction that searches to locate the next SearchOptions find text match in the active view. |
FindNextSelectedAction | Represents an IEditAction 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. |
FindPreviousAction | Represents an IEditAction that searches to locate the previous SearchOptions find text match in the active view. |
FindPreviousSelectedAction | Represents an IEditAction 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. |
FormatDocumentAction | Represents an IEditAction that formats the entire document. |
FormatSelectionAction | Represents an IEditAction that formats the currently selected lines. |
HideSelectionAction | Represents an IEditAction that collapses the current primary selection range. |
IncrementalSearchAction | Represents an IEditAction that performs a forward incremental search. |
IndentAction | Represents an IEditAction that indents the currently selected lines. |
InsertLineBreakAction | Represents an IEditAction that inserts a line break into the current selection ranges. |
InsertTabStopOrIndentAction | Represents an IEditAction that inserts whitespace to bring the caret to the next tab stop if there is no selection, or alternatively indents the currently selected lines. |
MacroAction | Represents an IEditAction that contains a list of IEditAction objects that can be executed in a macro. |
MakeLowercaseAction | Represents an IEditAction that changes the character casing of the selected text to lowercase. |
MakeUppercaseAction | Represents an IEditAction that changes the character casing of the selected text to uppercase. |
MoveDownAction | Represents an IEditAction that moves the carets down a line. |
MoveLeftAction | Represents an IEditAction that moves the carets left a character. |
MovePageDownAction | Represents an IEditAction that moves the carets down a page. |
MovePageUpAction | Represents an IEditAction that moves the carets up a page. |
MoveRightAction | Represents an IEditAction that moves the carets right a character. |
MoveSelectedLinesDownAction | Represents an IEditAction that moves the selected lines down. |
MoveSelectedLinesUpAction | Represents an IEditAction that moves the selected lines up. |
MoveToDocumentEndAction | Represents an IEditAction that moves the caret to the end of the document. |
MoveToDocumentStartAction | Represents an IEditAction that moves the caret to the start of the document. |
MoveToLineEndAction | Represents an IEditAction that moves the carets to the end of their current lines. |
MoveToLineStartAction | Represents an IEditAction that moves the carets to the start of their lines. |
MoveToLineStartAfterIndentationAction | Represents an IEditAction that moves the carets to the first non-whitespace character on their current lines. |
MoveToMatchingBracketAction | Represents an IEditAction that moves the caret to the matching bracket, if any. |
MoveToNextLineStartAfterIndentationAction | Represents an IEditAction that moves the carets to the first non-whitespace character on their next lines. |
MoveToNextWordAction | Represents an IEditAction that moves the carets to the next word. |
MoveToPreviousLineStartAfterIndentationAction | Represents an IEditAction that moves the carets to the first non-whitespace character on their previous lines. |
MoveToPreviousWordAction | Represents an IEditAction that moves the carets to the previous word. |
MoveToVisibleBottomAction | Represents an IEditAction that moves the caret to the bottom of the view. |
MoveToVisibleTopAction | Represents an IEditAction that moves the caret to the top of the view. |
MoveUpAction | Represents an IEditAction that moves the carets up a line. |
OpenLineAboveAction | Represents an IEditAction that inserts a new line above the current selection ranges. |
OpenLineBelowAction | Represents an IEditAction that inserts a new line below the current selection ranges. |
OutdentAction | Represents an IEditAction that outdents the currently selected lines. |
PasteFromClipboardAction | Represents an IEditAction that pastes text from the clipboard into the editor view. |
PauseResumeMacroRecordingAction | Represents an IEditAction that pauses or resumes recording a macro, depending on the current state of macro recording. |
RedoAction | Represents a IEditAction that performs an redo operation. |
RemoveTabStopOrOutdentAction | Represents an IEditAction that removes whitespace to bring the caret to the previous tab stop if there is no selection, or alternatively outdents the currently selected lines. |
ReplaceAction | Represents an IEditAction that opens the search overlay pane in replace mode and activates (focuses) it. |
RequestIntelliPromptAutoCompleteAction | Represents an IEditAction that performs an auto-complete if the language supports an IntelliPrompt completion session at the current offset. |
RequestIntelliPromptCompletionSessionAction | Represents an IEditAction that displays a completion list if the language supports an IntelliPrompt completion session at the current offset. |
RequestIntelliPromptInsertSnippetSessionAction | Represents an IEditAction that allows for IntelliPrompt 'expansion' code snippet selection at the current offset. |
RequestIntelliPromptParameterInfoSessionAction | Represents an IEditAction that displays IntelliPrompt parameter info based on the current context. |
RequestIntelliPromptQuickInfoSessionAction | Represents an IEditAction that displays IntelliPrompt quick info based on the current context. |
RequestIntelliPromptSurroundWithSessionAction | Represents an IEditAction that allows for IntelliPrompt 'surrounds with' code snippet selection at the current offset. |
ReverseIncrementalSearchAction | Represents an IEditAction that performs a reverse incremental search. |
RunMacroAction | Represents an IEditAction that runs the macro that was last recorded. |
ScrollDownAction | Represents an IEditAction that scrolls down a line. |
ScrollLeftAction | Represents an IEditAction that scrolls left a column. |
ScrollLineToVisibleBottomAction | Represents an IEditAction that scrolls the current view line to the bottom of the view. |
ScrollLineToVisibleMiddleAction | Represents an IEditAction that scrolls the current view line to the middle of the view. |
ScrollLineToVisibleTopAction | Represents an IEditAction that scrolls the current view line to the top of the view. |
ScrollPageDownAction | Represents an IEditAction that scrolls down a page. |
ScrollPageUpAction | Represents an IEditAction that scrolls up a page. |
ScrollRightAction | Represents an IEditAction that scrolls right a column. |
ScrollToDocumentEndAction | Represents an IEditAction that scrolls to the document end. |
ScrollToDocumentStartAction | Represents an IEditAction that scrolls to the document start. |
ScrollUpAction | Represents an IEditAction that scrolls up a line. |
SearchActionBase | Provides a base class for an IEditAction that can perform searching. |
SelectAllAction | Represents an IEditAction that selects all the text. |
SelectBlockDownAction | Represents an IEditAction that extends the block selection down a line. |
SelectBlockLeftAction | Represents an IEditAction that extends the block selection left a character. |
SelectBlockRightAction | Represents an IEditAction that extends the block selection right a character. |
SelectBlockToNextWordAction | Represents an IEditAction that extends the block selection to the next word. |
SelectBlockToPreviousWordAction | Represents an IEditAction that extends the block selection to the previous word. |
SelectBlockUpAction | Represents an IEditAction that extends the block selection up a line. |
SelectDownAction | Represents an IEditAction that extends the selection ranges down a line. |
SelectLeftAction | Represents an IEditAction that extends the selection ranges left a character. |
SelectPageDownAction | Represents an IEditAction that extends the selection ranges down a page. |
SelectPageUpAction | Represents an IEditAction that extends the selection ranges Up a page. |
SelectRightAction | Represents an IEditAction that extends the selection ranges right a character. |
SelectToDocumentEndAction | Represents an IEditAction that extends the selection to the end of the document. |
SelectToDocumentStartAction | Represents an IEditAction that extends the selection to the start of the document. |
SelectToLineEndAction | Represents an IEditAction that extends the selection ranges to the end of their current lines. |
SelectToLineStartAction | Represents an IEditAction that extends the selection ranges to the start of their lines. |
SelectToLineStartAfterIndentationAction | Represents an IEditAction that extends the selection ranges to the first non-whitespace character on their current lines. |
SelectToMatchingBracketAction | Represents an IEditAction that extends the selection to the matching bracket, if any. |
SelectToNextWordAction | Represents an IEditAction that extends the selection ranges to the next word. |
SelectToPreviousWordAction | Represents an IEditAction that extends the selection ranges to the previous word. |
SelectToVisibleBottomAction | Represents an IEditAction that extends the selection to the bottom of the view. |
SelectToVisibleTopAction | Represents an IEditAction that extends the selection to the top of the view. |
SelectUpAction | Represents an IEditAction that extends the selection ranges up a line. |
SelectWordAction | Represents an IEditAction that selects the current word. |
StartAutomaticOutliningAction | Represents an IEditAction that is used to start automatic outlining. |
StopHidingCurrentAction | Represents an IEditAction that is used to stop hiding the outlining node that currently contains the primary caret, if any. |
StopOutliningAction | Represents an IEditAction that is used to stop outlining. |
TabifySelectedLinesAction | Represents an IEditAction that converts spaces at the beginning of the active view lines to tabs. |
ToggleAllOutliningExpansionAction | Represents an IEditAction that toggles the collapsed state of all outlining nodes. |
ToggleCharacterCasingAction | Represents an IEditAction that toggles the character casing of the selected text. |
ToggleMacroRecordingAction | Represents an IEditAction that starts or stops recording a macro, depending on the current state of macro recording. |
ToggleOutliningExpansionAction | Represents an IEditAction that toggles the outlining nodes that intersect with the view line that contains the primary caret. |
ToggleOverwriteModeAction | Represents an IEditAction that toggles overwrite mode. |
TransposeCharactersAction | Represents an IEditAction that transposes the characters before and after the caret. |
TransposeLinesAction | Represents an IEditAction that transposes the current line with the next line. |
TransposeWordsAction | Represents an IEditAction that transposes the words before and after the caret. |
TrimAllTrailingWhitespaceAction | Represents an IEditAction that trims the trailing whitespace off all the lines in the document. |
TrimTrailingWhitespaceAction | Represents an IEditAction that trims the trailing whitespace off all the lines in the selected text, or the current document line if no text is selected. |
TypingAction | Represents an IEditAction that performs typing in a document. |
UncommentLinesAction | Represents an IEditAction that uncomments the currently selected lines. |
UndoAction | Represents an IEditAction that performs an undo operation. |
UntabifySelectedLinesAction | Represents an IEditAction that converts tabs at the beginning of the active view lines to spaces. |