Sat, 04 Sep 2021 11:34:54 +0200 Detlev Offenbach Merged with default branch to prepare release 21.9. maintenance release-21.09 file | diff | annotate
Fri, 30 Jul 2021 17:40:58 +0200 Detlev Offenbach Changed the completion list icon sizes back to 22x22. file | diff | annotate
Wed, 28 Jul 2021 17:30:35 +0200 Detlev Offenbach Editor: fine tuned the size of the completion images. file | diff | annotate
Wed, 28 Jul 2021 17:02:19 +0200 Detlev Offenbach QsciScintillaCompat: fixed an issue causing completion lists to go off-screen. file | diff | annotate
Sun, 18 Jul 2021 12:23:03 +0200 Detlev Offenbach Editor: fixed an issue causing in endless loop when a split editor was shown and editor settings (or any other) was changed. Should fix issue397 as well. file | diff | annotate
Thu, 03 Jun 2021 11:39:23 +0200 Detlev Offenbach Merged with default branch to prepare release 21.6. maintenance release-21.06 file | diff | annotate
Sat, 08 May 2021 19:47:48 +0200 Detlev Offenbach Replaced some obsoleted methods of QPrinter. file | diff | annotate
Sat, 01 May 2021 18:48:35 +0200 Detlev Offenbach UML Diagrams file | diff | annotate
Sat, 01 May 2021 16:01:43 +0200 Detlev Offenbach Modernized some more code. file | diff | annotate
Sat, 01 May 2021 14:27:20 +0200 Detlev Offenbach Merged with default branch to prepare release 21.5. maintenance release-21.05 file | diff | annotate
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
Wed, 21 Apr 2021 17:56:12 +0200 Detlev Offenbach Third Party packages file | diff | annotate
Fri, 16 Apr 2021 18:08:45 +0200 Detlev Offenbach Editor: fixed an issue related to using the 'mini menu'. file | diff | annotate
Thu, 15 Apr 2021 18:11:24 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 2). file | diff | annotate
Wed, 14 Apr 2021 19:59:16 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 1). file | diff | annotate
Wed, 14 Apr 2021 19:38:19 +0200 Detlev Offenbach Editor: fixed an issue causing wrong comment character insertion when indentation was done with a tab character (\t). file | diff | annotate
Tue, 13 Apr 2021 19:59:17 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator) (batch 3). file | diff | annotate
Tue, 13 Apr 2021 17:44:23 +0200 Detlev Offenbach Editor: fixed an issue providing calltips if no calltip provider is installed. file | diff | annotate
Mon, 12 Apr 2021 19:21:40 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y114: use logical or for multiple if). file | diff | annotate
Sun, 11 Apr 2021 18:45:10 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y102: use single if) (batch 1). file | diff | annotate
Sun, 11 Apr 2021 16:53:48 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y110, Y111: use any() or all()). file | diff | annotate
Sun, 11 Apr 2021 12:38:16 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y113: use enumerate()). 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
Sat, 10 Apr 2021 18:31:17 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker. file | diff | annotate
Thu, 08 Apr 2021 18:27:47 +0200 Detlev Offenbach Applied some code simplifications suggested by the new Simplify checker. file | diff | annotate
Sat, 03 Apr 2021 09:47:25 +0200 Detlev Offenbach Editor: little change to the "Save As" function to respect the path name of the file to be saved. file | diff | annotate
Sun, 28 Mar 2021 15:00:11 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance file | diff | annotate
Mon, 22 Mar 2021 19:31:18 +0100 Detlev Offenbach Fixed some code style issues. file | diff | annotate
Wed, 17 Mar 2021 19:54:32 +0100 Detlev Offenbach Editor file | diff | annotate
Sat, 13 Mar 2021 15:55:35 +0100 Detlev Offenbach LexerPygments: fixed the settings handling of the Pygments based lexer. 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
Tue, 02 Mar 2021 17:12:08 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance file | diff | annotate
Tue, 23 Feb 2021 17:38:12 +0100 Detlev Offenbach Editor file | diff | annotate
Mon, 15 Feb 2021 19:56:28 +0100 Detlev Offenbach Editor: fixed an issue handling breakpoints (and other stuff) in a cloned editor. file | diff | annotate
Mon, 01 Feb 2021 10:38:16 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-21.02 file | diff | annotate
Mon, 25 Jan 2021 14:44:35 +0100 Detlev Offenbach Editor: fixed the integration of docstring generator for newly created files. file | diff | annotate
Sat, 23 Jan 2021 12:52:18 +0100 Detlev Offenbach Editor: added configuration option (Editor->General page) to enable the automatic generation of docstrings, if a docstring start sequenz was entered (default on). file | diff | annotate
Sat, 23 Jan 2021 12:02:52 +0100 Detlev Offenbach Editor: extended the docstring functionality to be invocable via a keyboard shortcut (Ctrl+Alt+D). file | diff | annotate
Fri, 22 Jan 2021 16:48:43 +0100 Detlev Offenbach Editor file | diff | annotate
Tue, 12 Jan 2021 17:19:02 +0100 Detlev Offenbach Editor, Mini Editor file | diff | annotate
Wed, 06 Jan 2021 13:47:01 +0100 Detlev Offenbach Harmonized some user visible strings and changed the term 'eric6' to the more generic 'eric'. file | diff | annotate
Wed, 30 Dec 2020 11:00:44 +0100 Detlev Offenbach Updated copyright for 2021. maintenance file | diff | annotate
Wed, 30 Dec 2020 11:00:05 +0100 Detlev Offenbach Updated copyright for 2021. file | diff | annotate
Sat, 19 Dec 2020 15:22:26 +0100 Detlev Offenbach Corrected the use of '@keyparam' in the source documentation. file | diff | annotate
Sun, 06 Dec 2020 18:37:08 +0100 Detlev Offenbach Editor, MiniEditor: added code to enclose the current selection by entering " or ' characters. multi_processing file | diff | annotate
Sat, 05 Dec 2020 12:29:26 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.12 file | diff | annotate
Sun, 22 Nov 2020 16:04:59 +0100 Detlev Offenbach Changed code to not use the OSError aliases (IOError, EnvironmentError, socket.error and select.error) anymore. file | diff | annotate
Sun, 01 Nov 2020 11:15:18 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.11 file | diff | annotate
Sat, 17 Oct 2020 14:35:29 +0200 Detlev Offenbach Editor: fixed an issue where a language change did not get propagated to the language menu and the language icon. file | diff | annotate
Wed, 14 Oct 2020 17:50:39 +0200 Detlev Offenbach Changed code to use context manager 'open()' for file operations. file | diff | annotate
Tue, 13 Oct 2020 18:23:53 +0200 Detlev Offenbach Editor: fixed an issue introduced during the QRegExp change. file | diff | annotate
Sun, 11 Oct 2020 17:54:52 +0200 Detlev Offenbach Changed code to not use deprecated 'QRegExp' anymore. file | diff | annotate
Sat, 10 Oct 2020 12:20:51 +0200 Detlev Offenbach Optimized the use of Waiting Cursors by using a specialized context manager class. 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
Sun, 04 Oct 2020 15:25:17 +0200 Detlev Offenbach Configuration Dialog: optimized the display of the various configuration pages. file | diff | annotate
Sat, 03 Oct 2020 17:25:26 +0200 Detlev Offenbach QScintilla: pushed required QScintilla version to 2.11.1. file | diff | annotate
Sat, 03 Oct 2020 11:13:46 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-20.10 file | diff | annotate
Thu, 01 Oct 2020 17:34:48 +0200 Detlev Offenbach Editor, MiniEditor: fixed an issue dealing with Pygments lexers. file | diff | annotate
Fri, 04 Sep 2020 18:50:43 +0200 Detlev Offenbach Continued implementing the editor outline widget. file | diff | annotate
Wed, 02 Sep 2020 18:06:20 +0200 Detlev Offenbach Merged with default branch to prepare the 20.9 release. maintenance file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial