Re: [IronPython] VS Support/Intelllisense for IronPython

2009-06-11 Thread Oleg Tkachenko
It's IPy 1.X and it's basically VS integration sample hence as you can imagine it's more focused on integration aspects, not on tool quality. I wish it was an open source project driven by the community... -- Oleg From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.co

Re: [IronPython] VS Support/Intelllisense for IronPython

2009-06-11 Thread Oleg Tkachenko
This is totally can be done by the community + maybe some help from Dino if you hit any IPy issues. The VS interfaces are open and VS SDK includes IPy integration sample that contains simple intellisense implementation. -- Oleg From: users-boun...@lists.ironpython.com [mailto:users-boun...@lis

Re: [IronPython] Detecting IronPython Installation Directory

2008-12-23 Thread Oleg Tkachenko
Actually we do store install location in the registry. It can be found somewhere deep in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer subtree. It also can be queried using System.Management.Instrumentation: ManagementObjectSearcher query1 = new ManagementObjectSearcher(

Re: [IronPython] Do you use IronPython Studio?

2008-10-05 Thread Oleg Tkachenko
I should note that IronPython Studio 1.0 is basically Visual Studio SDK sample whose goal was to demonstrate language integration in Visual Studio. As such it's obvious why its development experience is far from perfect. We are currently working on making IronPython Studio a real product. -- Ole

Re: [IronPython] Integrating with Visual Studio

2008-09-11 Thread Oleg Tkachenko
mmand line to simply integrate IronPython with Visual Studio. I am not sure what Release mode has to do with this script or how to enable it. Thanks Matthew Harelick Date: Thu, 11 Sep 2008 12:04:33 -0700 From: Oleg Tkachenko <[EMAIL PROTECTED]> Subject: Re: [IronPython] Integrating with

Re: [IronPython] Integrating with Visual Studio

2008-09-11 Thread Oleg Tkachenko
Looks like buildSetup was having trouble building the solution in Release mode. Try to build the solution in Release mode to see if there are any problems. -- Oleg From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harelick, Matthew Sent: Thursday, September 11, 2008 11:32 AM To: use

Re: [IronPython] ipy.exe location?

2008-08-26 Thread Oleg Tkachenko
IronPython Studio doesn't install ipy.exe. Instead it comes with IronPython 1 runtime and compiles IronPython code to exe when you build project in Visual Studio. -- Oleg From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vadim Khaskel Sent: Tuesday, August 26, 2008 12:50 PM To: user

Re: [IronPython] VS Shell Addin for IronPython Studio

2008-08-08 Thread Oleg Tkachenko
Sorry it took so long, but looks like you are the first person ever tried to do so :) Here is an authoritative answer from the VSX team: http://blogs.msdn.com/vsxteam/archive/2008/08/08/enabling-add-ins-in-your-isolated-vs-shell.aspx -- Oleg From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [IronPython] Info Install IronPythonStudio

2008-08-08 Thread Oleg Tkachenko
Hmmm, I need more information to suggest anything. Am I right that when you create new project you see only WPF application template in the new project dialog? What version IronPython Studio you are talking about (isolated/integrated) and what is your environment (if Visual Studio then which on

Re: [IronPython] Inserting TABs (was Re: VS Shell Addin for IronPython Studio)

2008-07-23 Thread Oleg Tkachenko
lto:[EMAIL PROTECTED] On Behalf Of Carl Cerecke Sent: Wednesday, July 23, 2008 2:57 PM To: Discussion of IronPython Subject: [IronPython] Inserting TABs (was Re: VS Shell Addin for IronPython Studio) Since the topic of IronPython Studio has come up... On Thu, Jul 24, 2008 at 5:12 AM, Oleg Tkachen

Re: [IronPython] VS Shell Addin for IronPython Studio

2008-07-23 Thread Oleg Tkachenko
So after discussing this with VSX team I can say that basically this scenario (extending VS Shell isolated application with Addins) should work, but most likely IronPython Studio needs to be a bit tweaked to enable that. Minor changes - like stub application must have version resource and pkgdef

Re: [IronPython] VS Shell Addin for IronPython Studio

2008-07-21 Thread Oleg Tkachenko
Can you explain what your addin does? I'm also interested in more use cases for extending IronPython Studio. -- Oleg From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Stephens Sent: Monday, July 21, 2008 10:10 AM To: Discussion of IronPython Subject: [IronPython] VS Shell Add

Re: [IronPython] VS Shell Addin for IronPython Studio

2008-07-21 Thread Oleg Tkachenko
By "standalone mode" do you mean IronPython Studio Isolated version? Basically I believe it should work. Visual Studio Shell in Isolated mode supports addins and packages just like Visual Studio itself. I'll take a look at it. -- Oleg From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of