LWN.net Logo

Pydev 1.5.2 released

From:  Fabio Zadrozny <fabio-AT-aptana.com>
To:  jython-users-AT-lists.sourceforge.net, pydev-announce-AT-lists.sourceforge.net, pydev-code-AT-lists.sourceforge.net, pydev-users-AT-lists.sourceforge.net, python-announce-list-AT-python.org, python list <python-list-AT-python.org>
Subject:  Pydev 1.5.2 Released
Date:  Wed, 9 Dec 2009 11:26:00 -0200
Message-ID:  <cfb578b20912090526s77448989p126880c57bfc2cb@mail.gmail.com>
Archive-link:  Article, Thread

Hi All,

Pydev 1.5.2 has been released

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

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

* Profile to have much lower memory requirements (especially on
code-analysis rebuilds)
* Profile for parsing to be faster
* Compare Editor
      o Syntax highlighting integrated
      o Editions use the pydev editor behavior
      o Code completion works
* Fixed issue where pydev could deadlock
* No longer reporting import redefinitions and unused variables for
the initial parts of imports such as import os.path
* Fixed issue where pydev was removing __classpath__ from the
pythonpath in jython
* Using M1, M2 and M3 for keys instead of hardcoding Ctrl, Shift and
Alt (which should make keybindings right on Mac OS)
* Fixed some menus and popups
* Properly categorizing Pydev views
* Handling binary numbers in the python 2.6 and 3.0 grammar
* from __future__ import print_function works on python 2.6
* Added drag support from the pydev package explorer
* Properly translating slashes on client/server debug
* Other minor fixes


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

Aptana
http://aptana.com/python

Pydev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds