edit-location ( file line -- )


Vocabulary
editors

Inputs
filea pathname string
linea positive integer


Outputs
None

Word description
Opens a source file at the specified line number containing using the current editor-class. Line numbers are indexed starting from 1. See Editor integration.

Definition