[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 ( http://www.fa

[IronPython] IronPython IDE

2006-01-19 Thread Jussi Jumppanen
Giles Thomas wrote: > Right now I'm using TextPad with a Python syntax highlighing > configuration file, but if there's anything better out there The Zeus for Windows IDE comes with support for Python: http://www.zeusedit.com/features.html To make it work with Iron Python files just add th

Re: [IronPython] IronPython IDE

2005-12-14 Thread Bob Arnson
> If you build the IronPython project (something like > C:\Program Files\Visual > Studio 2005 > SDK\2005.12\VisualStudioIntegration\Samples\IronPythonIntegrat > ion\Project\Py > thonProject.sln) in VS 2005 (started from the experimental > hive link in the > vsip menu) it automatically registers

Re: [IronPython] IronPython IDE

2005-12-14 Thread Keith J. Farmer
iscussion of IronPython Subject: Re: [IronPython] IronPython IDE If you build the IronPython project (something like C:\Program Files\Visual Studio 2005 SDK\2005.12\VisualStudioIntegration\Samples\IronPythonIntegration\Project\Py thonProject.sln) in VS 2005 (started from the experimental hive link

Re: [IronPython] IronPython IDE

2005-12-14 Thread Cartwright, Iain
6:35 PM To: 'Discussion of IronPython' Subject: Re: [IronPython] IronPython IDE The problem appears to be with the passport integration. If you go to the main VSIP site, http://affiliate.vsipmembers.com, it'll make you sign up with a valid passport account and enter a bit more infor

Re: [IronPython] IronPython IDE

2005-12-14 Thread Martin Smith
Discussion of IronPython 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 t

Re: [IronPython] IronPython IDE

2005-12-13 Thread Giles Thomas
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Giles Thomas > Sent: Monday, December 12, 2005 4:03 AM > To: Discussion of IronPython > Subject: Re: [IronPython] IronPython IDE > > Hi Aaron, > > Thanks for the pointer. Is there any simple documentatio

Re: [IronPython] IronPython IDE

2005-12-12 Thread Aaron Marten
dn/showforum.aspx?forumid=57&siteid=1 Thanks, Aaron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Giles Thomas Sent: Monday, December 12, 2005 4:03 AM To: Discussion of IronPython Subject: Re: [IronPython] IronPython IDE Hi Aaron, Thanks for the

Re: [IronPython] IronPython IDE

2005-12-12 Thread Giles Thomas
[mailto:[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 pr

Re: [IronPython] IronPython IDE

2005-12-11 Thread Keith J. Farmer
It's working now -- it wasn't a browser issue. - Keith J. Farmer // [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hank Fay Sent: Saturday, 10 December 2005 18:40 To: 'Discussion of IronPython' Subject: Re: [Ir

Re: [IronPython] IronPython IDE

2005-12-10 Thread Hank Fay
Works for me in Firefox. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Trimble Sent: Saturday, December 10, 2005 9:14 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython IDE On 12/9/05, Aaron Marten <[EMAIL PROTECTED]>

Re: [IronPython] IronPython IDE

2005-12-10 Thread Keith J. Farmer
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 doesn't seem to be working for me. It j

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 CT

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-09 Thread Aaron Marten
L PROTECTED] [mailto:[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

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. <>___ users mailing list

Re: [IronPython] IronPython IDE

2005-12-09 Thread Stanislas Pinte
Giles Thomas wrote: > 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 that it only

Re: [IronPython] IronPython IDE

2005-12-08 Thread Thane
D] [mailto:users- > [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? > &

[IronPython] IronPython IDE

2005-12-08 Thread Giles Thomas
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 that it only supports C# and Visual Basic. Rig