commitmsg: add spell checking to the summary field
commit102218ab84caf729016aca6f1af2275063e22f26
authorDavid Aguilar <davvid@gmail.com>
Wed, 15 Feb 2023 11:21:02 +0000 (15 03:21 -0800)
committerDavid Aguilar <davvid@gmail.com>
Wed, 15 Feb 2023 12:20:11 +0000 (15 04:20 -0800)
treefc8ae6ffaf377d26db583511b6b392d6c751a45b
parent614c7e34b879316d105744282e9708bae23c11e3
commitmsg: add spell checking to the summary field

Use the SpellCheckLineEdit to provide spellcheck capabilities in the
summary field. This is a long-desired feature that was made possible
by "faking" a QLineEdit by forcing a QTextEdit to display a single line
only.

http://blog.ssokolow.com/archives/2022/07/22/a-qlineedit-replacement-with-spell-checking/

Closes #633
Closes #1070
Suggested-by: Pius Raeder @Myz via github.com
Suggested-by: Peter Jensen @peter-jensen via github.com
Signed-off-by: David Aguilar <davvid@gmail.com>
CHANGES.rst
cola/widgets/commitmsg.py