Plugins/CheckerPlugins/SyntaxChecker/__init__.py

Tue, 19 Nov 2013 22:36:36 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Tue, 19 Nov 2013 22:36:36 +0100
branch
Py2 comp.
changeset 3099
d5dcda74d839
parent 2302
f29e9405c851
child 3160
209a07d7e401
permissions
-rw-r--r--

Fix the syntaxcheck if only one file is tested. Fix seldom bug if last line has unicode characters in it.

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

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

"""
Package containing the Syntax Checker plugin.
"""

eric ide

mercurial