C# Class JustEnoughVi.ChangeInnerBlock

Inheritance: ChangeCommand
Exibir arquivo Open project: hifi/monodevelop-justenoughvi

Public Methods

Method Description
ChangeInnerBlock ( TextEditorData editor, char openingChar, char closingChar ) : System

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method Description
IndentCaretInBlock ( int openingChar ) : void

Method Details

ChangeInnerBlock() public method

public ChangeInnerBlock ( TextEditorData editor, char openingChar, char closingChar ) : System
editor Mono.TextEditor.TextEditorData
openingChar char
closingChar char
return System

Run() protected method

protected Run ( ) : void
return void