Pydev 2.1.0 Released

Fabio Zadrozny fzadrozny at appcelerator.com
Mon May 30 18:38:07 EDT 2011


Hi All,

Pydev 2.1.0 has been released

Details on Pydev: http://pydev.org
Details on its development: http://pydev.blogspot.com

Release Highlights:
-------------------------------


Code Analysis

    By default, only the currently opened editor will be analyzed
(resulting in much shorter build times).
    Added action to force the analysis on a given folder or file.
    Showing error markers for PyDev elements in the tree.
    New option to remove error markers when the editor is closed (default).

Editor

    Override method completions (Ctrl+Space after a 'def ') .
    Completions starting with '_' now have lower priority.
    Fixed major issue when replacing markers which could make errors
appear when they shouldn't appear anymore
    Auto-linking on close parens is now optional (and disabled by default).

Code coverage

    No longer looses the selection on a refresh.
    Fixed issue where coverage was not working properly when running
with multiple processes.
    Added orientation options

PyUnit

    Added feature to relaunch the last launch when file changes (with
option to relaunch only errors).
    setUpClass was not called when running with the pydev test runner
    F12 makes the editor active even if there's a tooltip active in
the PyUnit view.
    The PyUnit tooltip is now properly restoring the focus of the
previous active control.
    Added orientation options

And a bunch of other bug-fixes.


Note: Java 1.4 is no longer supported (at least Java 5 is required now).



What is PyDev?
---------------------------

PyDev is a plugin that enables users to use Eclipse for Python, Jython
and IronPython development -- making Eclipse a first class Python IDE
-- It comes with many goodies such as code completion, syntax
highlighting, syntax analysis, refactor, debug and many others.


Cheers,

-- 
Fabio Zadrozny
------------------------------------------------------
Software Developer

Appcelerator
http://appcelerator.com/

Aptana
http://aptana.com/

Pydev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com



More information about the Python-list mailing list