Handbook
Glossary
:edit ( -- )
Factor handbook
»
Developer tools
»
Editor integration
Prev:
editor-class
Vocabulary
editors
Word description
If the most recent error was a
source-file-error
thrown while parsing a source file, opens the source file at the failing line in the default editor. See
Editor integration
.
Definition
USING:
continuations
namespaces
;
IN:
editors
:
:edit
( -- )
error
get
edit-error
;