C# Class AvalonHelpers.HighlightErrorLine

Inheritance: ICSharpCode.AvalonEdit.Rendering.DocumentColorizingTransformer
Afficher le fichier Open project: tpetrina/FastSharp

Méthodes publiques

Méthode Description
HighlightErrorLine ( ObservableCollection errors ) : System

Méthodes protégées

Méthode Description
ColorizeLine ( DocumentLine line ) : void

Private Methods

Méthode Description
HighlightError ( ICSharpCode.AvalonEdit.Rendering.VisualLineElement visualLineElement ) : void

Method Details

ColorizeLine() protected méthode

protected ColorizeLine ( DocumentLine line ) : void
line ICSharpCode.AvalonEdit.Document.DocumentLine
Résultat void

HighlightErrorLine() public méthode

public HighlightErrorLine ( ObservableCollection errors ) : System
errors ObservableCollection
Résultat System