Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #101700

PyDev 4.5.1 Released

From Fabio Zadrozny <fabiofz@gmail.com>
Newsgroups comp.lang.python
Subject PyDev 4.5.1 Released
Date 2016-01-14 13:52 -0200
Message-ID <mailman.157.1452786792.13488.python-list@python.org> (permalink)

Show all headers | View raw


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/

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

PyDev 4.5.1 Released Fabio Zadrozny <fabiofz@gmail.com> - 2016-01-14 13:52 -0200

csiph-web