set-paste-text-only in editor<%>
set-paste-text-only
editor<%>
Sets whether the editor accepts only text from the clipboard, or both text and snips. By default, an editor accepts both text and snips.
See also get-paste-text-only .
get-paste-text-only
(send an-editor set-paste-text-only text-only?) -> void text-only? : boolean
(send an-editor set-paste-text-only text-only?)
send
an-editor
text-only?