Patrick Wolf wrote:
Hi,

I was wondering if it's possible to embed the IronPython console with syntax
highlighting into a winform project.

There is a sample on code project:
http://www.codeproject.com/KB/edit/irontextbox2.aspx but it's missing the
syntax highlighting of the console.

Well, it's definitely possible but you would have to implement it yourself I guess. The console app is open source, so you can get at the analysis parts of the console - but doing highlighting in winforms is very different to highlighting in the console so it would need porting (can't be *directly* embedded).

Michael
Thanks,
Patrick

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


--
http://www.ironpythoninaction.com/

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to