Thu, 23 Apr 2015 19:09:34 +0200 Detlev Offenbach Fixed an issue with the batch syntax check. file | diff | annotate
Wed, 22 Apr 2015 19:53:58 +0200 Detlev Offenbach Implemented the batch check mode for the syntax checker. file | diff | annotate
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Thu, 18 Dec 2014 18:56:04 +0100 Detlev Offenbach Fixed an issue related to handling an inactive syntax checker in the editor. 5_5_x file | diff | annotate
Thu, 18 Dec 2014 18:56:04 +0100 Detlev Offenbach Fixed an issue related to handling an inactive syntax checker in the editor. file | diff | annotate
Wed, 17 Dec 2014 19:57:27 +0100 Detlev Offenbach Added TODOs to handle a deactivated (i.e. not loaded) syntax checker service. file | diff | annotate
Sun, 29 Jun 2014 20:13:56 +0200 Detlev Offenbach Started porting eric5 to PyQt5. file | diff | annotate
Fri, 30 May 2014 15:16:40 +0200 Detlev Offenbach Fixed a few source code style issues found by the updated pe8 checker. file | diff | annotate
Fri, 30 May 2014 11:39:39 +0200 T.Rzepka Fixed behavior and output if a file is deleted outside eric. file | diff | annotate
Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. file | diff | annotate
Tue, 15 Apr 2014 22:41:08 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Thu, 03 Apr 2014 23:05:31 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sun, 30 Mar 2014 22:00:14 +0200 T.Rzepka Merge with BgService. Py2 comp. file | diff | annotate
Sun, 30 Mar 2014 15:36:25 +0200 Detlev Offenbach Added capability to check multiple files from the project sources browser. file | diff | annotate
Sat, 29 Mar 2014 20:18:31 +0100 Detlev Offenbach Fixed a few code style issues. file | diff | annotate
Fri, 28 Mar 2014 19:52:34 +0100 Detlev Offenbach Continued improving JavaScript support. file | diff | annotate
Wed, 26 Mar 2014 20:03:25 +0100 Detlev Offenbach Started improving JavaScript support. file | diff | annotate
Mon, 17 Mar 2014 20:32:35 +0100 T.Rzepka Plug-in docu updated, now the return values of the syntax checker is a dictionary BgService file | diff | annotate
Fri, 31 Jan 2014 22:11:45 +0100 T.Rzepka Interface for adding different languages to the syntax check, background service BgService file | diff | annotate
Sat, 18 Jan 2014 14:49:00 +0100 Detlev Offenbach Fix for an issue with the latest pyflakes changes. file | diff | annotate
Wed, 15 Jan 2014 22:55:52 +0100 T.Rzepka CodeStyleChecker moved to background service and done a little cleanup. BgService file | diff | annotate
Wed, 15 Jan 2014 19:16:06 +0100 Detlev Offenbach Renamed Utilities.py3flakes to Utilities.pyflakes to prepare the upgrade to the latest pyflakes version (supporting both Python variants). file | diff | annotate
Wed, 15 Jan 2014 18:59:03 +0100 Detlev Offenbach Made the pyflakes messages translatable even when sent by the Python2 checker. file | diff | annotate
Sat, 11 Jan 2014 11:55:33 +0100 Detlev Offenbach Changed the code to use QObject.tr() instead of QObject.trUtf8(). file | diff | annotate
Sun, 05 Jan 2014 23:22:17 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sun, 05 Jan 2014 22:45:29 +0100 T.Rzepka Update pyflakes to 0.7.3 BgService file | diff | annotate
Sun, 05 Jan 2014 15:20:02 +0100 Detlev Offenbach Fixed an issue in the syntax and code style checker dialogs causing markers of open files not to be checked being cleared. file | diff | annotate
Sat, 04 Jan 2014 22:14:38 +0100 T.Rzepka Don't reset markers on files which should not be checked. BgService file | diff | annotate
Sat, 04 Jan 2014 22:12:42 +0100 T.Rzepka Interface to add user-defined services, e.g. in plugins. Auto syntax check working. Little cleanup. BgService file | diff | annotate
Wed, 01 Jan 2014 14:40:41 +0100 Detlev Offenbach Updated copyright for 2014. 5_3_x file | diff | annotate
Wed, 01 Jan 2014 14:39:32 +0100 Detlev Offenbach Updated copyright for 2014. Py2 comp. file | diff | annotate
Wed, 01 Jan 2014 14:38:45 +0100 Detlev Offenbach Updated copyright for 2014. file | diff | annotate
Tue, 31 Dec 2013 18:03:31 +0100 T.Rzepka First implementation for the BackgroundService. BgService file | diff | annotate
Sat, 14 Dec 2013 23:44:25 +0100 T.Rzepka # __IGNORE_WARNING__ added/ removed. Py2 comp. file | diff | annotate
Sat, 14 Dec 2013 22:56:13 +0100 T.Rzepka Fixed issues in the syntax checker and indentation checker dialogs. Py2 comp. file | diff | annotate
Fri, 13 Dec 2013 23:39:14 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sat, 14 Dec 2013 19:12:26 +0100 Detlev Offenbach Fixed issues in the syntax checker and indentation checker dialogs. file | diff | annotate
Tue, 19 Nov 2013 22:36:36 +0100 T.Rzepka Fix the syntaxcheck if only one file is tested. Fix seldom bug if last line has unicode characters in it. Py2 comp. file | diff | annotate
Sun, 17 Nov 2013 12:24:45 +0100 Detlev Offenbach Made the progress bar of the syntax and indentation checker dialogs only visible, while it is checking and only if more than 1 file are being checked. file | diff | annotate
Sat, 16 Nov 2013 10:06:28 +0100 T.Rzepka Merge with default branch. Py2 comp. 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:44:42 +0100 Detlev Offenbach Fixed an issue with the syntax check dialog. file | diff | annotate
Wed, 06 Nov 2013 19:43:32 +0100 Detlev Offenbach Fixed issues in the syntax check dialog and the PEP-8 checker dialog. 5_3_x 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
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
Sat, 19 Oct 2013 15:15:50 +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
Tue, 15 Oct 2013 18:29:32 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Thu, 10 Oct 2013 19:03:45 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. 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, 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
Sun, 10 Feb 2013 18:53:47 +0100 Detlev Offenbach Continued implementing the delayed import. 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
Mon, 12 Nov 2012 19:04:11 +0100 Detlev Offenbach Changed a bunch of forms to use the E5ClearableLineEdit and E5ClearableComboBox. file | diff | annotate
Wed, 07 Nov 2012 17:51:32 +0100 Detlev Offenbach Added capability to the syntax checker dialog to show all errors/warnings in an editor when the file entry is double activated. file | diff | annotate
Sun, 19 Feb 2012 15:26:55 +0100 Detlev Offenbach Fixed a compatibility issue with Qt 4.8. file | diff | annotate
Mon, 26 Dec 2011 19:32:02 +0100 Detlev Offenbach Updated copyright for 2012. 5_1_x file | diff | annotate
(0) -60 tip

eric ide

mercurial