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

det...@die-offenbachs.de <mailto:det...@die-offenbachs.de>

Reply via email to