Reputation: 157
I've implemented my own DocumentColorizingTransformer. But now, how do I add it to the AvalonEdit?
Upvotes: 6
Views: 1560
Reputation: 16464
Add it to the textEditor.TextArea.TextView.LineTransformers collection.
textEditor.TextArea.TextView.LineTransformers
Upvotes: 12