Tue, 10 Dec 2024 15:49:01 +0100 Detlev Offenbach Updated copyright for 2025. eric7 tip file | diff | annotate
Sat, 23 Dec 2023 17:58:35 +0100 Detlev Offenbach Corrected some code style issues and converted some source code documentation to the new style. eric7 file | diff | annotate
Sat, 23 Dec 2023 15:48:55 +0100 Detlev Offenbach Updated copyright for 2024. eric7 file | diff | annotate
Sat, 31 Dec 2022 16:27:54 +0100 Detlev Offenbach Updated copyright for 2023. eric7 file | diff | annotate
Tue, 20 Dec 2022 14:33:49 +0100 Detlev Offenbach Fixed a bug and resorted the imports with isort. eric7 release-10.6.0 file | diff | annotate
Wed, 21 Sep 2022 15:30:34 +0200 Detlev Offenbach Reformatted source code with 'Black'. eric7 file | diff | annotate
Mon, 20 Jun 2022 10:48:14 +0200 Detlev Offenbach Fixed two bugs causing a crash of the code assist and refactoring clients in certain situations. eric7 release-10.2.0 file | diff | annotate
Thu, 30 Dec 2021 11:20:04 +0100 Detlev Offenbach Updated copyright for 2022. eric7 file | diff | annotate
Fri, 30 Jul 2021 16:38:13 +0200 Detlev Offenbach Added code to jump to references when clicked on a definition. eric7 file | diff | annotate
Wed, 26 May 2021 19:07:42 +0200 Detlev Offenbach Ported the plug-in to PyQt6 for eric7. eric7 file | diff | annotate
Tue, 11 May 2021 19:31:36 +0200 Detlev Offenbach Moved the sys.path manipulation to the beginning of the ...Client.py files. release-8.0.1 file | diff | annotate
Mon, 10 May 2021 20:13:48 +0200 Detlev Offenbach Version 8.0.0 release-8.0.0 file | diff | annotate
Sat, 24 Apr 2021 11:19:08 +0200 Detlev Offenbach - implemented some code simplifications release-7.4.0 file | diff | annotate
Tue, 16 Mar 2021 18:11:29 +0100 Detlev Offenbach - updated to rope 0.18.0+ release-7.3.0 file | diff | annotate
Wed, 30 Dec 2020 11:02:11 +0100 Detlev Offenbach Updated copyright for 2021. file | diff | annotate
Mon, 22 Jun 2020 18:08:10 +0200 Detlev Offenbach Removed support for Python2. release-7.0.0 file | diff | annotate
Wed, 01 Jan 2020 11:59:01 +0100 Detlev Offenbach Updated copyright for 2020. file | diff | annotate
Fri, 11 Oct 2019 19:05:23 +0200 Detlev Offenbach Fixed some code style issues. file | diff | annotate
Sun, 03 Feb 2019 15:27:51 +0100 Detlev Offenbach CodeAssistClient: fixed an issue accessing a variable before it was defined. release-6.7.3 file | diff | annotate
Sun, 20 Jan 2019 15:59:18 +0100 Detlev Offenbach bug fixes release-6.7.2 file | diff | annotate
Thu, 10 Jan 2019 14:21:07 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Sun, 11 Nov 2018 19:43:56 +0100 Detlev Offenbach Code Assist: started to move the Mouse Click handler to Code Assist. file | diff | annotate
Sun, 11 Nov 2018 17:46:25 +0100 Detlev Offenbach CodeAssistServer, CodeAssistClient: moved determination of the Picture ID to the server side. file | diff | annotate
Mon, 02 Apr 2018 17:43:09 +0200 Detlev Offenbach Removed the Python3 only rope variant and introduced an extended error dialog showing a traceback for errors within the rope library. file | diff | annotate
Sat, 31 Mar 2018 13:46:49 +0200 Detlev Offenbach Adjusted the code style checking parameters and fixed some code style issues. file | diff | annotate
Sun, 31 Dec 2017 16:59:12 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Wed, 20 Dec 2017 12:11:14 +0100 Detlev Offenbach Fixed a few bugs in the code assist client. release-5.0.5 file | diff | annotate
Sun, 19 Nov 2017 19:31:46 +0100 Detlev Offenbach Fixed a little bug in the code assist client. release-5.0.3 file | diff | annotate
Sun, 05 Nov 2017 17:23:30 +0100 Detlev Offenbach Extended the code info provider to return the object type as well. release-5.0.2 file | diff | annotate
Sun, 05 Nov 2017 13:19:52 +0100 Detlev Offenbach Fixed a few bugs. release-5.0.1 file | diff | annotate
Sat, 14 Oct 2017 19:31:11 +0200 Detlev Offenbach Added support for the extraction of source code documentation. server_client_variant file | diff | annotate
Sun, 08 Oct 2017 19:11:45 +0200 Detlev Offenbach Updated rope (for Python 2) to version 0.10.7. server_client_variant file | diff | annotate
Sun, 08 Oct 2017 17:54:29 +0200 Detlev Offenbach Changed code assist to use the new async interface of the Editor class, if it available and performed some code refactorings. server_client_variant file | diff | annotate
Thu, 05 Oct 2017 19:24:14 +0200 Detlev Offenbach Improved handling of died connections/processes. server_client_variant file | diff | annotate
Fri, 29 Sep 2017 10:23:35 +0200 Detlev Offenbach Performed some code cleanup actions. server_client_variant file | diff | annotate
Wed, 27 Sep 2017 19:30:16 +0200 Detlev Offenbach Extended the auto completions pictures supported by code assist. server_client_variant file | diff | annotate
Wed, 27 Sep 2017 19:02:58 +0200 Detlev Offenbach Implemented the distributed code assist "report changed" method. server_client_variant file | diff | annotate
Wed, 27 Sep 2017 18:42:35 +0200 Detlev Offenbach Implemented the distributed code assist calltips method. server_client_variant file | diff | annotate
Wed, 27 Sep 2017 18:25:08 +0200 Detlev Offenbach IMplemented the distributed code assist completions method. server_client_variant file | diff | annotate
Tue, 26 Sep 2017 18:47:50 +0200 Detlev Offenbach Added the new code assist client. server_client_variant file | diff | annotate
(0) tip

eric ide

mercurial