views:

686

answers:

1

Is there any free WPF HTML/Javascript/CSS syntax editor control? Thanks

+1  A: 

I suggest you take a look at the following question:

http://stackoverflow.com/questions/394751/anyone-know-a-code-editor-i-can-embed-in-a-wpf-window-or-windows-forms

Basically, it seems you can embed either the editor of the SharpDevelop IDE and another option is to embed Scintilla.NET. You can also write something like that yourself, though that is of course more work, but not impossible. This is a great tutorial.

Razzie