[PyQt] ANN: eric 19.06 released
Detlev Offenbach
detlev at die-offenbachs.de
Sun Jun 2 11:32:49 BST 2019
Hi,
I just uploaded eric 19.06. It fixes some bugs and adds these new features.
* Code Style Checker
* added checks for use of 'gettattr' and 'setattr', bas super() calls and 'assert False'
statements
* Editor
* Python Typing
* added support for 'from ... import (...)'
* changed the indentation when the previous line ends with '(', '[' or '{'
* Ruby Typing
* changed the indentation when the previous line ends with '(', '[' or '{'
* Mercurial Interface
* extended the log browser to start with showing all incoming and
the first batch of local changesets
* show different icons for incoming, outgoing and normal
changesets
* added capability to search and filter based on the changeset phase
* added support for the 'closehead' extension (as of Mercurial 4.8)
* added support for the '--keep' flag of the shelve command (as of
Mercurial 5.0)
* Shell
* added capability to place the Shell window in the left or right
side container
* setup.py Wizard
* updated the Trove classifiers list
* added capability to retrieve the Trove classifiers list from
PyPI
* Variables Viewer
* reimplemented Variables Viewer using QTreeView with
unlimited access to big arrays, dicts, etc. because elements are lazy loaded
* highlighting of still unloaded (default: yellow
background) and last changed variable(s) (default: green background)
* colors for highlighting are configurable through
Debugger->General
* expand / collapse variables with children on double
click on first column, in all other cases display detail window
* handling of dict views improved (can be expanded like
lists)
* show tooltips on all elements which don't fit into
current column width
* new options in the context menu, e.g. expand /
collapse all child nodes
* Third Party packages
* updated EditorConfig to 0.12.2
It is available via the eric web site or PyPI.
https://eric-ide.python-projects.org/index.html[1]
https://pypi.org/project/eric-ide/[2]
Regards,
Detlev
--
*Detlev Offenbach*
detlev at die-offenbachs.de[3]
--------
[1] https://eric-ide.python-projects.org/index.html
[2] https://pypi.org/project/eric-ide/
[3] mailto:detlev at die-offenbachs.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20190602/fde161df/attachment.html>
More information about the PyQt
mailing list