Table of Contents

Interface ITextErrors

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

Represents properties and methods to handle syntax error collection.

public interface ITextErrors

Properties

SyntaxErrors

When implemented by a class, represents a syntax errors collection.

Methods

GetSyntaxErrorAt(int, int)

When implemented by a class, gets syntax error at specified position.

HighlightSyntaxErrors()

When implemented by a class, highlights syntax errors.

InvalidateSyntaxErrors()

When implemented by a class, invalidates highlighting of syntax errors.

UnhighlightSyntaxErrors()

When implemented by a class, removes syntax errors highlighting.