Spelling DocumentMarker should allow to have guessed words.
https://bugs.webkit.org/show_bug.cgi?id=56812
Summary Spelling DocumentMarker should allow to have guessed words.
Hajime Morrita
Reported 2011-03-22 02:02:19 PDT
For Bug 56811, we would like to store guessed word inside the DocumentMarker object.
Attachments
Jia Pu
Comment 1 2011-03-22 09:10:38 PDT
Morita, currently a marker stores only a string. Are you considering adding richer data structure to markers? That would be great. That would also help reducing the plethora of marker types we currently have.
Hajime Morrita
Comment 2 2011-03-22 18:42:42 PDT
> Morita, currently a marker stores only a string. Are you considering adding richer data structure to markers? That would be great. That would also help reducing the plethora of marker types we currently have. Yes, that is exactly what I meant. My plan is to introduce a ref-counted abstract class which replaces description field. Thank you for supporting this!
Note You need to log in before you can comment on or make changes to this bug.