Table of Contents

Method FormatText

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

FormatText()

When implemented by a class, formats and outlines TextSource text using attached Lexer.

void FormatText()

FormatText(bool, bool)

When implemented by a class, formats and outlines TextSource text using attached Lexer.

Indicates if parsing should be performed without instantiating parser thread. Indicates if attached editors should be notified on reparsing
void FormatText(bool immediate, bool notify)

Parameters

immediate bool
notify bool