C# Class JustEnoughVi.ReplaceMode

Inheritance: ViMode
Mostra file Open project: hifi/monodevelop-justenoughvi Class Usage Examples

Public Methods

Method Description
KeyPress ( MonoDevelop.Ide.Editor.Extension.KeyDescriptor descriptor ) : bool
ReplaceMode ( TextEditorData editor ) : System

Protected Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void

Method Details

Activate() protected method

protected Activate ( ) : void
return void

Deactivate() protected method

protected Deactivate ( ) : void
return void

KeyPress() public method

public KeyPress ( MonoDevelop.Ide.Editor.Extension.KeyDescriptor descriptor ) : bool
descriptor MonoDevelop.Ide.Editor.Extension.KeyDescriptor
return bool

ReplaceMode() public method

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