Mon, 30 Sep 2013 19:21:19 +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
Mon, 30 Sep 2013 19:06:37 +0200 Detlev Offenbach Started to change the names of the various code style checkers to make them more appropriate to the broadened scope. file | diff | annotate
Sun, 29 Sep 2013 14:12:38 +0200 Detlev Offenbach Continued correcting doc strings by using the new doc string checker. file | diff | annotate
Sun, 29 Sep 2013 10:28:29 +0200 Detlev Offenbach Added reporting of the statistics for doc style checks to the Python2 variant of the checker. file | diff | annotate
Sat, 28 Sep 2013 16:39:31 +0200 Detlev Offenbach Some enhancements to the coding style checker dialog. file | diff | annotate
Mon, 23 Sep 2013 19:32:25 +0200 Detlev Offenbach Finished enhancing the docstring checker to include the eric docstring style. file | diff | annotate
Sun, 22 Sep 2013 19:47:04 +0200 Detlev Offenbach Started enhancing the docstring checker to include the eric docstring style. file | diff | annotate
Mon, 16 Sep 2013 19:58:27 +0200 Detlev Offenbach Removed forgotten TODO. file | diff | annotate
Mon, 16 Sep 2013 19:47:06 +0200 Detlev Offenbach Did the Python2 variant of the PEP-257 checker. file | diff | annotate
Mon, 16 Sep 2013 19:12:49 +0200 Detlev Offenbach Finished the Python3 variant of the PEP-257 checker. file | diff | annotate
Sun, 15 Sep 2013 19:55:39 +0200 Detlev Offenbach Started implementing a checker for PEP-257 docstring conventions. file | diff | annotate
Sat, 14 Sep 2013 18:09:53 +0200 Detlev Offenbach Fixed an issue in the code style checker dialog. file | diff | annotate
Sun, 08 Sep 2013 19:04:07 +0200 T.Rzepka Merge with default branch. Py2 comp. 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 19:05:51 +0200 Detlev Offenbach Changed PEP-8 dialog code to disable the the start button while a check is in progress. 5_3_x file | diff | annotate
Tue, 10 Sep 2013 19:05:23 +0200 Detlev Offenbach Changed PEP-8 dialog code to disable the the start button while a check is in progress. file | diff | annotate
Mon, 09 Sep 2013 18:43:23 +0200 Detlev Offenbach Implemented some fixers for wrong naming conventions. file | diff | annotate
Sun, 08 Sep 2013 13:16:07 +0200 Detlev Offenbach Started implementing a PEP-8 naming checker. file | diff | annotate
Sat, 07 Sep 2013 14:18:32 +0200 Detlev Offenbach Changed the PEP-8 fixer and dialog to decouple the indication of the fixed status from the generation of the PEP-8 status. file | diff | annotate
Thu, 05 Sep 2013 20:02:02 +0200 Detlev Offenbach Started modifying PEP-8 dialog to change fixable state if a fixable issue could not be fixed. file | diff | annotate
Tue, 03 Sep 2013 19:19:56 +0200 Detlev Offenbach Fixed an issue in the PEP-8 dialog. file | diff | annotate
Sat, 31 Aug 2013 17:57:30 +0200 Detlev Offenbach Added a button to the PEP-8 dialog to reset the default values. file | diff | annotate
Sat, 31 Aug 2013 17:33:20 +0200 Detlev Offenbach Added a forgotten value to the defaults of the PEP-8 dialog. 5_3_x file | diff | annotate
Sat, 31 Aug 2013 15:21:28 +0200 Detlev Offenbach Extended the PEP-8 dialog to select fixable issues manually (i.e. fix only the selected issues). file | diff | annotate
Wed, 28 Aug 2013 18:04:14 +0200 Detlev Offenbach Fixed an issue in the PEP-8 dialog caused by the new checker being one off compared to the old one. file | diff | annotate
Sat, 24 Aug 2013 15:05:05 +0200 Detlev Offenbach Updated translations and regenerated source docu. file | diff | annotate
Sat, 24 Aug 2013 14:44:55 +0200 Detlev Offenbach Extended the PEP-8 dialog. file | diff | annotate
Sat, 24 Aug 2013 13:53:14 +0200 Detlev Offenbach Modified the PEP8 dialog slightly to make it compatible with later eric variants. 5_3_x file | diff | annotate
Sat, 24 Aug 2013 12:22:40 +0200 Detlev Offenbach Upgraded the Py2 part of the pep8 checker. file | diff | annotate
Fri, 23 Aug 2013 20:10:36 +0200 Detlev Offenbach Removed some obsolete code and corrected a PEP8 issue. file | diff | annotate
Fri, 23 Aug 2013 20:08:42 +0200 Detlev Offenbach Started upgrading the pep8 checker to the latest release. file | diff | annotate
Mon, 12 Aug 2013 22:21:53 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Wed, 17 Jul 2013 20:13:50 +0200 Detlev Offenbach Fixed an issue in the pep8 checker tokenising a bad file. 5_3_x file | diff | annotate
Wed, 17 Jul 2013 20:13:50 +0200 Detlev Offenbach Fixed an issue in the pep8 checker tokenising a bad file. file | diff | annotate
Sun, 21 Apr 2013 20:30:56 +0200 T.Rzepka Fixes and consolidation for PEP8-checker. 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
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
Fri, 09 Sep 2011 11:54:20 +0200 Detlev Offenbach Made the check for line flags like __IGNORE_WARNING__ more flexible and extensible. 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:50:39 +0200 Detlev Offenbach Removed some obsolete code (forgot about it) and made some PEP-8 related fixes. 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
Thu, 10 Mar 2011 17:40:11 +0100 Detlev Offenbach Implemented some speed improvements for the PEP 8 checker dialog. file | diff | annotate
Mon, 17 Jan 2011 20:15:54 +0100 Detlev Offenbach Continued implementing a fixer for PEP 8 issues. file | diff | annotate
Sun, 16 Jan 2011 16:09:21 +0100 Detlev Offenbach Started to implement a fixer for PEP 8 issues. file | diff | annotate
Sat, 15 Jan 2011 19:26:07 +0100 Detlev Offenbach Added a dialog to show some statistics for the last PEP 8 check to the PEP 8 dialog. file | diff | annotate
Wed, 12 Jan 2011 08:54:34 +0100 Detlev Offenbach Continued implementing a PRP 8 checker for Python2. file | diff | annotate
Sun, 09 Jan 2011 18:16:46 +0100 Detlev Offenbach Added a checker for PEP 8 compliance. file | diff | annotate
(0) tip

eric ide

mercurial