ANN: eric 23.1 released

Detlev Offenbach detlev at die-offenbachs.de
Mon Jan 2 11:03:57 GMT 2023


Hello Pythonistas,

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

  * Class Browsers
      o Removed the IDL and Protobuf class browsers to include them in
        their respective plugin.
  * Code Formatting
      o Added an option to configure the 'known first party' packages to
        the isort configuration dialog.
  * Editor
      o Changed the handling of files whose type cannot be determined by
        the Python mimetypes module to check against a list of known
        text file patterns and ultimately asking the user, if the file
        in question is a text file (see `Mimetypes` configuration page).
      o Added a configuration option to disable the source navigator
        (selector boxes above the editor or code outline right of the
        editor). This is useful e.g. on very small screens.
      o Added support for multiple cursor paste.
  * Find In Files
      o Added context menu entries in Replace mode to select/deselect
        all entries (e.g. useful for checking big replacement lists for
        validity).
  * MicroPython
      o Updated the list of known CircuitPython boards.
      o Updated the list of known UF2 capable boards.
  * Project
      o Extended the list of default file type associations.
      o Added the capability to edit the file type associations from
        within the project properties dialog.
  * Project Viewer
      o Removed the CORBA and Protobuf viewers to make them available as
        plugins.
      o Added a `Collapse all files` entry to the Project Sources viewer.
  * - Version Control Systems - git
      o Changed git interface code to work with `git worktrees`.
      o Added a dialog to manage worktrees ( `git worktree` commands).
  * - Third Party packages
      o Upgraded pipdeptree to version 2.3.3.
      o Upgraded pip-licenses to version 4.0.2.
      o Upgraded pycodestyle to version 2.10.0.
      o Upgraded pyflakes to version 3.0.1.

It is available via the eric web site or PyPI.

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

https://pypi.org/project/eric-ide/ <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/20230102/5dda2582/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xBD1F26A5DA8A6150.asc
Type: application/pgp-keys
Size: 660 bytes
Desc: OpenPGP public key
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20230102/5dda2582/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20230102/5dda2582/attachment.sig>


More information about the PyQt mailing list