Anyone know a code editor I can embed in a WPF window or Windows forms? [closed]

The Sharp Develop IDE has a great code editor that can be used in your programs relatively easily (it does require a little bit of work to figure out how it works, and it doesn’t have “plug and play” documentation). If you look at the source for Kaxaml you can see how to embed it in WPF.

Leave a Comment