after-delete in drscheme:rep: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.
( -> void
send a-drscheme:rep:text after-delete start end)
start : exact non-negative integer
end : exact non-negative integer
Resets any error highlighting in this editor.