remove-selection ( editor -- )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Editor gadgets » The caret and mark

Prev:gadget-selection ( gadget -- string/f )
Next:scroll>caret ( editor -- )


Vocabulary
ui.gadgets.editors

Inputs
editoran editor


Outputs
None

Word description
Removes currently selected text from the editor's document.

Definition