after-delete (augments, and augmentable only) in text:info-mixin
Called after a given range is deleted from the editor
(and after the display is refreshed; use
on-delete and
begin-edit-sequence to avoid extra refreshes when
after-delete modifies the editor).
See also
can-delete? and
on-edit-sequence.
No internals locks are set when this method is called.
(voidsenda-text:info-mixinafter-deletestartlen
start: exact non-negative integer
len: exact non-negative integerCalls the
editor-position-changedmethod of the frame that is viewing this object. It usesget-canvasto get the canvas for this frame, and uses that canvas'stop-level-window<%>as the frame.