UtilitiesPython2/py2flakes/__init__.py

Sat, 21 Jan 2012 15:01:53 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 21 Jan 2012 15:01:53 +0100
changeset 1566
0cb791cc631a
parent 1535
f2650ea19bb8
child 2302
f29e9405c851
permissions
-rw-r--r--

Fixed the issue where a non matching background was shown in the editor for lines below the end of the text, if a lexer with a non-standard background was set.

Added capability to change the colours of the edit area independant from the colours of the system style.

# -*- coding: utf-8 -*-

# Copyright (c) 2011 - 2012 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package containg pyflakes for Python2.
"""

__version__ = '0.5.0'
    
#
# eflag: FileType = Python2

eric ide

mercurial