<editor> ( -- editor )
Factor documentation > Factor handbook > UI framework > Building user interfaces > Pre-made UI gadgets > Editor gadgets
Prev:editor
Next:Getting and setting editor contents


Vocabulary
ui.gadgets.editors

Inputs and outputs
editora new editor


Word description
Creates a new editor with an empty document.

Definition
IN: ui.gadgets.editors

: <editor> ( -- editor ) editor new-editor ;