[IronPython] IronPython IDE

2006-03-20 Thread Ray Vernagus
Recently there was some discussion about which IDE's people were using for programming in IronPython. I apologize if this is already well-known or if it has been mentioned before but I wanted to share a discovery that I made today. I use Eclipse ( http://www.eclipse.org/ ) and PyDev (

Re: [IronPython] IronPython IDE

2005-12-14 Thread Martin Smith
Subject: Re: [IronPython] IronPython IDE I noticed as much last night. - Keith J. Farmer // [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Trimble Sent: Saturday, 10 December 2005 18:14 I'd like to check this out, but this URL

Re: [IronPython] IronPython IDE

2005-12-12 Thread Giles Thomas
Subject: [IronPython] IronPython IDE Hi all, Another question - what are people using to edit/debug IronPython code? My most recent projects have all been with Java using IntelliJ, and I've only just moved over to .NET. I'm told that Visual Studio 2005 is a good IDE - but it appears

Re: [IronPython] IronPython IDE

2005-12-10 Thread Kapil Thangavelu
Giles Thomas wrote: Hi all, Another question - what are people using to edit/debug IronPython code? emacs ;-) there is also an ironpython plugin for monodevelop, in that project's svn repository. i believe it needs updating though to work the latest version of monodevlop svn repository

Re: [IronPython] IronPython IDE

2005-12-10 Thread Chris Trimble
On 12/9/05, Aaron Marten [EMAIL PROTECTED] wrote: Hi Giles, I'm on the Visual Studio SDK team here at Microsoft. In co-operation with the IronPython team, we're currently working on integrating IronPython into Visual Studio as a sample to ship in our SDK. We've just released a CTP with

Re: [IronPython] IronPython IDE

2005-12-09 Thread Keith J. Farmer
The Visual IL project is now available for download as source from GotDotNet -- someone could take a look at how that is put together and (with the VSIP package from Microsoft) put together their own VS2k5 package for Python. winmail.dat___ users

Re: [IronPython] IronPython IDE

2005-12-09 Thread Aaron Marten
:[EMAIL PROTECTED] On Behalf Of Giles Thomas Sent: Thursday, December 08, 2005 9:34 AM To: Discussion of IronPython Subject: [IronPython] IronPython IDE Hi all, Another question - what are people using to edit/debug IronPython code? My most recent projects have all been with Java using IntelliJ

Re: [IronPython] IronPython IDE

2005-12-08 Thread Thane
- [EMAIL PROTECTED] On Behalf Of Giles Thomas Sent: Thursday, December 08, 2005 12:34 PM To: Discussion of IronPython Subject: [IronPython] IronPython IDE Hi all, Another question - what are people using to edit/debug IronPython code? My most recent projects have all been with Java using