C# Класс CoolCompiler.CoolFoldingStrategy

Allows producing foldings from a document based on braces.
Наследование: ICSharpCode.AvalonEdit.Folding.AbstractFoldingStrategy
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CoolFoldingStrategy ( ) : 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.

Описание методов

CoolFoldingStrategy() публичный Метод

Creates a new BraceFoldingStrategy.
public CoolFoldingStrategy ( ) : System
Результат System

CreateNewFoldings() публичный Метод

Create NewFoldings for the specified document.
public CreateNewFoldings ( ITextSource document ) : IEnumerable
document ITextSource
Результат IEnumerable

CreateNewFoldings() публичный Метод

Create NewFoldings for the specified document.
public CreateNewFoldings ( TextDocument document, int &firstErrorOffset ) : IEnumerable
document ICSharpCode.AvalonEdit.Document.TextDocument
firstErrorOffset int
Результат IEnumerable