C# Class RazorPad.UI.Editors.Folding.TextEditorWithParseInformationFolding

Inheritance: ITextEditorWithParseInformationFolding
Exibir arquivo Open project: RazorPad/RazorPad

Public Methods

Method Description
Dispose ( ) : void
GetTextSnapshot ( ) : string
InstallFoldingManager ( ) : void
TextEditorWithParseInformationFolding ( ITextEditor textEditor ) : System.Collections.Generic
UpdateFolds ( IEnumerable folds ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetTextSnapshot() public method

public GetTextSnapshot ( ) : string
return string

InstallFoldingManager() public method

public InstallFoldingManager ( ) : void
return void

TextEditorWithParseInformationFolding() public method

public TextEditorWithParseInformationFolding ( ITextEditor textEditor ) : System.Collections.Generic
textEditor ITextEditor
return System.Collections.Generic

UpdateFolds() public method

public UpdateFolds ( IEnumerable folds ) : void
folds IEnumerable
return void