Pydev 1.3.22 Released

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fabio Zadrozny

    Pydev 1.3.22 Released

    Hi All,

    Pydev and Pydev Extensions 1.3.22 have been released

    Details on Pydev Extensions: http://www.fabioz.com/pydev
    Details on Pydev: http://pydev.sf.net
    Details on its development: http://pydev.blogspot.com

    Release Highlights in Pydev Extensions:
    -----------------------------------------------------------------

    * Code-analysis: Option to analyze only active editor
    * Code-analysis: works on case where imported module has same name of builtin.


    Release Highlights in Pydev:
    ----------------------------------------------

    * Debugger: Pythonpath is the same in debug and regular modes
    (sys.path[0] is the same directory as the file run)
    * Debugger: Choices for paths not found are persisted
    * Code-completion: If __all__ is defined with runtime elements (and
    not only in a single assign statement), it's ignored for
    code-completion purposes
    * Code-completion: Works on case where imported module has same name of builtin
    * Editor: Cursor settings no longer overridden
    * Interpreter config: "email" automatically added to the "forced builtins"
    * Parser: Correctly recognizing absolute import with 3 or more levels
    * Syntax check: Option analyze only active editor
    * getpass.getpass : No longer halts when run from pydev (but will show
    the password being written)
    * Remove error markers: Context menu in folders to remove error markers created


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

    PyDev is a plugin that enables users to use Eclipse for Python and
    Jython 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

    ESSS - Engineering Simulation and Scientific Software


    Pydev Extensions


    Pydev - Python Development Enviroment for Eclipse

    Posting about venturing (and creating) PyDev. LINKS:    PyDev.org       Blog RSS       Twitter RSS

Working...