edit ( object -- )
Factor handbook » Developer tools » Editor integration

Next:editor-class


Vocabulary
editors

Inputs
objectan object


Outputs
None

Word description
Opens the source file containing the definition using the current editor-class. See Editor integration.

Examples
Editing a word definition:
\ foo edit

A word's documentation:
\ foo >link edit

A method definition:
M\ fixnum + edit

A help article:
"handbook" >link edit


Definition

GENERIC: edit ( object -- )


Methods