Re: [IronPython] Using Wing IDE with IronPython - autocomplete for .NET objects (PI file generator)

2009-04-30 Thread Davy Mitchell
On Thu, Apr 30, 2009 at 12:43 AM, Jimmie Houchin jlhouc...@gmail.com wrote: This sounds great. I am new to both IronPython, WingIDE and Windows development in general. Interesting to see how much developers want autocomplete! I tried to start adding this to DIE tonight but was struggling with

Re: [IronPython] Using Wing IDE with IronPython - autocomplete for .NET objects (PI file generator)

2009-04-29 Thread Jimmie Houchin
This sounds great. I am new to both IronPython, WingIDE and Windows development in general. One of the disappointing things with WingIDE for me is the total absence of autocompletion of .NET imports and also the DLL Assembly References I've added to access the libraries my app requires.

[IronPython] Using Wing IDE with IronPython - autocomplete for .NET objects (PI file generator)

2009-04-28 Thread Michael Foord
Hello all, I've created a modified version of the 'generate_pi.py' which generates the interface files for .NET libraries. It is attached. At the moment it generates PI files for the following assemblies / namespaces (hardwired at the bottom of the code): System System.Data