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

Inheritance: ITextEditorWithParseInformationFolding
Afficher le fichier Open project: RazorPad/RazorPad

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetTextSnapshot() public méthode

public GetTextSnapshot ( ) : string
Résultat string

InstallFoldingManager() public méthode

public InstallFoldingManager ( ) : void
Résultat void

TextEditorWithParseInformationFolding() public méthode

public TextEditorWithParseInformationFolding ( ITextEditor textEditor ) : System.Collections.Generic
textEditor ITextEditor
Résultat System.Collections.Generic

UpdateFolds() public méthode

public UpdateFolds ( IEnumerable folds ) : void
folds IEnumerable
Résultat void