editScript(_:line:column:grabFocus:)

    Edits the given Script. The line and column on which to open the script can also be specified. The script will be open with the user-configured editor for the script’s language which may be an external editor.

    EditorInterface.swift:1006
    final func editScript(_ script: Script?, line: Int32 = -1, column: Int32 = 0, grabFocus: Bool = true)

    Other members in extension

    Type members

    Instance members