It's be great to have a DLR-console library that has different UI-adapters, like Winforms, WPF, Silverlight, etc. It's something we were considering adding to Microsoft.Scripting.Hosting.Shell, but no one ever had time/a reason to do it. So, keep that in mind if you actually try to build it, and others might help add more UI-framework support.
> -----Original Message----- > From: [email protected] [mailto:users- > [email protected]] On Behalf Of Michael Foord > Sent: Monday, March 02, 2009 10:42 AM > To: Discussion of IronPython > Subject: Re: [IronPython] IronPython console embeded > > 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 > > [email protected] > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > -- > http://www.ironpythoninaction.com/ > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
