Silverlight XML editor / syntax highlighting

Posted by Gromix on Stack Overflow See other posts from Stack Overflow or by Gromix
Published on 2009-01-04T23:33:37Z Indexed on 2010/05/24 7:21 UTC
Read the original article Hit count: 831

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

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about editor