C# Class JustEnoughVi.Command

显示文件 Open project: hifi/monodevelop-justenoughvi Class Usage Examples

Public Methods

Method Description
RunCommand ( int count, char arg ) : Mode

Protected Methods

Method Description
Command ( TextEditorData editor ) : System
Dispatch ( object command ) : bool
Run ( ) : void

Method Details

Command() protected method

protected Command ( TextEditorData editor ) : System
editor Mono.TextEditor.TextEditorData
return System

Dispatch() protected method

protected Dispatch ( object command ) : bool
command object
return bool

Run() protected abstract method

protected abstract Run ( ) : void
return void

RunCommand() public method

public RunCommand ( int count, char arg ) : Mode
count int
arg char
return Mode