vote up 0 vote down star

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

flag

1 Answer

vote up 1 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.