Skip to content

Rename "FCP/png" export to "Final Cut Pro + image"#12364

Merged
niksedk merged 1 commit into
mainfrom
fix/fcp-image-export-menu-name
Jul 11, 2026
Merged

Rename "FCP/png" export to "Final Cut Pro + image"#12364
niksedk merged 1 commit into
mainfrom
fix/fcp-image-export-menu-name

Conversation

@niksedk

@niksedk niksedk commented Jul 11, 2026

Copy link
Copy Markdown
Member

Addresses discussion #12362 — a user upgrading from SE 4 could not find "Final Cut Pro + image" in SE 5.

Analysis

The export was never missing: SE 5 has it as File → Export → "FCP/png" (ExportHandlerFcp, producing the same xmeml XML + png files as SE 4's ExportPngXml in FCP mode). It was just labeled differently than SE 4's "Final Cut Pro + image...", so users looking for the SE 4 name concluded it was gone.

Changes

Renames the label to "Final Cut Pro + image" in:

  • main window menu (InitMenu.cs) and native macOS menu (InitNativeMacMenu.cs)
  • binary edit window menu (BinaryEditWindow.cs) and its native macOS menu (InitNativeMacMenuBinaryEdit.cs)
  • the export window title (ExportHandlerFcp.Title, was "Export to FCP/image")

No functional changes.

🤖 Generated with Claude Code

The export itself has been in SE 5 all along (ExportHandlerFcp,
xmeml + png files), but the menu item was labeled "FCP/png" while
SE 4 called it "Final Cut Pro + image..." - so users upgrading from
SE 4 concluded the export was gone (discussion #12362).

Use the SE 4 wording in the main menu, the native macOS menu, and
both binary-edit menus, plus the export window title.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@niksedk niksedk merged commit fc11bbc into main Jul 11, 2026
1 of 3 checks passed
@niksedk niksedk deleted the fix/fcp-image-export-menu-name branch July 11, 2026 09:30
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.

1 participant