tags:

views:

150

answers:

2

I am wondering if anyone has any experience in creating a new control based on a WPF text box that could support syntax highlighting, line numbers, etc.

Any links or advice on how i could begin creating something like this would be very helpful.

+1  A: 

Hey there. I don't have any personal experience implementing something like you're suggesting, but I found a couple of links that might help you out.

nickohrn
i found the AvalonEdit control from the SharpDevelop 4 alpha works great, was able to add it to my project and had it up and running in minutes. Thanks for the suggestion!
Jason Miesionczek
+1  A: 

This should help you to start WPF Syntax Highlighting in RichTextBox

Paul G.