Re: [IronPython] Will clrtype.py eventually be completely combined with the clr module?

2010-07-15 Thread Dino Viehland
The idea is to pull clrtype.py in at some point after we feel like it's been pretty well vetted and has an API surface people like. I'm not sure quite when it'll happen (probably not 2.7 at this point) but at some point. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.iron

Re: [IronPython] Crippled Intellisense?

2010-07-15 Thread Rob Brown-Bayliss
I had problems similar because the indenting was confusing the editor and placing the red lines under new code. It was fixed by changing the tab options in the text editor, I switched the indenting to Block (not smart) and checked the keep tabs option. On Sat, Jul 10, 2010 at 1:38 AM, Marcin Kro

Re: [IronPython] Crippled Intellisense?

2010-07-15 Thread Bill Chiles
mk, very sorry this seems to have gone so long without a response! We've been pushing hard to ready another release soon. All this stuff should work, and we do NOT limit our functionality based on the SKU of VS you have :-). If the tools load (which they don't in the Express SKUs), then you g

[IronPython] IronPy Tools CTP3 - Bugs

2010-07-15 Thread Steve Dower
Hey Thanks for the new version, it's much more stable and pleasant to use. I've thrown together another list of bug/annoyance/enhancement ideas - feel free to take or leave as appropriate. - Closing parentheses doesn't hide parameter information when using a generator For example, "sum(i for i in

[IronPython] Will clrtype.py eventually be completely combined with the clr module?

2010-07-15 Thread Jimmy Cao
It seems that clrtype.accepts and clrtype.returns are eventually going to be merged with clr.accepts and clr.returns, so will the clr module eventually have a version of clrtype.attribute and clrtype.ClrClass? Jimmy ___ Users mailing list Users@lists.iro