Bug 311853

Summary: Inputline should offer spellcheck
Product: [Applications] konversation Reporter: Friedrich W. H. Kossebau <kossebau>
Component: inputlineAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED WORKSFORME    
Severity: wishlist CC: hein
Priority: NOR    
Version First Reported In: 1.4   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Friedrich W. H. Kossebau 2012-12-17 21:32:51 UTC
Given the amount of "s/fo/foo/" you can see in channels it would be great if typos could be highlighted in the input line, so one has a chance to fix them before sending.

Optionally Konversation should query if the input should be sent as-is, if there are unknown words, allowing to either correct the input or just send.
The dictionary used should be choosable per channel, so e.g. one can have the french dictionary for #kde-fr and the english for #kde.

Possibly there could be also autocorrection.

Reproducible: Always
Comment 1 Eike Hein 2012-12-18 07:08:38 UTC
Every KDE text input field offers automatic spell-checking via the context menu, including Konversation's input line (additionally, the git master version of Konversation augments the standard KTextEdit context menu with persistent per-tab spell-checking language selection).