Enhanced C#
Language of your choice: library documentation
|
The class to generate the foldings, it implements ICSharpCode.TextEditor.Document.IFoldingStrategy More...
The class to generate the foldings, it implements ICSharpCode.TextEditor.Document.IFoldingStrategy
Public Member Functions | |
List< FoldMarker > | GenerateFoldMarkers (IDocument document, string fileName, object parseInformation) |
Generates the foldings for our document. More... | |
|
inline |
Generates the foldings for our document.
document | The current document. |
fileName | The filename of the document. |
parseInformation | Extra parse information, not used in this sample. |