cb17fc5d1d
- Update to 25.3: * General + Made the code compatible with Qt/PyQt 6.8. + Made the code compatible with Python 3.13. + Drop support for Python 3.8. + Improved the handling of crash sessions. + Improved the internal debug logging system. + Added a Help menu entry to generate some version information and copy that to the clipboard (see issue 562). * Debugger + Added a configuration option to not stop at the first executable statement when debugging in passive mode. + Added a configuration option to make 'Show only' the default for the global and local variables viewer. * Editor + Added the capability to sort the entries in the code outline by occurrence or alphabetically. + Changed the editor layout to use a splitter between editor and code layout to enhance the flexibility. + Added a key event handler to make the keypad ',' always insert a '.' character because that is what is needed in programming. * Find In Files + Added the capability to filter the list of files to be searched. * IDE Server + Extended the eric-ide server to be able to check, if received messages have been sent by a valid eric IDE. + Extended the eric-ide server integration in the file browser. + Added functionality to work with remote files and projects via an eric-ide Server on a remote computer. * pip Interface
Steve Kowalik2025-03-20 05:09:30 +00:00
49ece1b65b
- update to 21.11 eric 21.11 has been released. It fixes just a few bugs. This will be the last release of the 'eric6' line of development (i.e. the one requiring PyQt5/Qt5 as its execution environment).
Dirk Mueller2022-01-15 18:58:00 +00:00
5ef732125b
- update to 20.8 - bug fixes - removed support for Python2 - removed support for Qt4 (PyQt4 and pyside) -- added menu action for pip cache management -- changed the dialog to allow the selection of checker categories -- added several security related checks (ported from bandit) -- extended the dialog to show a list of files still to be checked -- updated pycodestyle to version 2.6.0 -- updated pyflakes to version 2.2.0 -- updated asttoken to version 2.0.4 - bug fixes -- added a configurable URL entry color to indicate sites with certificate issues -- added code to ask for the title of a new bookmark folder -- updated Pygments to 2.3.1
Dirk Mueller2020-08-16 11:24:27 +00:00