C# Class MonoDevelop.Ide.Editor.Extension.BraceMatcherTextEditorExtension

Inheritance: MonoDevelop.Ide.Editor.Extension.TextEditorExtension
Mostrar archivo Open project: powerumc/monodevelop_korean

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
BraceMatcherTextEditorExtension ( ) : System
Editor_CaretPositionChanged ( object sender, EventArgs e ) : void
GetBraceMatcher ( ) : AbstractBraceMatcher
HandleDocumentParsed ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void