Sun, 17 Sep 2017 17:03:16 +0200 Detlev Offenbach Implemented the distributed History dialog and moved the Undo/Redo functions to this dialog. 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
Sat, 16 Sep 2017 16:40:50 +0200 Detlev Offenbach Implemented the distributed 'query' methods. server_client_variant file | diff | annotate
Fri, 15 Sep 2017 19:50:07 +0200 Detlev Offenbach Implemented the "Query References" function. server_client_variant file | diff | annotate
Thu, 14 Sep 2017 19:39:11 +0200 Detlev Offenbach Coded a distributed progress dialog. server_client_variant file | diff | annotate
Tue, 12 Sep 2017 18:55:25 +0200 Detlev Offenbach Refactored some JSON handling code into server and client base classes. server_client_variant file | diff | annotate
Mon, 11 Sep 2017 19:55:45 +0200 Detlev Offenbach Implemented the distributed rope file system commands. 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, 28 Mar 2017 19:36:35 +0200 Detlev Offenbach Fixed some code style issues. release-4.2.7 file | diff | annotate
Wed, 08 Mar 2017 19:35:56 +0100 Detlev Offenbach Corrected a comment. file | diff | annotate
Wed, 08 Mar 2017 19:21:22 +0100 Detlev Offenbach Bug fixes release-4.2.6 file | diff | annotate
Sat, 31 Dec 2016 13:51:04 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Fri, 01 Jan 2016 12:19:02 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Sun, 28 Jun 2015 16:13:55 +0200 Detlev Offenbach Adjusted to slightly extended Editor API. release-4.2.1 file | diff | annotate
Sat, 27 Jun 2015 11:15:48 +0200 Detlev Offenbach Added capability to go to the definition of a class or function by clicking on it (while holding the Ctrl key or another configurable modifier sequence) (needs eric 6.1.0). release-4.2.0 file | diff | annotate
Tue, 07 Apr 2015 21:44:49 +0200 T.Rzepka Rename dialog show actual name as preset value for editing. file | diff | annotate
Tue, 07 Apr 2015 21:41:40 +0200 T.Rzepka Bugfix for new and unsaved files. file | diff | annotate
Sat, 14 Mar 2015 14:23:56 +0100 Detlev Offenbach Fixed a bug in the refactoring module and added Portugese translations provided by Candido Fontes. release-4.0.5 file | diff | annotate
Sun, 08 Mar 2015 13:30:48 +0100 Detlev Offenbach Little improvement to update the SOA database for refactoring upon saving a file. file | diff | annotate
Sat, 07 Mar 2015 15:57:24 +0100 Detlev Offenbach Changed the way the offset into the text gets calculated because rope handles unicode characters as one character (i.e. string) and QScintilla as multiple (i.e. bytes). file | diff | annotate
Thu, 01 Jan 2015 13:27:20 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Sun, 06 Jul 2014 14:27:51 +0200 Detlev Offenbach Committed in wrong branch eric5 file | diff | annotate
Sun, 06 Jul 2014 14:17:24 +0200 Detlev Offenbach Ported to PyQt5 and eric6. eric5 file | diff | annotate
Fri, 02 May 2014 21:06:07 +0200 T.Rzepka Merge with Py2 comp. file | diff | annotate
Wed, 01 Jan 2014 14:49:26 +0100 Detlev Offenbach Updated copyright for 2014. Py2 comp. file | diff | annotate
Wed, 01 Jan 2014 14:47:56 +0100 Detlev Offenbach Updated copyright for 2014. file | diff | annotate
Fri, 25 Oct 2013 19:33:36 +0200 Detlev Offenbach Fixed code style issues. release-2.3.2 file | diff | annotate
Sun, 18 Aug 2013 14:31:10 +0200 Detlev Offenbach Regenerated source docu and adjusted the plug-in archive contents slightly. Py2 comp. file | diff | annotate
Tue, 13 Aug 2013 21:13:02 +0200 T.Rzepka rope for Python2 projects enabled, if running on Python2 Py2 comp. file | diff | annotate
Sun, 14 Apr 2013 15:13:58 +0200 Detlev Offenbach Changed usage of QMessageBox and QFileDialog to the eric5 equivalents. release-2.3.1 file | diff | annotate
Sat, 23 Feb 2013 15:28:39 +0100 Detlev Offenbach Modified the code to do lazy import. release-2.3.0 file | diff | annotate
Sat, 09 Feb 2013 11:31:54 +0100 Detlev Offenbach Fixed an issue causing failures for files with Windows end-of-line indicators. release-2.2.1 file | diff | annotate
Wed, 02 Jan 2013 10:54:38 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Sun, 05 Feb 2012 16:27:23 +0100 Detlev Offenbach Fixed an issue that caused a traceback. release-2.1.3 file | diff | annotate
Mon, 26 Dec 2011 19:35:47 +0100 Detlev Offenbach Updated copyright for 2012. file | diff | annotate
Sat, 10 Dec 2011 16:10:10 +0100 Detlev Offenbach Fix for setting the actions of the Mac OS X application menu correctly. file | diff | annotate
Sat, 30 Jul 2011 11:07:35 +0200 Detlev Offenbach Dropped support for eric 5.0.x. file | diff | annotate
Sat, 12 Feb 2011 12:53:41 +0100 Detlev Offenbach Added a dialog to move a global method. file | diff | annotate
Sun, 30 Jan 2011 19:19:40 +0100 Detlev Offenbach Made the code PEP-8 compliant. file | diff | annotate
Sun, 30 Jan 2011 19:00:34 +0100 Detlev Offenbach Change usage of E5MessageBox to QMessageBox to be compatible with eric 5.0.x. file | diff | annotate
Sun, 30 Jan 2011 18:22:22 +0100 Detlev Offenbach Adde the plug-in package. file | diff | annotate
Sun, 30 Jan 2011 17:53:38 +0100 Detlev Offenbach Added these utility functions: file | diff | annotate
Sun, 30 Jan 2011 17:35:48 +0100 Detlev Offenbach Added these refactoring functions: file | diff | annotate
Sun, 30 Jan 2011 17:24:58 +0100 Detlev Offenbach Added these refactoring functions: file | diff | annotate
Sun, 30 Jan 2011 17:02:15 +0100 Detlev Offenbach Added these refactoring functions: file | diff | annotate
Sun, 30 Jan 2011 14:49:37 +0100 Detlev Offenbach Added the 'introduce' refactoring functions. file | diff | annotate
Sun, 30 Jan 2011 14:25:34 +0100 Detlev Offenbach Added the 'use function' refactoring. file | diff | annotate
Sun, 30 Jan 2011 14:02:31 +0100 Detlev Offenbach Added the 'move' refactoring functions. file | diff | annotate
Sat, 29 Jan 2011 19:57:25 +0100 Detlev Offenbach Added the inline refactoring function. file | diff | annotate
Sat, 29 Jan 2011 19:40:01 +0100 Detlev Offenbach Added the extract refactoring functions. file | diff | annotate
Sat, 29 Jan 2011 19:16:29 +0100 Detlev Offenbach Added the undo/redo functions. file | diff | annotate
Sat, 29 Jan 2011 15:10:40 +0100 Detlev Offenbach Added the 'rename' refactorings. file | diff | annotate
Sat, 29 Jan 2011 13:38:30 +0100 Detlev Offenbach Added the rope query functions. file | diff | annotate
Sun, 23 Jan 2011 19:55:56 +0100 Detlev Offenbach Started implementing the basic functions. file | diff | annotate
(0) tip

eric ide

mercurial