after-delete 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.
( -> void
send a-text:info-mixin after-delete start end)
start : exact non-negative integer
end : exact non-negative integer
The start argument specifies the starting position of the
deleted range. The len argument specifies number of deleted
items (so start + length is the ending position of the
deleted range).
Calls the
editor-position-changed method of the frame that is viewing this object. It uses
get-canvas to get the canvas for this frame, and uses that canvas's
top-level-window<%> as the frame.