Sat, 02 May 2020 15:04:57 +0200 Detlev Offenbach Created new plug-in release. release-6.12.1 file | diff | annotate
Sat, 25 Apr 2020 10:56:06 +0200 Detlev Offenbach Updated to rope 0.16.0+. release-6.12.0 file | diff | annotate
Fri, 10 Apr 2020 11:14:14 +0200 Detlev Offenbach Replaced pixmap icons by vector icons. release-6.11.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 11:33:19 +0100 Detlev Offenbach ChangesPreviewDialog: fixed an issue not showing the first change when opened. file | diff | annotate
Fri, 11 Oct 2019 19:05:23 +0200 Detlev Offenbach Fixed some code style issues. file | diff | annotate
Fri, 11 Oct 2019 18:42:45 +0200 Detlev Offenbach Implemented a patch for rope to make it compatible with Python 3.8 and newer. file | diff | annotate
Fri, 27 Sep 2019 11:25:36 +0200 Detlev Offenbach Updated to rope 0.14.0. release-6.9.0 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
Thu, 28 Mar 2019 19:21:49 +0100 Detlev Offenbach Updated Russion translations provided by Alexander Barkoff. release-6.7.6 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
Fri, 22 Feb 2019 19:11:22 +0100 Detlev Offenbach JsonClient: fixed am issue causing 100% CPU load if eric is killed or stopps unpleasantly (idea for fix from Tobias). release-6.7.4 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
Sat, 01 Dec 2018 13:46:28 +0100 Detlev Offenbach Prepared new release. release-6.7.1 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, 28 Oct 2018 12:30:45 +0100 Detlev Offenbach CodeAssistServer: improved code completions and calltips for files belonging to a project (that may be using an interpreter different from the one used by eric or configured globally). release-6.5.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
Sat, 11 Aug 2018 15:54:39 +0200 Detlev Offenbach rope library: updated to rope 0.11.0 in order to incorporate a security fix. release-6.3.0 file | diff | annotate
Tue, 24 Jul 2018 19:23:17 +0200 Detlev Offenbach Updated to the rope master branch dated 2018-06-25. release-6.2.2 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, 09 Jul 2018 18:54:48 +0200 Detlev Offenbach CodeAssistServer: added code to cope with the code documentation viewer not being active in the IDE. release-6.2.0 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
Sat, 14 Apr 2018 15:19:15 +0200 Detlev Offenbach Fixed a bug in the JsonServer class. release-6.0.4 file | diff | annotate
Sat, 14 Apr 2018 15:10:44 +0200 Detlev Offenbach compatibility fix for eric 18.05 release-6.0.3 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
Tue, 03 Apr 2018 19:08:20 +0200 Detlev Offenbach Prepared new release. release-6.0.1 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, 25 Feb 2018 13:26:05 +0100 Detlev Offenbach PluginRefactoringRope: Fixed a bug applying the mouse click handler settings. release-5.0.8 file | diff | annotate
Sun, 31 Dec 2017 16:59:12 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Sun, 31 Dec 2017 15:09:23 +0100 Detlev Offenbach Fixed an issue in the JSON client class receiving an invalid length prefix. release-5.0.7 file | diff | annotate
Sun, 24 Dec 2017 17:02:51 +0100 Detlev Offenbach Fixed a bug in the JsonClient. release-5.0.6 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
Sat, 09 Dec 2017 15:06:42 +0100 Detlev Offenbach Released updated Spanish translations. release-5.0.4 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
Mon, 16 Oct 2017 19:58:35 +0200 Detlev Offenbach Fixed an issue deactivating the rope plug-in. server_client_variant 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
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: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
Tue, 26 Sep 2017 19:05:18 +0200 Detlev Offenbach Continued implementing the distributed Code Assist. server_client_variant file | diff | annotate
Mon, 25 Sep 2017 20:08:59 +0200 Detlev Offenbach Continued implementing the distributed Code Assist. 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
Sat, 16 Sep 2017 18:51:19 +0200 Detlev Offenbach Some code cleanup and refinement. server_client_variant file | diff | annotate
Mon, 11 Sep 2017 18:51:54 +0200 Detlev Offenbach Started implementing the client/server variant. server_client_variant file | diff | annotate
Tue, 20 Jun 2017 10:30:57 +0200 Detlev Offenbach Added some output indicating why refactoring might be disabled. release-4.3.2 file | diff | annotate
Fri, 09 Jun 2017 13:18:48 +0200 Detlev Offenbach Reintroduced the version check to support distributions with old (i.e. pre 6.1.0) eric releases. release-4.3.1 file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial