PyDev 5.3.1 Released

Fabio Zadrozny fabiofz at gmail.com
Thu Nov 3 05:44:39 EDT 2016


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

* **Important** PyDev now requires Java 8 and Eclipse 4.6 (Neon) onwards.

    * PyDev 5.2.0 is the last release supporting Eclipse 4.5 (Mars).

* **Code Completion**

    * Substring completions are **on by default** (may be turned off in the
code-completion preferences).
    * Fixed issue with code-completion using from..import..as aliases.

* **Others**

    * Auto-fix imports with Ctrl+Shift+O properly sorts items based on the
same sorting improvements for code-completion.
    * When fixing unresolved import (with Ctrl+1) it properly resolves
dependent projects (bugfix for regression in 5.3.0).
    * **async** and **await** keywords are properly highlighted.
    * **async** blocks properly auto-indented.
    * In PEP 448 list unpack variable was not being marked as a "Load"
variable (which made the code analysis yield false positives).

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