C# Class JustEnoughVi.DeleteToCharCommand

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

Public Methods

Method Description
DeleteToCharCommand ( TextEditorData editor, int findResultShift ) : System

Protected Methods

Method Description
Run ( ) : void

Method Details

DeleteToCharCommand() public method

public DeleteToCharCommand ( TextEditorData editor, int findResultShift ) : System
editor Mono.TextEditor.TextEditorData
findResultShift int
return System

Run() protected method

protected Run ( ) : void
return void