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
|
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, 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
|
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
|
Sat, 26 Feb 2011 14:28:21 +0100 |
Detlev Offenbach |
Changed syntax check to report error position within the line.
|
file |
diff |
annotate
|
Sun, 09 Jan 2011 14:25:16 +0100 |
Detlev Offenbach |
Little optimisation in the syntax and indentation checker dialogs.
|
file |
diff |
annotate
|
Sat, 08 Jan 2011 20:39:23 +0100 |
Detlev Offenbach |
Fixed a few smaller issues and some source code formatting issues.
|
file |
diff |
annotate
|
Mon, 03 Jan 2011 17:45:11 +0100 |
Detlev Offenbach |
Fixed an issue in the syntax checker dialog (it didn't pick up Python2 files in some situations).
|
file |
diff |
annotate
|
Mon, 03 Jan 2011 17:10:45 +0100 |
Detlev Offenbach |
Added a pyflakes checker function for Python 2 files and made some additional Python 2 related changes.
|
file |
diff |
annotate
|
Sat, 01 Jan 2011 18:04:43 +0100 |
Detlev Offenbach |
Added a syntax checker function for Python 2 files.
|
file |
diff |
annotate
|
Sat, 01 Jan 2011 14:55:41 +0100 |
Detlev Offenbach |
Fixed an issue in the modified syntax checker.
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 17:55:36 +0100 |
Detlev Offenbach |
Changed the syntac checker dialog and the tabnanny dialog to use the new eflag: marker.
|
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
|
Tue, 16 Nov 2010 08:42:14 +0100 |
Detlev Offenbach |
Changed syntax check to allow to ignore a syntax warning by ending the source line with "__IGNORE_WARNING__" and modified a few files accordingly.
|
file |
diff |
annotate
|
Sat, 16 Oct 2010 18:56:15 +0200 |
Detlev Offenbach |
Removed obsolete code.
|
file |
diff |
annotate
|
Sun, 05 Sep 2010 18:34:37 +0200 |
Detlev Offenbach |
Added filename filters to the syntax checker and tabnanny dialogs.
|
file |
diff |
annotate
|
Sat, 04 Sep 2010 19:51:48 +0200 |
Detlev Offenbach |
Did some code cleanup.
|
file |
diff |
annotate
|
Thu, 12 Aug 2010 14:39:39 +0200 |
Detlev Offenbach |
Fixed an issue in the syntax checker dialog.
5_0_x
|
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
|
Mon, 09 Aug 2010 16:00:54 +0200 |
Detlev Offenbach |
Fixed a bug in the syntax checker dialog.
5_0_x
|
file |
diff |
annotate
|
Mon, 09 Aug 2010 15:59:17 +0200 |
Detlev Offenbach |
Fixed a bug in the syntax checker dialog.
|
file |
diff |
annotate
|
Tue, 27 Jul 2010 12:49:37 +0200 |
Detlev Offenbach |
Did some more string format conversions.
|
file |
diff |
annotate
|
Sun, 14 Feb 2010 14:01:08 +0000 |
Detlev Offenbach |
Fixed an issue where the py3flakes checker threw a syntax error although the syntax check passed.
|
file |
diff |
annotate
|
Sun, 31 Jan 2010 17:11:22 +0000 |
Detlev Offenbach |
Started to clean up the code supported by py3flakes.
|
file |
diff |
annotate
|
Sun, 31 Jan 2010 12:15:27 +0000 |
Detlev Offenbach |
Refined the flakes integration code.
|
file |
diff |
annotate
|
Sun, 31 Jan 2010 11:48:51 +0000 |
Detlev Offenbach |
Refined the flakes integration code.
|
file |
diff |
annotate
|
Sat, 30 Jan 2010 18:43:09 +0000 |
Detlev Offenbach |
Added code to show the full pathname in the tooltip to the syntax checker dialog.
|
file |
diff |
annotate
|
Sat, 30 Jan 2010 18:37:18 +0000 |
Detlev Offenbach |
Added my own Python3 port of pyflakes and integrated py3flakes into syntax checker dialog and editor.
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 18:53:58 +0000 |
Detlev Offenbach |
Renamed E4Gui to E5Gui.
|
file |
diff |
annotate
|
Tue, 12 Jan 2010 18:36:05 +0000 |
Detlev Offenbach |
Renamed e5App to e5App.
|
file |
diff |
annotate
|
Fri, 08 Jan 2010 17:04:18 +0000 |
Detlev Offenbach |
Changed some code to adjust eric5 to Python3.
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 12:31:11 +0000 |
Detlev Offenbach |
Fixed a few porting bugs.
|
file |
diff |
annotate
|