Spell checking is available in the extended description, but not the commit summary.
Are there plans to also get this working in the commit summery?
I checked it out, and it looks like the biggest hurdle is the fact that QLineEdit (for the summary) doesn't allow for word coloring or underlining. So to show the word with the error, summery has to be changed to QTextEdit.
Does spell checking matter enough to tackle this problem? or is this known and accepted?
And is there a better way to get spell checking working without moving to QTextEdit?
Thanks