Port bug 1402822 - Spellchecker needs to allow multiple language dictionaries at the same time
Categories
(Thunderbird :: Upstream Synchronization, task, P1)
Tracking
(thunderbird_esr91 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: freaktechnik)
References
Details
Attachments
(1 file)
The existing spellchecker getCurrentDictionary
and setCurrentDictionary
methods will become getCurrentDictionaries()
and setCurrentDictionaries()
. We will need to port that as we use those methods in a few places: https://searchfox.org/comm-central/search?q=CurrentDictionary%28&path=mail%2F&case=false®exp=false
Assignee | ||
Comment 2•3 years ago
|
||
I assume we want to keep only allowing the selection of a single dictionary for now? It seems the language selection is also coupled to other logic.
Comment 3•3 years ago
|
||
D140242 looks like it will enable selecting multiple. I'd think we should follow.
Comment 4•3 years ago
|
||
Bug 1402822 is now on autoland.
Assignee | ||
Comment 5•3 years ago
|
||
Ok, I'll provide a patch that uses the new interfaces then. Actually allowing multiple dictionaries to be selected everywhere can then be done in a less time sensitive followup enhancement.
Comment 6•3 years ago
|
||
Sounds good.
Assignee | ||
Comment 7•3 years ago
|
||
Updated•3 years ago
|
Reporter | ||
Comment 8•3 years ago
|
||
(In reply to Martin Giger [:freaktechnik] from comment #5)
Ok, I'll provide a patch that uses the new interfaces then. Actually allowing multiple dictionaries to be selected everywhere can then be done in a less time sensitive followup enhancement.
I think it's quite likely there's already a bug for this. See if you can find it (or file a new one) and connect it to this bug.
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/a6a0854d76f0
Follow bug 1402822 spell checker interface changes. r=#thunderbird-reviewers,darktrojan
Updated•3 years ago
|
Description
•