vote up 0 vote down star
2

I'm currently looking for a Syntax highlighter for a WPF application. A textbox will be available for the user to type into which would hopefully recognise code and highlight syntax accordingly.

I would like to support C# initialy and other languages later.

Duplicate of Question 394751

flag

4 Answers

vote up 3 vote down check

I think this question has your answer.

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

Or you can write one yourself: http://blogs.microsoft.co.il/blogs/tamir/archive/2006/12/14/RichTextBox-syntax-highlighting.aspx

link|flag
Thanks, didn't find that in the search. – Ray Booysen Jan 18 at 9:42
vote up 1 vote down

Some time ago i've found this blog post with a tutorial on how to create a custom syntax highlight control from a RichTextBox. Maybe it could be usefull for you too.

link|flag
vote up 1 vote down

If you do not mind having no documentation whatsoever, AvalonEdit is a good choice. I am currently using for a project, and it is a great tool. I have not encountered a single bug even in complex scenarios.

link|flag
Where can it be downloaded? There seems to be no d/l page for it... – Dmitri Nesteruk Mar 27 at 11:26
It is in the svn://svnmirror.sharpdevelop.net/sharpdevelop/trunk/SharpDevelop (do not remember the exact path), source only (but very easy to build). – Andrey Shchekin Mar 27 at 15:41
vote up 0 vote down

I was looking for the same thing without success. Only solution I found is Actipro's Syntax Highlighter for WinForms that can be hosted in WPF application. AFAIK Actipro is working on WPF version but I don't know if it ready or not

link|flag

Your Answer

Get an OpenID
or

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