Tue, 10 Sep 2013 18:50:19 +0200 Detlev Offenbach Optimized the Python type detection of the editor to improve Python3 detection. 5_3_x file | diff | annotate
Tue, 10 Sep 2013 18:50:19 +0200 Detlev Offenbach Optimized the Python type detection of the editor to improve Python3 detection. file | diff | annotate
Mon, 08 Jul 2013 22:36:10 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Wed, 03 Jul 2013 19:34:42 +0200 Detlev Offenbach Added support to show the current class/method name in the combo boxes at the top of the editor. file | diff | annotate
Tue, 28 May 2013 20:52:12 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sun, 19 May 2013 15:39:12 +0200 Detlev Offenbach Added support for virtual space to the Editor and Mini Editor. file | diff | annotate
Sat, 04 May 2013 12:53:48 +0200 Detlev Offenbach Extended the Python variant detection in the editor by compiling the source. file | diff | annotate
Wed, 01 May 2013 14:47:38 +0200 Detlev Offenbach Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell). file | diff | annotate
Sun, 28 Apr 2013 11:06:22 +0200 Detlev Offenbach Fixed PEP-8 related issues. file | diff | annotate
Sun, 28 Apr 2013 11:06:40 +0200 Detlev Offenbach Fixed PEP-8 related issues. 5_3_x file | diff | annotate
Thu, 18 Apr 2013 19:08:09 +0200 Detlev Offenbach Finished the sort implementation. file | diff | annotate
Wed, 17 Apr 2013 19:58:24 +0200 Detlev Offenbach Added the capability to sort lines spanned by a rectangular selection based on the selected text. file | diff | annotate
Fri, 12 Apr 2013 17:30:32 +0200 T.Rzepka Fix for SyntaxCheckDialog and eflags evaluation. Py2 comp. file | diff | annotate
Mon, 08 Apr 2013 07:52:06 +0200 T.Rzepka Fixes for autocodecheck with pyflakes and update of py2flakes to 0.6.1. Py2 comp. file | diff | annotate
Mon, 25 Mar 2013 03:28:43 +0100 T.Rzepka Minimum modifications to start Eric5 with Py2. Py2 comp. file | diff | annotate
Mon, 25 Mar 2013 03:11:06 +0100 T.Rzepka Script changes: Future import added, super calls modified and unicode behavior for str. Py2 comp. file | diff | annotate
Sat, 23 Mar 2013 16:03:22 +0100 Detlev Offenbach Added a line to the editor to reset the lexer after a file was saved to a project (in order to apply project specific lexer settings). 5_3_x file | diff | annotate
Sat, 23 Mar 2013 16:03:22 +0100 Detlev Offenbach Added a line to the editor to reset the lexer after a file was saved to a project (in order to apply project specific lexer settings). file | diff | annotate
Sat, 16 Mar 2013 11:48:07 +0100 Detlev Offenbach Fixed an issue with the uncomment and toggle comment functions of the editor. 5_3_x file | diff | annotate
Sat, 16 Mar 2013 11:48:07 +0100 Detlev Offenbach Fixed an issue with the uncomment and toggle comment functions of the editor. file | diff | annotate
Fri, 15 Mar 2013 18:25:30 +0100 Detlev Offenbach Extended the logic of the 'Toggle Comment Block' action to consider the current selection first. 5_3_x file | diff | annotate
Fri, 15 Mar 2013 18:25:30 +0100 Detlev Offenbach Extended the logic of the 'Toggle Comment Block' action to consider the current selection first. file | diff | annotate
Sun, 17 Feb 2013 18:23:01 +0100 Detlev Offenbach Added the capability to preview HTML, Mardown and ReST files. file | diff | annotate
Mon, 11 Feb 2013 18:13:10 +0100 Detlev Offenbach Continued implementing the delayed import. file | diff | annotate
Sat, 09 Feb 2013 13:00:50 +0100 Detlev Offenbach Added functionality to refresh the coverage markers of an editor if such are shown. file | diff | annotate
Wed, 02 Jan 2013 10:33:09 +0100 Detlev Offenbach Updated copyright for 2013. 5_2_x file | diff | annotate
Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Tue, 11 Dec 2012 19:32:52 +0100 Detlev Offenbach Made some more adjustments for QScintilla 2.7.0. file | diff | annotate
Mon, 10 Dec 2012 20:15:52 +0100 Detlev Offenbach Made some adjustments for QScintilla 2.7.0. file | diff | annotate
Mon, 12 Nov 2012 14:42:48 +0100 Detlev Offenbach Extended the first line checks to determine the file type. file | diff | annotate
Mon, 12 Nov 2012 13:12:07 +0100 Detlev Offenbach Fixed an issue in the editor causing switching the language between Python2 and Python3 to only work every second time. 5_2_x file | diff | annotate
Mon, 12 Nov 2012 13:12:07 +0100 Detlev Offenbach Fixed an issue in the editor causing switching the language between Python2 and Python3 to only work every second time. file | diff | annotate
Sun, 11 Nov 2012 18:57:09 +0100 Detlev Offenbach Added some icons to the "Languages" and "End-of-Line Type" context menus of the editor and changed the status labels for programming language and end-of-line type of the main window to show an icon. file | diff | annotate
Sat, 10 Nov 2012 19:36:48 +0100 Detlev Offenbach Deleted a forgotten debug statement in the editor. file | diff | annotate
Sat, 10 Nov 2012 18:05:51 +0100 Detlev Offenbach Added actions to search for the next/previous occurence of the current word (default shortcuts Ctrl+. and Ctrl+,). file | diff | annotate
Sun, 04 Nov 2012 10:40:43 +0100 Detlev Offenbach Fixed an issue in the editor related to not re-initializing the online change tracer after a file has been refreshed (reread after an external change). file | diff | annotate
Mon, 29 Oct 2012 19:13:00 +0100 Detlev Offenbach Finalized the change tracing stuff. file | diff | annotate
Sun, 28 Oct 2012 20:19:15 +0100 Detlev Offenbach Improved the change tracing function by marking saved and unsaved changes differently. file | diff | annotate
Sun, 28 Oct 2012 17:41:29 +0100 Detlev Offenbach Enhanced the code coverage dialog functionality. file | diff | annotate
Sat, 27 Oct 2012 20:10:59 +0200 Detlev Offenbach Added capability to mark changed lines and to navigate between them to the editor. file | diff | annotate
Mon, 01 Oct 2012 19:44:40 +0200 Detlev Offenbach Made the fiveth set of Qt5 compatibility changes (some of the previous changes are backed out due to changes in PyQt4). file | diff | annotate
Sun, 30 Sep 2012 13:27:28 +0200 Detlev Offenbach Made the first set of Qt5 compatibility changes. file | diff | annotate
Mon, 10 Sep 2012 18:42:28 +0200 Detlev Offenbach Implemented functions to load UML graphics from disc. file | diff | annotate
Sun, 09 Sep 2012 17:40:32 +0200 Detlev Offenbach Refactored the UML graphics code. file | diff | annotate
Wed, 05 Sep 2012 20:07:02 +0200 Detlev Offenbach Changed the diagrams to show a better diagram title when printed. file | diff | annotate
Sun, 12 Aug 2012 13:22:05 +0200 Detlev Offenbach Merged heads. 5_2_x file | diff | annotate
Sun, 12 Aug 2012 13:20:29 +0200 Detlev Offenbach Backed out changeset <1989>. 5_2_x file | diff | annotate
Mon, 02 Jul 2012 19:55:18 +0200 Detlev Offenbach Fixed the breakpoint performance issue properly. 5_2_x file | diff | annotate
Sat, 04 Aug 2012 18:56:59 +0200 Detlev Offenbach A little enhancement to the editor "Save As" function to use the extension of the current file to select the filter for the file dialog. 5_2_x file | diff | annotate
Sat, 04 Aug 2012 18:56:59 +0200 Detlev Offenbach A little enhancement to the editor "Save As" function to use the extension of the current file to select the filter for the file dialog. 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
Tue, 03 Jul 2012 19:01:50 +0200 Detlev Offenbach Fixed an issue related to breakpoints and cloned editors. 5_2_x file | diff | annotate
Tue, 03 Jul 2012 19:01:50 +0200 Detlev Offenbach Fixed an issue related to breakpoints and cloned editors. file | diff | annotate
Mon, 02 Jul 2012 19:55:18 +0200 Detlev Offenbach Fixed the breakpoint performance issue properly. file | diff | annotate
Wed, 13 Jun 2012 19:27:35 +0200 Detlev Offenbach Little improvement to the editor assembly. file | diff | annotate
Wed, 02 May 2012 19:10:17 +0200 Detlev Offenbach Fixed an issue in the editor that can lead to an endless loop. 5_2_x file | diff | annotate
Wed, 02 May 2012 19:10:17 +0200 Detlev Offenbach Fixed an issue in the editor that can lead to an endless loop. file | diff | annotate
Sun, 29 Apr 2012 16:42:02 +0200 Detlev Offenbach Changed the tasks handling to allow for more fine grained task designations. file | diff | annotate
Sun, 22 Apr 2012 12:01:43 +0200 Detlev Offenbach Added a signal to the editor showing a refresh has happend and connected the editor assembly to it. 5_2_x file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial