C# (CSharp) ICSharpCode.TextEditor.Actions Namespace

Classes

Name Description
AbstractLineFormatAction
AbstractSelectionFormatAction
Backspace
BlockCommentRegion
CapitalizeAction
CaretDown
CaretLeft
CaretRight
CaretUp
ClearAllSelections
ConvertLeadingSpacesToTabs
ConvertLeadingTabsToSpaces
ConvertSpacesToTabs
ConvertTabsToSpaces
Delete
DeleteLine
DeleteToLineEnd
DeleteWord handles the ctrl-delete key functionality attempts to mimic MS Developer studio I will implement this as deleting forwardto the point that ctrl-leftarrow would take you to
End
FormatBuffer This is a sample editaction plugin, it indents the selected area.
GotoMatchingBrace
Home
IndentSelection
InvertCaseAction
MovePageDown
MovePageUp
MoveToEnd
MoveToStart
Redo
RemoveLeadingWS
RemoveTrailingWS
Return
ScrollLineDown
ScrollLineUp
SelectWholeDocument
ShiftCaretDown
ShiftCaretLeft
ShiftCaretRight
ShiftCaretUp
ShiftEnd
ShiftHome
ShiftMovePageDown
ShiftMovePageUp
ShiftMoveToEnd
ShiftMoveToStart
ShiftTab
ShiftWordLeft
ShiftWordRight
Tab
ToLowerCase
ToUpperCase
ToggleBlockComment
ToggleComment
ToggleEditMode
ToggleLineComment
Undo
WordBackspace handles the ctrl-backspace key functionality attempts to roughly mimic MS Developer studio I will implement this as deleting back to the point that ctrl-leftarrow would take you to
WordLeft
WordRight