Bug 311853 - Inputline should offer spellcheck
Summary: Inputline should offer spellcheck
Status: RESOLVED WORKSFORME
Alias: None
Product: konversation
Classification: Applications
Component: inputline (show other bugs)
Version: 1.4
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 21:32 UTC by Friedrich W. H. Kossebau
Modified: 2012-12-18 07:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).