C# Class TextEditor.RegionFoldingStrategy

The class to generate the foldings, it implements ICSharpCode.TextEditor.Document.IFoldingStrategy
Inheritance: IFoldingStrategy
Mostra file Open project: qwertie/ecsharp

Public Methods

Method Description
GenerateFoldMarkers ( IDocument document, string fileName, object parseInformation ) : List

Generates the foldings for our document.

Method Details

GenerateFoldMarkers() public method

Generates the foldings for our document.
public GenerateFoldMarkers ( IDocument document, string fileName, object parseInformation ) : List
document IDocument The current document.
fileName string The filename of the document.
parseInformation object Extra parse information, not used in this sample.
return List