DescriptionAdd DocumentMarker::kActiveSuggestion MarkerType
This is a marker type I need to implement the Android spellcheck/suggestion
menu. When a misspelling or suggestion region is tapped, I want to highlight
the text the spellcheck or suggestion menu applies to. This is very similar in
functionality to composition markers, but I can't reuse that marker type because
we can have a composition underline active at the same time as a highlighted
suggestion region (and then we'd have no way of clearing one but not the other).
I'm refactoring most of CompositionMarker's functionality into a base class,
MarkerWithFormatting, that ActiveSuggestionMarker also inherits from.
BUG=672259, 715365
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebase on master #Patch Set 3 : Fix build errors #Messages
Total messages: 23 (16 generated)
|