RE: [IronPython] Making A Windows Form App

2005-07-13 Thread Rakesh Ravuri
Hi All, I have implemented a rich text console , using the IConsole interface. Still has bugs, but helps noobs like me in locating methods in a module by simulating intellisense. Also has support for up & down arrow keys to scroll through history & the default copy paste of Rich Text bo

[IronPython] from X import (...)

2005-07-13 Thread Jonathan Jacobs
Hi, I've noticed that IronPython doesn't yet support the Python2.4 "tuple" syntax when using "from X import (...)", I'm sure this is probably somewhere on the list of "Python2.4 compatability stuff to do". I've attached a patch adding support for this. -- Jonathan diff -ru IronPython-0.7.6-ori