Re: [Pydev-code] PyDev 5.7.0 Released
Brought to you by:
fabioz
From: Dan D. <da...@da...> - 2017-04-12 15:30:01
|
Thanks, Fabio. Keep up the good work. I was unable to convince my employer to use PyDev (and/or Lilclipse) in place of PyCharm, but since I do Java development as well, I really, really appreciate having it all right there. I support your work directly instead. On Wed, Apr 12, 2017 at 7:14 AM, Fabio Zadrozny <fa...@gm...> wrote: > PyDev 5.7.0 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). > > * **PyLint** > > * The PyLint integration is much improved. > * Working along with the PyDev code-analysis. > * If there's an equivalent code analysis error in PyLint and PyDev, the > PyLint one is hidden. > * **Ctrl+1** on PyLint error line shows option to silent error in that > line. > * See: http://pydev.org/manual_adv_pylint.html for details. > > * **Debugger** > > * Fixed issue when sorting which could lead to error comparing a value > with None. > * Fixed issue which prevented debugger from working with Jython due to the > lack of sys._current_frames. > * Testing Jython on CI. > > * **Code Completion** > > * Properly unpacking assigns from a parameter to an instance with type > documented in docstring. **#PyDev-778** > > * **Others** > > * When assigning parameters to attributes (**Ctrl+1** on function > **def**), skip adding duplicate assignments. > * When adding parameters to docstrings (**Ctrl+1** on function **def**), > it will now properly update an existing docstring, not only create one from > scratch. > * In Windows, when searching executables, priority is given to a python > executable found in the PATH (as in Mac/Linux). > * Fixed issue were space was wrongly removed in code formatter. > **#PyDev-784** > > > 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/ > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |