Donate Share

Pydev for Eclipse

File Release Notes and Changelog

Release Name: Pydev 1.4

Notes:
Pydev Release: 1.4
--------------------

    * Python 3.0 supported
    * Python 2.6 supported
    * Find Definition: The context-sensitive code to find a definition from Pydev Extensions is now available (and used) in the open source version
    * Hover: Showing docstring on hover (currently only available for files that are not analyzed as builtins)
    * Hover: Showing variables on hover while debugging
    * Parser: One thread could corrupt the parse of another one (because of some static variables)
    * Parser: Major refactoring which also made the parser faster
    * Task tags: The task tags that are created by the user are no longer removed
    * Code formatter unary operators don't have a space added


Changes: