PyDev 4.5.1 Released

Fabio Zadrozny fabiofz at gmail.com
Thu Jan 14 10:52:43 EST 2016


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

* Debugger

* Cython speedup modules are now available for the debugger (see
performance improvements at:
https://www.speedtin.com/reports/7_pydevd_cython).

* It is considerably faster even without the speedup modules (see
performance improvements at:
https://www.speedtin.com/reports/8_pydevd_pure_python).

* When debugging multiple processes the console wasn't being updated to the
selected stack in the debug view.

* Many bug-fixes.

* Improved the search to always play safe and update the index so that the
matches are always consistent (#PyDev-634).

* Fixed issue renaming top-level module on refactoring.

* Refactoring has option to rename variable to a standard case style.

* Improved the parser that extracted the outline for global tokens to deal
with async and consider declarations inside ifs.

* Code completion of properties with @property no longer shows arguments
parenthesis (#PyDev-453).

* Preventing a freeze if some code-analysis takes too much time
(#PyDev-636).

* Ctrl+1 can be used to wrap/unwrap the contents of brackets (patch by
yohell).

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

PyDev is an open-source Python IDE on top of Eclipse for Python, Jython and
IronPython development.

It comes with goodies such as code completion, syntax highlighting, syntax
analysis, code analysis, refactor, debug, interactive console, etc.

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


What is LiClipse?
---------------------------

LiClipse is a PyDev standalone with goodies such as support for Multiple
cursors, theming, TextMate bundles and a number of other languages such as
Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript,
etc.

It's also a commercial counterpart which helps supporting the development
of PyDev.

Details on LiClipse: http://www.liclipse.com/



Cheers,

--
Fabio Zadrozny
------------------------------------------------------
Software Developer

LiClipse
http://www.liclipse.com

PyDev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com

PyVmMonitor - Python Profiler
http://www.pyvmmonitor.com/



More information about the Python-list mailing list