Hello, I found a tutorial to do syntax highlighting in RichEdits for WPF:
http://blogs.microsoft.co.il/blogs/tamir/archive/2006/12/14/RichTextBox-syntax-highlighting.aspx
But if I open my list of commands from a file the Editbox becomes very very slow... maybe there are too much words to highlight.
I read that WPF elements like RichEdit are much slower than the WinForms elemts.
How can I make my WPF RichEdit faster OR include the Winforms RichEdit into my WPF?