Method ScriptEditor.Open
Overload
Opens a script or other file. Also can move the text cursor. Does nothing if editor isn't running.
public static void Open(string file, int? line = null, int? offset = null)
Parameters
file (string)
A file in current workspace. Can be full path, or relative path in workspace, or file name with extension ( |
line (int?)
If not |
offset (int?)
If not |