public override bool OnMouseDoubleClick(Vector2 location, MouseButton buttons) { // Show the location ScriptsBuilder.OpenFile(Desc.LocationFile, Desc.LocationLine); return(true); }
/// <summary> /// Opens the file. /// </summary> /// <param name="path">The source file path.</param> public void OpenFile(string path) { ScriptsBuilder.OpenFile(path); }