Tue, 19 Mar 2019 19:07:05 +0100 Detlev Offenbach Lexers, LexerPython: changed support for Cython from Pygments to QScintilla based lexer with a sub-style for Cython specific words. file | diff | annotate
Mon, 18 Mar 2019 19:07:10 +0100 Detlev Offenbach LexerPython: fixed an issue where keywords got used before it was defined. file | diff | annotate
Sun, 17 Mar 2019 18:43:46 +0100 Detlev Offenbach Lexers: extended the keyword set handling by introducing a keyword set description and some set adjustments (harmonized with SciTE). file | diff | annotate
Sun, 17 Mar 2019 14:12:00 +0100 Detlev Offenbach LexerPython: added a default sub-style for "PyQt5 Modules" file | diff | annotate
Sun, 17 Mar 2019 12:18:40 +0100 Detlev Offenbach LexerPython: Define different keyword sets for Python 2 and Python 3. file | diff | annotate
Tue, 12 Mar 2019 20:00:30 +0100 Detlev Offenbach SubstyledLexer: continued implementing the getter and setter methods. sub_styles file | diff | annotate
Sat, 09 Mar 2019 18:44:13 +0100 Detlev Offenbach Lexer: extended the basic support for sub-styles by a method to write the data to the settings file. sub_styles file | diff | annotate
Sat, 09 Mar 2019 17:36:44 +0100 Detlev Offenbach Lexer: implemented basic support for sub-styles. sub_styles file | diff | annotate
Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Sat, 14 Apr 2018 15:08:24 +0200 Detlev Offenbach Corrected some code style issues detected by the new pycodestyle version. file | diff | annotate
Sat, 03 Feb 2018 16:15:24 +0100 Detlev Offenbach Finished implementing support for EditorConfig for the IDE editor component and the standalone editor. file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Sat, 26 Jul 2014 12:05:01 +0200 Detlev Offenbach Refined the indication for bad indentation of Python files. 5_5_x file | diff | annotate
Sat, 26 Jul 2014 12:05:01 +0200 Detlev Offenbach Refined the indication for bad indentation of Python files. file | diff | annotate
Sun, 29 Jun 2014 20:13:56 +0200 Detlev Offenbach Started porting eric5 to PyQt5. file | diff | annotate
Sun, 29 Jun 2014 14:00:30 +0200 Detlev Offenbach Fixed and improved the CoffeeScript interface. file | diff | annotate
Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. file | diff | annotate
Sat, 26 Apr 2014 10:36:09 +0200 Detlev Offenbach Fixed a few code style issues. file | diff | annotate
Tue, 15 Apr 2014 22:41:08 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Tue, 01 Apr 2014 19:37:13 +0200 Detlev Offenbach Fixed an issue with ALL lexers inheriting in the wrong order. file | diff | annotate
Sun, 05 Jan 2014 23:22:17 +0100 T.Rzepka Merge with default branch. Py2 comp. 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
Sat, 14 Dec 2013 23:44:25 +0100 T.Rzepka # __IGNORE_WARNING__ added/ removed. 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
Sun, 13 Oct 2013 12:21:37 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. 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
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
Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. 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
Sun, 13 Nov 2011 19:56:47 +0100 Detlev Offenbach Started to add support for QScintilla 2.6 (and newer). 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
Sat, 12 Mar 2011 17:42:26 +0100 Detlev Offenbach Added support for new lexer properties (as of QScintilla 2.5). 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
Fri, 07 Jan 2011 15:52:50 +0100 Detlev Offenbach Fixed a few PEP 8 related issues. 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
Fri, 31 Dec 2010 15:49:50 +0100 Detlev Offenbach Updated copyright notice. file | diff | annotate
Fri, 02 Apr 2010 13:57:06 +0000 Detlev Offenbach Fixed an issue with a missing method in LexerPygments.py and corrected some source docu. file | diff | annotate
Sun, 28 Feb 2010 17:27:35 +0000 Detlev Offenbach Added capability to change the keywords of a syntax highlighter. file | diff | annotate
Sat, 02 Jan 2010 15:35:20 +0000 Detlev Offenbach Changed copyright for 2010. file | diff | annotate
Sat, 02 Jan 2010 15:11:35 +0000 Detlev Offenbach First commit after changing to Python 3.1. file | diff | annotate
Mon, 28 Dec 2009 16:03:33 +0000 Detlev Offenbach Started porting eric4 to Python3 file | diff | annotate
(0) tip

eric ide

mercurial