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 anon access svn://svn.myrealbox.com/source/trunk/monodevelop another option might be extending the pydev extension for eclipse which already has support for both cpython and jython. http://pydev.sourceforge.net/ > > 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. i'm not sure how viable it is, but activestate's python plugin for visual studio might be useful, although the code completion/introspection might be broken with ironpython, it should still give proper syntax highlighting. http://www.activestate.com/Products/Visual_Python/?mp=1 cheers, kapil _______________________________________________ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com