ANN: eric 20.10 released

Detlev Offenbach detlev at die-offenbachs.de
Sat Oct 3 11:01:32 BST 2020


Hello Pythonistas,

I just uploaded eric 20.10. It fixes some bugs and adds these new features.

  * Editor
      o added an outline widget showing the structure of the editor
        source code and allowing to navigate in the code

  * Python Disassembly Viewer
      o added a tool to visualize the Python byte code generated from a
        Python source file
      o added a viewer to visualize the Python byte code generated from
        a Python traceback of an exception as an additional tab of the
        debug viewer
      o added capability to show information about a code object

  * Third Party packages
      o updated Pygments to 2.7.0
      o updated coverage.py to 5.3.0
      o removed the no longer needed 'enum' package
  * - Various
      o changed the code to not rely on the Qt Resource system anymore
        (no .qrc files and no use of pyrcc5 anymore)

It is available via the eric web site or PyPI.

https://eric-ide.python-projects.org/index.html

https://pypi.org/project/eric-ide/

Regards,

Detlev

-- 

Detlev Offenbach

detlev at die-offenbachs.de <mailto:detlev at die-offenbachs.de>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20201003/3559c6bb/attachment.htm>


More information about the PyQt mailing list