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

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

Метод Описание
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