Pydev 1.5.2 Released
Fabio Zadrozny
fabio at aptana.com
Wed Dec 9 08:26:00 EST 2009
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
More information about the Python-list
mailing list