DescriptionDevTools: [CodeMirror] autocompletion for CodeMirrorTextEditor
Add autocompletion functionality for CodeMirrorTextEditor.
Autocompletion works by maintaining a synchronized state of completion
dictionary so that it contains all the words in the the text document.
The dictionary is updated incrementally by listening to the beforeChange
and onChange events.
BUG=167290
R=vsevik@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151191
Patch Set 1 #
Total comments: 2
Patch Set 2 : address comments #
Messages
Total messages: 3 (0 generated)
|