C# Class JustEnoughVi.DeleteCommand

Inheritance: Command
Exibir arquivo Open project: hifi/monodevelop-justenoughvi

Protected Properties

Property Type Description
_selector Func

Public Methods

Method Description
DeleteCommand ( TextEditorData editor, Func selector, char enclosingChar ) : System
DeleteCommand ( TextEditorData editor, Func selector, char openingChar, char closingChar ) : System

Protected Methods

Method Description
DeleteRange ( CommandRange range ) : void
Run ( ) : void

Method Details

DeleteCommand() public method

public DeleteCommand ( TextEditorData editor, Func selector, char enclosingChar ) : System
editor Mono.TextEditor.TextEditorData
selector Func
enclosingChar char
return System

DeleteCommand() public method

public DeleteCommand ( TextEditorData editor, Func selector, char openingChar, char closingChar ) : System
editor Mono.TextEditor.TextEditorData
selector Func
openingChar char
closingChar char
return System

DeleteRange() protected method

protected DeleteRange ( CommandRange range ) : void
range CommandRange
return void

Run() protected method

protected Run ( ) : void
return void

Property Details

_selector protected_oe property

protected Func _selector
return Func