C# Class PowerShellConsole.FoldingStrategies.BraceFoldingStrategy

Inheritance: ICSharpCode.AvalonEdit.Folding.AbstractFoldingStrategy
Exibir arquivo Open project: dfinke/PowerShellConsole

Public Methods

Method Description
BraceFoldingStrategy ( ) : System

Creates a new BraceFoldingStrategy.

CreateNewFoldings ( ITextSource document ) : IEnumerable

Create NewFoldings for the specified document.

CreateNewFoldings ( TextDocument document, int &firstErrorOffset ) : IEnumerable

Create NewFoldings for the specified document.

Method Details

BraceFoldingStrategy() public method

Creates a new BraceFoldingStrategy.
public BraceFoldingStrategy ( ) : System
return System

CreateNewFoldings() public method

Create NewFoldings for the specified document.
public CreateNewFoldings ( ITextSource document ) : IEnumerable
document ITextSource
return IEnumerable

CreateNewFoldings() public method

Create NewFoldings for the specified document.
public CreateNewFoldings ( TextDocument document, int &firstErrorOffset ) : IEnumerable
document ICSharpCode.AvalonEdit.Document.TextDocument
firstErrorOffset int
return IEnumerable