Sat, 25 Jun 2022 17:55:41 +0200 Detlev Offenbach Compatibility fixes for rope >= 1.2.0. eric7 release-10.2.2 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
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
Mon, 07 Feb 2022 11:23:21 +0100 Detlev Offenbach Updated Russian translations. eric7 release-10.1.3 file | diff | annotate
Thu, 06 Jan 2022 12:25:25 +0100 Detlev Offenbach Changed the help dialog to use the eric search widget instead of a separate dialog. eric7 release-10.1.2 file | diff | annotate
Thu, 30 Dec 2021 12:33:10 +0100 Detlev Offenbach Updated version info to indicate relation to eric7. eric7 release-10.1.1 file | diff | annotate
Thu, 30 Dec 2021 11:20:04 +0100 Detlev Offenbach Updated copyright for 2022. eric7 file | diff | annotate
Sun, 12 Sep 2021 11:23:13 +0200 Detlev Offenbach Adapted to the latest eric7 changes. eric7 file | diff | annotate
Mon, 16 Aug 2021 16:44:41 +0200 Detlev Offenbach New release with updated Russian translations. 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
Sun, 25 Jul 2021 12:16:21 +0200 Detlev Offenbach Fixed a bug in the Mouse Click Handler configuration page. eric7 file | diff | annotate
Sat, 17 Jul 2021 15:39:01 +0200 Detlev Offenbach Removed some obsolete code and obsolete files. 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
Sun, 09 May 2021 14:30:41 +0200 Detlev Offenbach JsonServer: modified 'startClient()' such, that events are processed for max. 30 seconds to allow the client to connect before trying to send any command. release-7.4.2 file | diff | annotate
Sat, 08 May 2021 19:30:50 +0200 Detlev Offenbach Disabled the Mercurial variant of fscommands because they don't work with Mercurial on Python 3. release-7.4.1 file | diff | annotate
Sat, 24 Apr 2021 11:19:08 +0200 Detlev Offenbach - implemented some code simplifications release-7.4.0 file | diff | annotate
Wed, 17 Mar 2021 17:59:11 +0100 Detlev Offenbach bug fix for rope release-7.3.2 file | diff | annotate
Wed, 17 Mar 2021 17:48:16 +0100 Detlev Offenbach Removed an addition. release-7.3.1 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
Sat, 21 Nov 2020 16:40:59 +0100 Detlev Offenbach PreviewDialogBase: changed the color definitions to use the eric diff colors. release-7.2.1 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
Sun, 20 Sep 2020 11:09:46 +0200 Detlev Offenbach Updated to rope 0.17.0. release-7.1.0 file | diff | annotate
Fri, 11 Sep 2020 17:36:10 +0200 Detlev Offenbach Corrected the Pygments related language. release-7.0.1 file | diff | annotate
Mon, 22 Jun 2020 18:08:10 +0200 Detlev Offenbach Removed support for Python2. release-7.0.0 file | diff | annotate
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
(0) -100 -60 tip

eric ide

mercurial