C# Класс ICSharpCode.TextEditor.Actions.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
Наследование: ICSharpCode.TextEditor.Actions.AbstractEditAction
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( TextArea textArea ) : void Executes this edit action

Описание методов

Execute() публичный Метод

Executes this edit action
public Execute ( TextArea textArea ) : void
textArea TextArea The which is used for callback purposes
Результат void