after-change-style in mode:host-text-mixin
Called after the style is changed for a given range
(and after the display is refreshed; use
on-change-style and
begin-edit-sequence to avoid extra refreshes when
after-change-style modifies the editor).
See also
can-change-style? and
on-edit-sequence.
No internals locks are set when this method is called.
( -> ???
send a-mode:host-text-mixin after-change-style orig super-call start len)
orig : ???
super-call : (??? -> ???)
start : ??
len : ??
If a surrogate is set, calls the surrogate
with the arguments it was passed, plus
and a function that calls the super method.this
if a surrogate is not set, calls the super method and returns that result.