[Webkit-unassigned] [Bug 53213] Refactoring: Extract TextCheckerClient from EditorClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 00:56:07 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53213





--- Comment #17 from Ryosuke Niwa <rniwa at webkit.org>  2011-02-03 00:56:07 PST ---
(In reply to comment #16)
> TextCheckingClient is for abstracting out spell-checking backends like Hunspell, not for controlling GUI.
> Because methods above are for controlling, GUI (pop up, etc), I left them on EditorClient.
>
>  I assume that Spell-checkers have non-GUI backends, For Hunspell this is true.
> NSSpellChecker is also separating its Panel UI to NSPanell instance (NSSpellChecker::spellingPanel).

Ok.  I think we need to give a better name to the class to reflect this concept.  How about SpellCheckingClient or SpellCheckDelegate?  Delegate might make more semantic sense here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list