AvalonEdit
AvalonEditCommands Class
NamespacesICSharpCode.AvalonEditAvalonEditCommands
Custom commands for AvalonEdit.
Declaration Syntax
C#Visual BasicVisual C++
public static class AvalonEditCommands
Public NotInheritable Class AvalonEditCommands
public ref class AvalonEditCommands abstract sealed
Members
All MembersFields



IconMemberDescription
ConvertLeadingSpacesToTabs
Converts leading spaces to tabs in the selected lines (or the whole document if the selection is empty).

ConvertLeadingTabsToSpaces
Converts leading tabs to spaces in the selected lines (or the whole document if the selection is empty).

ConvertSpacesToTabs
Converts spaces to tabs in the selected text.

ConvertTabsToSpaces
Converts tabs to spaces in the selected text.

ConvertToLowercase
Converts the selected text to lower case.

ConvertToTitleCase
Converts the selected text to title case.

ConvertToUppercase
Converts the selected text to upper case.

DeleteLine
Deletes the current line. The default shortcut is Ctrl+D.

IndentSelection
Runs the IIndentationStrategy on the selected lines (or the whole document if the selection is empty).

InvertCase
Inverts the case of the selected text.

RemoveLeadingWhitespace
Removes leading whitespace from the selected lines (or the whole document if the selection is empty).

RemoveTrailingWhitespace
Removes trailing whitespace from the selected lines (or the whole document if the selection is empty).

Inheritance Hierarchy
Object
AvalonEditCommands

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238