Pydev 1.6.1 Released
Fabio Zadrozny
fabiofz at gmail.com
Tue Aug 3 09:12:26 EDT 2010
Hi All,
Pydev 1.6.1 has been released
Details on Pydev: http://pydev.org
Details on its development: http://pydev.blogspot.com
Release Highlights:
-------------------------------
* **Debugger**
* **Critical Fix: issue that prevented the debugger from working
with Python 3 solved**
* Improving socket connection handling
* **Launching**
* Restart last launch and terminate all launches actions created
* Restart last: **Ctrl+Shift+F9** (in pydev editor)
* Terminate all: **Ctrl+Alt+F9** (in pydev editor)
* Buttons were also added to pydev consoles
* **Utilities**
* **2to3**: Right-clicking a folder or file will show an option in
the Pydev menu to convert from python 2 to python 3 (note that lib2to3
must available in the python installation).
* Defining execfile in a Python 3 interactive console so that
Ctrl+Alt+Enter works.
* Fixed issue in the code style preferences page (switched value shown).
* com.ziclix.python.sql added to the forced builtins in a Jython
install by default.
* Improved some icons when on a dark theme (patch from Kenneth Belitzky)
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/
Pydev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com
More information about the Python-list
mailing list