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
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
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(
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo