Pydev adventures

Posting about venturing (and creating) the Pydev 'world', with latest reports on what is happening in Pydev Extensions and in the 'Open Source' version.

For those that don't know about it, Pydev is a plugin for editing Python within Eclipse


Wednesday, July 08, 2009

Pydev 1.4.7 released

Pydev 1.4.7 is now available for download.

Aside from the regular update site, there are new mirrors for getting pydev/pydev extensions, so the update site mirrors are available as follows:

http://fabioz.com/pydev/updates (contains both, pydev and pydev extensions)
http://pydev.sf.net/updates (contains only pydev)
http://update.aptana.com/update/pydev/3.2 (contains only pydev)
http://update.aptana.com/update/pydev-pro/3.2 (contains only pydev extensions)

The major features (Iron Python integration and the new way of running as unit-test / running the current editor with the configured nature) were previously discussed in the following post: http://pydev.blogspot.com/2009/06/testing-on-pydev-147-ironpython.html and are now available in this release.

Note that the Iron Python debugger is still not available in this release, but it seems that the next release of Iron Python will have the sys.settrace() support, so, there's a chance that the next Pydev version has a debugger for it.

Aside from those features, other noteworthy things in this release are:
  • the debug console can be used with the remote debugger (pydev extensions)
  • the auto-config was fixed
  • context-independent completions are now offered when the type inference is not able to get context-dependent completions on a given token (pydev extensions)
  • the google app engine integration had some fixes

Labels: , , , ,

4 Comments:

Blogger Joseph Coffey said...

A long running process in the console hangs all of eclipse. This is especially problematic for scientific computations where such long run times are common. It would be great if the consoles could all run in seperate processes.

1:29 PM  
Blogger Fabio Zadrozny said...

Done. Available for 1.4.8 (svn: 2855)

Please get the next nightly build ( see http://pydev.blogspot.com/2009/02/pydev-nightly-builds.html ) and see if it works for you.

-- Fabio

5:41 PM  
Blogger Joseph Coffey said...

When I (or rather a coworker with the requisite permissions) updated from that link I got build 1.4.7.28. It seems to still block on the console.

11:24 AM  
Blogger Fabio Zadrozny said...

1.4.7 still blocks... 1.4.8 won't block anymore (but as I said, it can only be gotten in the nightly build -- which the post: http://pydev.blogspot.com/2009/02/pydev-nightly-builds.html explains how to get -- although, note that it may be possible that sometimes the nightly build is broken)

4:16 PM  

Post a Comment

<< Home