C# Class JustEnoughVi.ChangeToCharCommand

Inheritance: DeleteToCharCommand
Mostra file Open project: hifi/monodevelop-justenoughvi

Public Methods

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

Protected Methods

Method Description
Run ( ) : void

Method Details

ChangeToCharCommand() public method

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

Run() protected method

protected Run ( ) : void
return void