Table of Contents

Method UnhighlightSyntaxErrors

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

UnhighlightSyntaxErrors()

Removes syntax errors highlighting.

public void UnhighlightSyntaxErrors()

UnhighlightSyntaxErrors(ISyntaxErrors, int, bool)

protected virtual void UnhighlightSyntaxErrors(ISyntaxErrors errors, int line, bool needUpdate)

Parameters

errors ISyntaxErrors
line int
needUpdate bool

UnhighlightSyntaxErrors(ISyntaxErrors, bool)

protected virtual void UnhighlightSyntaxErrors(ISyntaxErrors errors, bool needUpdate)

Parameters

errors ISyntaxErrors
needUpdate bool