C# Class 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
Inheritance: ICSharpCode.TextEditor.Actions.AbstractEditAction
显示文件 Open project: Clancey/MonoMac.Windows.Form

Public Methods

Method Description
Execute ( TextArea textArea ) : void Executes this edit action

Method Details

Execute() public method

Executes this edit action
public Execute ( TextArea textArea ) : void
textArea TextArea The which is used for callback purposes
return void