Sat, 04 Aug 2012 19:03:31 +0200 Detlev Offenbach Corrected a display string. file | diff | annotate
Wed, 11 Jul 2012 19:15:52 +0200 Detlev Offenbach Refined the "workspace" change to use the user home directory as a last resort. file | diff | annotate
Tue, 10 Jul 2012 19:06:38 +0200 Detlev Offenbach Introduced a "workspace" directory that is used as the default for opening or saving new files or projects (configurable on Multiproject config page). file | diff | annotate
Sun, 01 Apr 2012 14:31:29 +0200 Detlev Offenbach Fixed an issue in the editor caused by double connecting to a signal. file | diff | annotate
Sat, 14 Jan 2012 15:10:25 +0100 Detlev Offenbach Changed the file double click behavior in the source and file browser. 5_1_x file | diff | annotate
Sat, 14 Jan 2012 15:10:25 +0100 Detlev Offenbach Changed the file double click behavior in the source and file browser. file | diff | annotate
Sun, 01 Jan 2012 16:45:41 +0100 Detlev Offenbach Added an alternate shortcut for zooming. file | diff | annotate
Mon, 26 Dec 2011 19:32:02 +0100 Detlev Offenbach Updated copyright for 2012. 5_1_x file | diff | annotate
Mon, 26 Dec 2011 19:31:22 +0100 Detlev Offenbach Updated copyright for 2012. file | diff | annotate
Sat, 24 Dec 2011 14:38:40 +0100 Detlev Offenbach Added an action to reset the zoom factor. file | diff | annotate
Sun, 18 Dec 2011 16:21:11 +0100 Detlev Offenbach Added an action to the editor to toggle block comments. file | diff | annotate
Wed, 14 Dec 2011 19:57:54 +0100 Detlev Offenbach Changes to speed up the start-up phase by creating some dialog on demand. file | diff | annotate
Mon, 28 Nov 2011 20:03:49 +0100 Detlev Offenbach Fixed a few PEP-8 issues. file | diff | annotate
Mon, 21 Nov 2011 20:06:36 +0100 Detlev Offenbach Fixed a duplicate keyboard shortcut assignment. file | diff | annotate
Sat, 19 Nov 2011 18:07:25 +0100 Detlev Offenbach Fixed some issues introduced by the shortcuts change/extension. file | diff | annotate
Sat, 19 Nov 2011 13:36:11 +0100 Detlev Offenbach Finished the Mac part of the QScintilla 2.6 support. file | diff | annotate
Fri, 04 Nov 2011 17:38:51 +0100 Detlev Offenbach Fixed an issue related to the editor assembly. file | diff | annotate
Fri, 04 Nov 2011 17:00:01 +0100 Detlev Offenbach Fixed a few more editor assembly related issues and made 'listspace' the default view manager for Mac. file | diff | annotate
Fri, 04 Nov 2011 13:26:01 +0100 Detlev Offenbach Fixed a few issues related to the new editor assembly and to drag&drop of tabs. file | diff | annotate
Mon, 03 Oct 2011 18:52:38 +0200 Detlev Offenbach Added source navigation function for Python 2, Python 3 and Ruby sources. file | diff | annotate
Sun, 24 Jul 2011 19:22:40 +0200 Detlev Offenbach Added an action to preview the file in the eric web browser. file | diff | annotate
Sat, 23 Jul 2011 19:13:24 +0200 Detlev Offenbach Fixed PEP-8 related issues. file | diff | annotate
Sun, 10 Jul 2011 16:31:33 +0200 Detlev Offenbach Added editor actions to go to the last edit location and to the previous or next Python or Ruby class or method definition. file | diff | annotate
Thu, 30 Jun 2011 08:24:39 +0200 Detlev Offenbach Slight code cleanup. 5_1_x file | diff | annotate
Thu, 30 Jun 2011 08:23:56 +0200 Detlev Offenbach Slight code cleanup. file | diff | annotate
Thu, 30 Jun 2011 08:07:32 +0200 Detlev Offenbach Enhanced the quick search function. 5_1_x file | diff | annotate
Thu, 30 Jun 2011 08:07:32 +0200 Detlev Offenbach Enhanced the quick search function. file | diff | annotate
Tue, 21 Jun 2011 18:38:38 +0200 Detlev Offenbach Made the quick search backward work the same way forward does. 5_1_x file | diff | annotate
Tue, 21 Jun 2011 18:38:38 +0200 Detlev Offenbach Made the quick search backward work the same way forward does. file | diff | annotate
Sun, 19 Jun 2011 19:36:27 +0200 Detlev Offenbach Changed the code to use super() to access the superclass. file | diff | annotate
Sun, 19 Jun 2011 17:24:22 +0200 Detlev Offenbach Fixed an issue with the quick search actions anabled state and fixed an issue with the quicksearch toolbar not being shown, when quick search is activated while the toolbar is hidden. 5_1_x file | diff | annotate
Sun, 19 Jun 2011 17:24:22 +0200 Detlev Offenbach Fixed an issue with the quick search actions anabled state and fixed an issue with the quicksearch toolbar not being shown, when quick search is activated while the toolbar is hidden. file | diff | annotate
Sun, 05 Jun 2011 18:25:36 +0200 Detlev Offenbach Improved code quality by getting rid of star imports. That way pyflakes can do its job. A few bugs fixed found by flakes. file | diff | annotate
Sun, 27 Mar 2011 12:23:30 +0200 Detlev Offenbach Correct the behavior of the Goto dialog to show the line of the cursor as the default. 5_1_x file | diff | annotate
Sun, 27 Mar 2011 12:22:31 +0200 Detlev Offenbach Correct the behavior of the Goto dialog to show the line of the cursor as the default. file | diff | annotate
Sat, 19 Mar 2011 14:29:38 +0100 Detlev Offenbach Fixed a new style signals related issue related to redefining some signals. 5_1_x file | diff | annotate
Sat, 19 Mar 2011 14:30:58 +0100 Detlev Offenbach Fixed a new style signals related issue related to redefining some signals. file | diff | annotate
Fri, 11 Mar 2011 16:51:57 +0100 Detlev Offenbach Made code mostly PEP 8 compliant (except all whitespace and line length). file | diff | annotate
Sun, 06 Feb 2011 15:41:44 +0100 Detlev Offenbach Redid the native file dialog code to be future proof. file | diff | annotate
Sat, 05 Feb 2011 16:32:34 +0100 Detlev Offenbach Added the option to not use the native file dialog to prevent crashes on Linux. file | diff | annotate
Sun, 09 Jan 2011 18:16:46 +0100 Detlev Offenbach Added a checker for PEP 8 compliance. file | diff | annotate
Fri, 07 Jan 2011 15:52:50 +0100 Detlev Offenbach Fixed a few PEP 8 related issues. file | diff | annotate
Fri, 07 Jan 2011 12:38:39 +0100 Detlev Offenbach Merged "Save to Project" into "Save" and "Save As...". file | diff | annotate
Thu, 06 Jan 2011 19:06:51 +0100 Detlev Offenbach Made the toolbars of the initial layout more minimalistic. file | diff | annotate
Fri, 31 Dec 2010 15:50:33 +0100 Detlev Offenbach Updated copyright notice. 5_0_x file | diff | annotate
Fri, 31 Dec 2010 15:49:50 +0100 Detlev Offenbach Updated copyright notice. file | diff | annotate
Thu, 11 Nov 2010 08:03:30 +0100 Detlev Offenbach Modified the sizing behavior of the quicksearch combo. file | diff | annotate
Sat, 04 Sep 2010 19:51:48 +0200 Detlev Offenbach Did some code cleanup. file | diff | annotate
Sat, 04 Sep 2010 14:59:00 +0200 Detlev Offenbach Fixed an issue introduced by the E5MessageBox job. file | diff | annotate
Fri, 03 Sep 2010 13:39:08 +0200 Detlev Offenbach Continued replacing QMessageBox. file | diff | annotate
Fri, 03 Sep 2010 10:21:47 +0200 Detlev Offenbach Continued replacing QMessageBox. file | diff | annotate
Tue, 31 Aug 2010 13:39:24 +0200 Detlev Offenbach Continued replacing QMessageBox methods with own methods. file | diff | annotate
Tue, 31 Aug 2010 13:23:27 +0200 Detlev Offenbach Continued replacing QMessageBox methods with own methods. file | diff | annotate
Sun, 29 Aug 2010 16:15:41 +0200 Detlev Offenbach Added code to cope with Linux distributor's usage of KDE wrapper dialogs for the Qt file dialogs. file | diff | annotate
Sun, 29 Aug 2010 16:16:48 +0200 Detlev Offenbach Added code to cope with Linux distributor's usage of KDE wrapper dialogs for the Qt file dialogs. 5_0_x file | diff | annotate
Thu, 12 Aug 2010 16:43:33 +0200 Detlev Offenbach Finished porting signal/slot usage to the new API. file | diff | annotate
Thu, 12 Aug 2010 16:11:13 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Tue, 10 Aug 2010 19:40:44 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Tue, 10 Aug 2010 14:17:54 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Tue, 10 Aug 2010 10:42:11 +0200 Detlev Offenbach Added an editor action to join the current line with the next one. file | diff | annotate
(0) -60 tip

eric ide

mercurial