Wed, 21 Apr 2021 19:40:50 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator). file | diff | annotate
Tue, 13 Apr 2021 18:02:59 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator) (batch 2). file | diff | annotate
Sat, 10 Apr 2021 18:38:27 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (super(Foo, self) => super()). file | diff | annotate
Thu, 04 Mar 2021 17:48:09 +0100 Detlev Offenbach Changed code to not use QComboBox.activated[str] and QComboBoc.highlighted[str] signals but the int variants instead. file | diff | annotate
Tue, 02 Mar 2021 17:17:09 +0100 Detlev Offenbach Changed the use of PyQt enums because the way they were used previously is deprecated since two years and replaced some deprecated Qt stuff. file | diff | annotate
Fri, 29 Jan 2021 19:31:47 +0100 Detlev Offenbach Highlighting Styles: changed the import/export logic to allow the selection of lexers to be imported/exported. jsonfiles file | diff | annotate
Fri, 29 Jan 2021 14:19:41 +0100 Detlev Offenbach Changed the highlighting styles import logic thus, that the imported styles are applied in the configuration page. jsonfiles file | diff | annotate
Thu, 28 Jan 2021 18:29:00 +0100 Detlev Offenbach Implemented the JSON based highlighting styles files. jsonfiles file | diff | annotate
Wed, 27 Jan 2021 18:29:52 +0100 Detlev Offenbach Added TODO markers for JSON file handlers still to do. jsonfiles file | diff | annotate
Wed, 30 Dec 2020 11:00:05 +0100 Detlev Offenbach Updated copyright for 2021. file | diff | annotate
Mon, 12 Oct 2020 18:23:44 +0200 Detlev Offenbach Performed some code cleanup. file | diff | annotate
Tue, 06 Oct 2020 17:52:44 +0200 Detlev Offenbach Changed calls to exec_() into exec() (remainder of Python2 elimination). file | diff | annotate
Sat, 03 Oct 2020 16:54:16 +0200 Detlev Offenbach Editor: added support for TOML files. file | diff | annotate
Wed, 01 Jan 2020 11:57:23 +0100 Detlev Offenbach Updated copyright for 2020. file | diff | annotate
Tue, 24 Sep 2019 18:46:24 +0200 Detlev Offenbach Continued to resolve code style issue M841. file | diff | annotate
Tue, 10 Sep 2019 19:30:07 +0200 Detlev Offenbach Removed obsolete "from __future__ import ..." statements. file | diff | annotate
Sun, 01 Sep 2019 19:40:53 +0200 Detlev Offenbach Removed the Qt4 runtime stuff. without_py2_and_pyqt4 file | diff | annotate
Sun, 14 Apr 2019 15:09:21 +0200 Detlev Offenbach Major restructuring of the source tree to get prepared for a setup.py based installation. file | diff | annotate | base
(0) tip

eric ide

mercurial