Vernon Cole wrote:
Actually, the code editor for IDLE (and pythonwin) is written in
Python, so no, it does not have to be left out.

IDLE uses Tkinter - which theoretically *might* work under Ironclad but unless there is a managed version of Tk/Tcl no-one is likely to port it.

  Since pythonwin is a
native WinForms application,
PythonWin does not use Windows Forms it uses win32.

Michael
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


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

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

Reply via email to