Skip to content

@remotion/studio: Add copy file location menu item#7851

Merged
JonnyBurger merged 2 commits into
mainfrom
cursor/copy-sequence-location-7c9c
May 31, 2026
Merged

@remotion/studio: Add copy file location menu item#7851
JonnyBurger merged 2 commits into
mainfrom
cursor/copy-sequence-location-7c9c

Conversation

@JonnyBurger
Copy link
Copy Markdown
Member

@JonnyBurger JonnyBurger commented May 30, 2026

Closes #7850

Summary

  • Add a Studio context menu item to copy clean relative/path:line locations for timeline sequences.
  • Add the same copy action for composition rows.
  • Add formatter coverage for POSIX, Windows, ./src, outside-root, and missing-location cases.

Testing

  • bun test src/test/format-file-location.test.ts
  • bun run test && bun run lint && bun run formatting in packages/studio (lint has existing warnings only)
  • bun run build
  • bun run formatting
  • Browser verification against packages/example Studio copied src/Root.tsx:362 from a composition and src/KeyframedPropsTest.tsx:99 from a sequence. Evidence: /opt/cursor/artifacts/studio_copy_location_playwright_verified.log
  • bun run stylecheck (blocked by documented @remotion/lambda-go Go 1.22.2 vs Go >= 1.23.0 environment issue)
Open in Web Open in Cursor 

Co-authored-by: Jonny Burger <hi@jonny.io>
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bugs Ready Ready Preview, Comment May 30, 2026 12:24pm
remotion Ready Ready Preview, Comment May 30, 2026 12:24pm

Request Review

Co-authored-by: Jonny Burger <hi@jonny.io>
@pullfrog
Copy link
Copy Markdown
Contributor

pullfrog Bot commented May 31, 2026

This run was cancelled 🛑

The workflow was cancelled before completion. Please check the link below for details.

Pullfrog  | View workflow run | via Pullfrog𝕏

@JonnyBurger JonnyBurger merged commit 76ae219 into main May 31, 2026
18 checks passed
@JonnyBurger JonnyBurger deleted the cursor/copy-sequence-location-7c9c branch May 31, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow copying location of a sequence via right click

2 participants