Fri, 27 Oct 2023 14:07:03 +0200 Detlev Offenbach Corrected the module parser regexp expression in order to detect method docstrings for methods having a comment after the definition line. eric7 file | diff | annotate
Thu, 28 Sep 2023 14:02:15 +0200 Detlev Offenbach Extended the Python code scanners to be compatible with Python 3.12. eric7 file | diff | annotate
Thu, 31 Aug 2023 18:10:28 +0200 Detlev Offenbach Simplified some code. eric7 file | diff | annotate
Wed, 24 May 2023 10:31:09 +0200 Detlev Offenbach Corrected some issues related to unused global variables. eric7 file | diff | annotate
Wed, 22 Feb 2023 07:43:56 +0100 Detlev Offenbach Corrected some code style and formatting issues. eric7 file | diff | annotate
Mon, 06 Feb 2023 10:02:35 +0100 Detlev Offenbach Reverted changeset a7e9fd398e5a for ModuleParser because QRegularExpression crashes generating source code documentation. eric7 file | diff | annotate
Wed, 25 Jan 2023 13:43:10 +0100 Detlev Offenbach Corrected a Qt 6.2 incompatibility by replacing 'hasCaptured()' with 'captured()'. The former is only available in Qt 6.3 and newer. eric7 file | diff | annotate
Thu, 12 Jan 2023 11:41:48 +0100 Detlev Offenbach Fixed an issue causing eric to freeze if a file had a certain contents by replacing the use of Python re with QRegularExpression. eric7 file | diff | annotate
Sat, 31 Dec 2022 16:23:21 +0100 Detlev Offenbach Updated copyright for 2023. eric7 file | diff | annotate
Mon, 07 Nov 2022 17:19:58 +0100 Detlev Offenbach Corrected/acknowledged some bad import style and removed some obsolete code. eric7 file | diff | annotate
Fri, 04 Nov 2022 13:52:26 +0100 Detlev Offenbach Resorted the import statements using isort. eric7 file | diff | annotate
Tue, 18 Oct 2022 16:06:21 +0200 Detlev Offenbach Changed the eric7 import statements to include the package name (i.e. eric7) in order to not fiddle with sys.path. eric7 file | diff | annotate
Wed, 28 Sep 2022 15:35:06 +0200 Detlev Offenbach Modified ModuleParser to deal with Python stub files (*.pyi) as well. eric7 file | diff | annotate
Wed, 13 Jul 2022 14:55:47 +0200 Detlev Offenbach Reformatted the source code using the 'Black' utility. eric7 file | diff | annotate
Thu, 07 Jul 2022 11:23:56 +0200 Detlev Offenbach Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml". eric7 file | diff | annotate | base
(0) tip

eric ide

mercurial