For Bug 56811, we would like to store guessed word inside the DocumentMarker object.
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.
> 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!