PyDev 2.2.3 Released

Fabio Zadrozny fzadrozny at appcelerator.com
Thu Oct 6 20:03:54 CEST 2011


Hi All,

PyDev 2.2.3 has been released

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

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

* Performance improvements

* Major: Fixed critical issue when dealing with zip files.

* Added option to create method whenever a field would be created in
quick fixes (and vice-versa), to properly deal with functional
programming styles.

* Fixed issue where PyDev was changing the image from another plugin
in the Project Explorer (i.e.: removing error decorations from JSP).

* Fixed issue: if the django models was opened in PyDev, the 'objects'
object was not found in the code analysis.

* Test runner no longer leaves exception visible.

* Fixed issue on Py3: Relative imports are only relative if they have
a leading dot (otherwise it always goes to the absolute).

* Default is now set to create project with the projects itself as the
source folder.

* Handling deletion of .class files.

* Fixed issue where loading class InterpreterInfo in
AdditionalSystemInterpreterInfo.getPersistingFolder ended up raising a
BundleStatusException in the initialization.

* Fixed some code formatting issues


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-announce-list mailing list