Method | Description | |
---|---|---|
ColorizeAvalonEdit ( string textToHighlight ) : System |
Initializes a new instance of the ColorizeAvalonEdit class.
|
Method | Description | |
---|---|---|
ColorizeLine ( |
Override this method to colorize an individual document line.
|
public ColorizeAvalonEdit ( string textToHighlight ) : System | ||
textToHighlight | string | The text to highlight. |
return | System |
protected ColorizeLine ( |
||
documentLine | The document line. | |
return | void |