src/eric7/Plugins/CheckerPlugins/SyntaxChecker/__init__.py@75b656c80a40
src/eric7/Plugins/CheckerPlugins/SyntaxChecker/__init__.py
Mon, 19 Feb 2024 15:33:33 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 19 Feb 2024 15:33:33 +0100
- branch
- server
- changeset 10589
- 75b656c80a40
- parent 10439
-
21c28b0f9e41
- child 11090
-
f5f5f5803935
- permissions
- -rw-r--r--
Added methods to read and write files with a given encoding to the eric-ide server file system interface and adapted the code accordingly.
# -*- coding: utf-8 -*-
# Copyright (c) 2007 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package containing the Syntax Checker plugin.
"""