spellcheck: allow the spellcheck object to be externally provided
commitc5c525eed9cdeb1ed7ef203aa28ec07fa65a93b4
authorDavid Aguilar <davvid@gmail.com>
Wed, 15 Feb 2023 10:39:23 +0000 (15 02:39 -0800)
committerDavid Aguilar <davvid@gmail.com>
Wed, 15 Feb 2023 11:28:41 +0000 (15 03:28 -0800)
tree62d8c5f31e69cbb03eb225c61152471a948e2e57
parentc8377b4ee567f6ebf09bec1ed1c937578524727f
spellcheck: allow the spellcheck object to be externally provided

We are going to share spellcheck objects between the summary field and
the extended description field.

Allow the spellcheck object to be externally-provided.

Related-to: #633
Related-to: #1070
Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/commitmsg.py
cola/widgets/spellcheck.py
cola/widgets/text.py