changelog
- Tue, 06 Dec 2022 10:29:10 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 06 Dec 2022 10:29:10 +0100] rev 9569
- Fixed an issue in PipPackagesWidget causing an exception in certain situations (see issue465).
- Tue, 06 Dec 2022 10:00:55 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 06 Dec 2022 10:00:55 +0100] rev 9568
- Fixed a serious issue causing side bars not to be sizable anymore in certain situations.
- Mon, 05 Dec 2022 16:11:34 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 05 Dec 2022 16:11:34 +0100] rev 9567
- Editor
- Added a configuration option to disable the source navigator (selector boxes above the editor or code outline roght of the editor). This is useful e.g. on very small screens.
see Issue459
- Mon, 05 Dec 2022 15:08:18 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 05 Dec 2022 15:08:18 +0100] rev 9566
- Some bug fixes and snall improvements to the web browser download manager and its parts.
- Mon, 05 Dec 2022 11:58:39 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 05 Dec 2022 11:58:39 +0100] rev 9565
- Updated source documentation.
- Mon, 05 Dec 2022 11:57:53 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 05 Dec 2022 11:57:53 +0100] rev 9564
- Updated translations.
- Mon, 05 Dec 2022 11:44:08 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 05 Dec 2022 11:44:08 +0100] rev 9563
- Editor
- Changed the handling of files whose typ 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.
- Mon, 05 Dec 2022 11:42:45 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 05 Dec 2022 11:42:45 +0100] rev 9562
- Adjusted the IgnoredDevicesDialog class to the changed EricStringListEditWidget class.
- Mon, 05 Dec 2022 11:37:42 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 05 Dec 2022 11:37:42 +0100] rev 9561
- Added a 'Reset' capability to the EricStringListEditWidget class.
- Sun, 04 Dec 2022 14:20:53 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sun, 04 Dec 2022 14:20:53 +0100] rev 9560
- Changed the communication with the generator client in CreateDialogCodeDialog.py to use sys.stderr and surround the data with a guard string (see issue462).