Table of Contents

Method FormatText

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

FormatText(bool, bool)

Tries to format and outline TextSource text using attached Lexer.

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

Parameters

immediate bool
notify bool

FormatText()

Tries to format and outline TextSource text using attached Lexer.

public virtual void FormatText()

FormatText(bool, bool, NotifyState)

protected void FormatText(bool immediate, bool notify, NotifyState newState)

Parameters

immediate bool
notify bool
newState NotifyState