Wed, 23 Oct 2024 17:45:37 +0200 |
Detlev Offenbach |
Adjusted code for eric7 24.10 and newer.
eric7 release-10.7.3
|
file |
diff |
annotate
|
Sun, 13 Oct 2024 15:49:43 +0200 |
Detlev Offenbach |
Fixed an issue related to 'eric-ide' server use.
eric7 release-10.7.1
|
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
|
Tue, 20 Dec 2022 14:18:42 +0100 |
Detlev Offenbach |
Adjusted code for eric7 23.1 and newer.
eric7
|
file |
diff |
annotate
|
Mon, 24 Oct 2022 19:31:03 +0200 |
Detlev Offenbach |
Adapted the import statements to the new structure.
eric7 release-10.4.0
|
file |
diff |
annotate
|
Mon, 17 Oct 2022 16:45:23 +0200 |
Detlev Offenbach |
Enhanced the default configuration handling (for refactoring and code assist).
eric7 release-10.3.0
|
file |
diff |
annotate
|
Mon, 17 Oct 2022 08:37:10 +0200 |
Detlev Offenbach |
Fixed an issue resolving the project specific interpreter.
eric7 release-10.2.5
|
file |
diff |
annotate
|
Wed, 21 Sep 2022 15:30:34 +0200 |
Detlev Offenbach |
Reformatted source code with 'Black'.
eric7
|
file |
diff |
annotate
|
Sat, 25 Jun 2022 16:30:50 +0200 |
Detlev Offenbach |
Bug fixes in RefactoringServer.
eric7 release-10.2.1
|
file |
diff |
annotate
|
Thu, 30 Dec 2021 11:20:04 +0100 |
Detlev Offenbach |
Updated copyright for 2022.
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
|
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
|
Sun, 22 Nov 2020 16:25:22 +0100 |
Detlev Offenbach |
Changed code to not use the OSError aliases (IOError, EnvironmentError, socket.error and select.error) anymore.
|
file |
diff |
annotate
|
Wed, 14 Oct 2020 19:11:31 +0200 |
Detlev Offenbach |
Changed calls of exec_() into exec().
release-7.2.0
|
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
|
Sun, 10 Nov 2019 14:17:51 +0100 |
Detlev Offenbach |
RefactoringServer: added a little convenience code for renaming packages.
|
file |
diff |
annotate
|
Fri, 11 Oct 2019 19:05:23 +0200 |
Detlev Offenbach |
Fixed some code style issues.
|
file |
diff |
annotate
|
Sun, 25 Aug 2019 12:03:54 +0200 |
Detlev Offenbach |
Added support for MicroPython (treated like Python3).
release-6.8.0
|
file |
diff |
annotate
|
Fri, 10 May 2019 19:46:55 +0200 |
Detlev Offenbach |
RefactoringServer: changes to support changed eric6 menu structure as of eric6 19.06.
release-6.7.7
|
file |
diff |
annotate
|
Sun, 10 Mar 2019 15:51:14 +0100 |
Detlev Offenbach |
RefactoringServer: improved handling of projects which are accessed remotely.
release-6.7.5
|
file |
diff |
annotate
|
Thu, 10 Jan 2019 14:21:07 +0100 |
Detlev Offenbach |
Updated copyright for 2019.
|
file |
diff |
annotate
|
Mon, 12 Nov 2018 19:03:47 +0100 |
Detlev Offenbach |
Code Assist: continued moving the Mouse Click handler to Code Assist.
|
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, 04 Nov 2018 18:41:51 +0100 |
Detlev Offenbach |
Changes to start the backend clients with a clean PATH setting.
release-6.6.1
|
file |
diff |
annotate
|
Sat, 03 Nov 2018 18:21:20 +0100 |
Detlev Offenbach |
CodeAssistServer, RefactoringServer, JsonServer: adapted the code to the virtual environment extensions as of eric6 18.12.
release-6.6.0
|
file |
diff |
annotate
|
Sun, 16 Sep 2018 13:13:51 +0200 |
Detlev Offenbach |
Added code to use default virtual environment as of eric6 18.10.
release-6.4.0
|
file |
diff |
annotate
|
Sun, 22 Jul 2018 15:35:41 +0200 |
Detlev Offenbach |
RefactoringServer: fixed an issue during deactivation.
release-6.2.1
|
file |
diff |
annotate
|
Mon, 25 Jun 2018 18:22:55 +0200 |
Detlev Offenbach |
Fixed some bugs.
release-6.1.1
|
file |
diff |
annotate
|
Wed, 20 Jun 2018 18:52:38 +0200 |
Detlev Offenbach |
CodeAssistServer, RefactoringServer: changed to support the use of Virtual Environments as of eric 18.07.
release-6.1.0
|
file |
diff |
annotate
|
Thu, 24 May 2018 19:18:53 +0200 |
Detlev Offenbach |
RefactoringServer: fixed an issue that causes an exception when some file changes get reported.
release-6.0.5
|
file |
diff |
annotate
|
Wed, 04 Apr 2018 10:43:51 +0200 |
Detlev Offenbach |
RefactoringServer: fixed abug causing the refactoring client to enter an endless loop, when the plug-in is deactivated.
release-6.0.2
|
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
|
Sun, 31 Dec 2017 16:59:12 +0100 |
Detlev Offenbach |
Updated copyright for 2018.
|
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 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
|
Sat, 30 Sep 2017 14:52:32 +0200 |
Detlev Offenbach |
Updated translations.
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:50:44 +0200 |
Detlev Offenbach |
Started correcting the source code documentation.
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
|
Tue, 26 Sep 2017 19:05:18 +0200 |
Detlev Offenbach |
Continued implementing the distributed Code Assist.
server_client_variant
|
file |
diff |
annotate
|
Sun, 24 Sep 2017 19:36:17 +0200 |
Detlev Offenbach |
Some more refactorings of the code.
server_client_variant
|
file |
diff |
annotate
|
Sun, 24 Sep 2017 19:27:30 +0200 |
Detlev Offenbach |
Extended the JsonServer to handle multiple clients simultaneously.
server_client_variant
|
file |
diff |
annotate
|
Sun, 24 Sep 2017 17:10:48 +0200 |
Detlev Offenbach |
Did some code refactoring and removed backward compatability code for eric < 6.1.0.
server_client_variant
|
file |
diff |
annotate
|
Sun, 24 Sep 2017 13:56:36 +0200 |
Detlev Offenbach |
Renamed the 'Refactoring' module and class 'RefactoringServer'.
server_client_variant
|
file |
diff |
annotate
| base
|