Silverlight XML editor / syntax highlighting
- by Gromix
Hi,
I am looking for a Silverlight text editor control that provides XML syntax highlighting. I found a few answers in Winforms or WPF, like here on Stackoverflow, but I didn't manage to convert them to Silverlight. The fact that Silverlight is missing System.Drawing is probably a big problem.
The only text editor I found for Silverlight is RichTextEdit on Codeplex, but I don't think it is a suitable base for real-time syntax highlighting.
Has anyone heard of such a control, or can provide hints on how to build one?
Many thanks,
Romain