Actually, the code editor for IDLE (and pythonwin) is written in
Python, so no, it does not have to be left out.  Since pythonwin is a
native WinForms application, it would be a great example project for
how to do it.  If pywin32 were ported to IronPython it would  be done.

On Wed, Apr 29, 2009 at 2:21 AM, Harriv <har...@gmail.com> wrote:
> Hi,
>  A beginner's question: Is there a tutorial/demo/sample project to show how
> embed "IDLE like" functionality in C# WinForms application?
>  So basically I'd like to add interactive command line to my application,
> but of course all other features of IDLE (eg debugging, code editors etc)
> must be left out.
> _______________________________________________
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to