C# Class ICSharpCode.AvalonEdit.AvalonEditCommands

Custom commands for AvalonEdit.
Mostrar archivo Open project: gilgame/SEWorkbench

Public Properties

Property Type Description
ConvertLeadingSpacesToTabs System.Windows.Input.RoutedCommand
ConvertLeadingTabsToSpaces System.Windows.Input.RoutedCommand
ConvertSpacesToTabs System.Windows.Input.RoutedCommand
ConvertTabsToSpaces System.Windows.Input.RoutedCommand
ConvertToLowercase System.Windows.Input.RoutedCommand
ConvertToTitleCase System.Windows.Input.RoutedCommand
ConvertToUppercase System.Windows.Input.RoutedCommand
DeleteLine System.Windows.Input.RoutedCommand
IndentSelection System.Windows.Input.RoutedCommand
InvertCase System.Windows.Input.RoutedCommand

Property Details

ConvertLeadingSpacesToTabs public_oe static_oe property

Converts leading spaces to tabs in the selected lines (or the whole document if the selection is empty).
public static RoutedCommand,System.Windows.Input ConvertLeadingSpacesToTabs
return System.Windows.Input.RoutedCommand

ConvertLeadingTabsToSpaces public_oe static_oe property

Converts leading tabs to spaces in the selected lines (or the whole document if the selection is empty).
public static RoutedCommand,System.Windows.Input ConvertLeadingTabsToSpaces
return System.Windows.Input.RoutedCommand

ConvertSpacesToTabs public_oe static_oe property

Converts spaces to tabs in the selected text.
public static RoutedCommand,System.Windows.Input ConvertSpacesToTabs
return System.Windows.Input.RoutedCommand

ConvertTabsToSpaces public_oe static_oe property

Converts tabs to spaces in the selected text.
public static RoutedCommand,System.Windows.Input ConvertTabsToSpaces
return System.Windows.Input.RoutedCommand

ConvertToLowercase public_oe static_oe property

Converts the selected text to lower case.
public static RoutedCommand,System.Windows.Input ConvertToLowercase
return System.Windows.Input.RoutedCommand

ConvertToTitleCase public_oe static_oe property

Converts the selected text to title case.
public static RoutedCommand,System.Windows.Input ConvertToTitleCase
return System.Windows.Input.RoutedCommand

ConvertToUppercase public_oe static_oe property

Converts the selected text to upper case.
public static RoutedCommand,System.Windows.Input ConvertToUppercase
return System.Windows.Input.RoutedCommand

DeleteLine public_oe static_oe property

Deletes the current line. The default shortcut is Ctrl+D.
public static RoutedCommand,System.Windows.Input DeleteLine
return System.Windows.Input.RoutedCommand

IndentSelection public_oe static_oe property

Runs the IIndentationStrategy on the selected lines (or the whole document if the selection is empty).
public static RoutedCommand,System.Windows.Input IndentSelection
return System.Windows.Input.RoutedCommand

InvertCase public_oe static_oe property

Inverts the case of the selected text.
public static RoutedCommand,System.Windows.Input InvertCase
return System.Windows.Input.RoutedCommand