spellcheck: add a single-line spellcheck widget
commit614c7e34b879316d105744282e9708bae23c11e3
authorDavid Aguilar <davvid@gmail.com>
Wed, 15 Feb 2023 11:09:38 +0000 (15 03:09 -0800)
committerDavid Aguilar <davvid@gmail.com>
Wed, 15 Feb 2023 11:57:46 +0000 (15 03:57 -0800)
tree2ada5bd29f2afa287dafe57e78300f27b082366c
parentc5c525eed9cdeb1ed7ef203aa28ec07fa65a93b4
spellcheck: add a single-line spellcheck widget

Add a widget that can be used for providing spellcheck capabilities to
the summary line edit.

This widget is basically a "fake" QLineEdit. It is essentially a
single-line version of our SpellCheckTextEdit with customization to
ensure that only a single line is  displayed.

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