C# Class JustEnoughVi.DeleteCharacterCommand

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

Public Methods

Method Description
DeleteCharacterCommand ( TextEditorData editor ) : System

Protected Methods

Method Description
Run ( ) : void

Method Details

DeleteCharacterCommand() public method

public DeleteCharacterCommand ( TextEditorData editor ) : System
editor Mono.TextEditor.TextEditorData
return System

Run() protected method

protected Run ( ) : void
return void