after-delete (augmentable only) in text%
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-textafter-deletestartlen)
start: exact non-negative integer
len: exact non-negative integerThe
startargument specifies the starting position of the deleted range. Thelenargument specifies number of deleted items (sostart+lenis the ending position of the deleted range).