C# Class JustEnoughVi.FindCommand

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

Public Methods

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

Protected Methods

Method Description
Run ( ) : void

Method Details

FindCommand() public method

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

Run() protected method

protected Run ( ) : void
return void