Skip to content

fix(coordinator): restore CodeEditTextView import dropped in #1340#1356

Merged
datlechin merged 1 commit into
mainfrom
fix/tableproapp-codeedit-import
May 20, 2026
Merged

fix(coordinator): restore CodeEditTextView import dropped in #1340#1356
datlechin merged 1 commit into
mainfrom
fix/tableproapp-codeedit-import

Conversation

@datlechin

Copy link
Copy Markdown
Member

Summary

PR #1340 removed import CodeEditTextView from TableProApp.swift along with the deleted PasteboardActionRouter, but the Undo/Redo command buttons still reference TextView (from CodeEditTextView) at lines 443 and 454. This left main failing to compile with Cannot find type 'TextView' in scope.

Restores the import. The is TextView responder checks route undo/redo to the AppKit responder chain for CodeEdit-backed text views.

Test plan

  • Build the TablePro scheme — compiles without the Cannot find type 'TextView' error

@datlechin datlechin merged commit 29dd483 into main May 20, 2026
2 checks passed
@datlechin datlechin deleted the fix/tableproapp-codeedit-import branch May 20, 2026 05:38
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