C# Class AvalonHelpers.HighlightErrorLine

Inheritance: ICSharpCode.AvalonEdit.Rendering.DocumentColorizingTransformer
Show file Open project: tpetrina/FastSharp

Public Methods

Method Description
HighlightErrorLine ( ObservableCollection errors ) : System

Protected Methods

Method Description
ColorizeLine ( DocumentLine line ) : void

Private Methods

Method Description
HighlightError ( ICSharpCode.AvalonEdit.Rendering.VisualLineElement visualLineElement ) : void

Method Details

ColorizeLine() protected method

protected ColorizeLine ( DocumentLine line ) : void
line ICSharpCode.AvalonEdit.Document.DocumentLine
return void

HighlightErrorLine() public method

public HighlightErrorLine ( ObservableCollection errors ) : System
errors ObservableCollection
return System