src/eric7/WebBrowser/SpellCheck/__init__.py

Mon, 17 Apr 2023 14:25:35 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 17 Apr 2023 14:25:35 +0200
branch
eric7
changeset 9982
5b91f7baffd0
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
permissions
-rw-r--r--

Plugin Repository, Web Browser
- Added the capability to enforce the download of plugin packages using the `http://` protocol (in case of missing/non-functional system `SSL` libraries).
- Added the capability to enforce the download of spell check dictionaries using the `http://` protocol (in case of missing/non-functional system `SSL` libraries).

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

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


"""
Package implementing Spell Checking related modules.
"""

eric ide

mercurial