我已经实现了我自己的DocumentColorizingTransformer。但现在,我如何将其添加到AvalonEdit?
发布于 2012-02-28 23:12:46
将其添加到textEditor.TextArea.TextView.LineTransformers集合。
textEditor.TextArea.TextView.LineTransformers
https://stackoverflow.com/questions/9478403
相似问题