Editor panes can be created using the
editor-pane
element.
(setq editor
(make-instance 'editor-pane
:text
"some text in an editor pane"))
(contain editor)
The Common LispWorks Editor, as described in the
Common LispWorks User Guide
and the
LispWorks Editor User Guide
, uses
editor-pane
.