I am wondering whether it’s feasible to host the Visual Studio 2010 editor in my WPF application – I understand the new editor is written in WPF.
If so, what control should I use?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not an answer to your exact question (though I would bet that hosting part of vs.net isn’t readily supported or licensed)…
SharpDevelop makes their code editor, Avalon Edit, available as a standalone. I’m using the beta WPF version and it is quite nice. It’s got configurable syntax highlighting and auto completion support.