Sat, 14 Dec 2013 23:44:25 +0100 T.Rzepka # __IGNORE_WARNING__ added/ removed. Py2 comp. file | diff | annotate
Fri, 13 Dec 2013 23:39:14 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Wed, 20 Nov 2013 19:50:35 +0100 Detlev Offenbach Added icons to the editor context menu 'New View' entries and gave them better titles. file | diff | annotate
Sun, 17 Nov 2013 15:07:56 +0100 Detlev Offenbach Fixed a bug preventing overriding the editor foreground and background colors, when a lexer was set to None. file | diff | annotate
Sun, 17 Nov 2013 15:06:51 +0100 Detlev Offenbach Fixed a bug preventing overriding the editor foreground and background colors, when a lexer was set to None. 5_3_x file | diff | annotate
Sat, 16 Nov 2013 18:37:27 +0100 Detlev Offenbach Changed the handling of the monospace font usage in the editor, mini editor and shell. file | diff | annotate
Sat, 16 Nov 2013 10:06:28 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sat, 09 Nov 2013 17:46:01 +0100 Detlev Offenbach Added support for find indicators to the editor (QScintilla >= 2.8). file | diff | annotate
Fri, 08 Nov 2013 19:22:12 +0100 Detlev Offenbach Implemented support for the new QScintilla feature to always highlight the caret line. file | diff | annotate
Tue, 05 Nov 2013 22:23:38 +0100 T.Rzepka Fixed a bunch of indentation issues. Py2 comp. file | diff | annotate
Wed, 06 Nov 2013 19:23:06 +0100 Detlev Offenbach Extended the editor warning messages handling and refactored the names of warning handling methods to reflect their more general use. file | diff | annotate
Sun, 03 Nov 2013 15:58:22 +0100 T.Rzepka Merge with default branch after fixed indentation issues and lates changes. Py2 comp. file | diff | annotate
Sat, 02 Nov 2013 11:55:46 +0100 Detlev Offenbach A little fix to the editor context menu handling. file | diff | annotate
Fri, 01 Nov 2013 15:48:48 +0100 T.Rzepka Merge with default branch after fixed indentation issues. Py2 comp. file | diff | annotate
Fri, 18 Oct 2013 23:00:41 +0200 T.Rzepka Merge with default branch after shorten the code lines to max. 79 characters. Py2 comp. file | diff | annotate
Tue, 15 Oct 2013 22:03:54 +0200 T.Rzepka Merge with default branch before style changes. Py2 comp. file | diff | annotate
Sat, 19 Oct 2013 17:42:18 +0200 Detlev Offenbach Fixed a bunch of indentation issues. file | diff | annotate
Sat, 19 Oct 2013 13:03:39 +0200 Detlev Offenbach Fixed various coding style issues. file | diff | annotate
Fri, 18 Oct 2013 18:42:10 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Mon, 14 Oct 2013 19:30:36 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Sun, 13 Oct 2013 12:21:37 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Tue, 08 Oct 2013 19:46:25 +0200 Detlev Offenbach A little enhancement to the editors line joining function. file | diff | annotate
Tue, 01 Oct 2013 18:42:42 +0200 Detlev Offenbach Continued changing the names of the various code style checkers to make them more appropriate to the broadened scope. file | diff | annotate
Sun, 29 Sep 2013 19:34:03 +0200 Detlev Offenbach Fixed an issue in the editor. 5_3_x file | diff | annotate
Sun, 29 Sep 2013 18:22:08 +0200 Detlev Offenbach Continued correcting doc strings by using the new doc string checker. file | diff | annotate
Sun, 29 Sep 2013 12:04:35 +0200 Detlev Offenbach Corrected an issue in the editor. file | diff | annotate
Sat, 28 Sep 2013 20:12:12 +0200 Detlev Offenbach Fixed an issue in the editor showing warning messages via the margin. file | diff | annotate
Thu, 19 Sep 2013 19:23:08 +0200 Detlev Offenbach Fixed an issue not switching the programming language, when the file is saved with a changed eflags line. file | diff | annotate
Wed, 11 Sep 2013 19:17:57 +0200 Detlev Offenbach Added capability to have different warning styles to the editor. file | diff | annotate
Tue, 10 Sep 2013 19:45:37 +0200 Detlev Offenbach Changed editor code to allow multiple syntax error messages per line and changed PEP-8 dialog to show E901 errors as error instead of warning. 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. 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
(0) -100 -60 tip

eric ide

mercurial