Re: [IronPython] sys._getframe(0).f_lineno always returns 1

2010-07-10 Thread yngipy hernan
Thanks for confirming this Dino. I have opened a bug report, see 28052. Regards, Yngipy On Fri, Jul 9, 2010 at 12:04 PM, Dino Viehland wrote: > This is definitely a bug. If you’d open a bug on CodePlex that’d be > great. Currently we only track the line information locally but in > –X:Frames

Re: [IronPython] VisualStudio tools

2010-07-10 Thread Rob Brown-Bayliss
Thanks, setting intent to block seems to have worked. On Sun, Jul 11, 2010 at 9:33 AM, Dino Viehland wrote: > If you're using tabs instead of spaces there's still some issues w/ > auto-indent > not respecting the tabs vs spaces settings.  I would suggest either disabling > smart indent or changi

Re: [IronPython] using XAML in IronPython

2010-07-10 Thread Dino Viehland
It'll be 2.7 Alpha 1 by the end of this month. I need to investigate a couple of failing tests in the 2.6.2 branch and then we'll need to kick off the final test pass and then that'll be ready to go too - it'll probably come out slightly after 2.7A1 simply due to machine resources for the test

Re: [IronPython] VisualStudio tools

2010-07-10 Thread Dino Viehland
If you're using tabs instead of spaces there's still some issues w/ auto-indent not respecting the tabs vs spaces settings. I would suggest either disabling smart indent or changing to insert spaces in Tools->Options->Text Editor->IronPython-> Tabs. > -Original Message- > From: users-bou

[IronPython] VisualStudio tools

2010-07-10 Thread Rob Brown-Bayliss
Hi I am having many problems with indentation errors in visualstudio, no mater what I try I always end up having a problem when I decide to add a method to a class, of in a series of if:'s etc. The solution I have is to keep opening the file in wingide and converting to tabs and re-saving it. Th

Re: [IronPython] using XAML in IronPython

2010-07-10 Thread Tristan Zajonc
No need to say anything before official announcement if you don't want to, but for planning purposes: - Are you planning on 2.7 by the end of this month, or just 2.6.2? - Do you expect license issues to be resolved and code released for next IronPython Tools release? I'm looking forward to both,