Skip to content

fix: allow opening multiple documents - #298

Open
PathGao wants to merge 6 commits into
alecdotdev:masterfrom
PathGao:fix/open-multiple-documents
Open

fix: allow opening multiple documents#298
PathGao wants to merge 6 commits into
alecdotdev:masterfrom
PathGao:fix/open-multiple-documents

Conversation

@PathGao

@PathGao PathGao commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Fixes #297

The Open File dialog now accepts multiple document selections and loads each selected path through the existing tab-management flow.

Depends on #296. Please merge in this order: #286#287#288#293#296 → this PR.

Validation:

  • npm ci
  • npm run check
  • npm test (132 passing on the complete rebased chain)
  • cargo test (20 passing on the complete rebased chain)

Fixes #124.

@PathGao

PathGao commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

@alecdotdev This is a small dependent fix for #124/#297. It keeps duplicate-tab handling in the existing load path. All required checks pass; merge after #296.

@PathGao

PathGao commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

The branch is now directly based on #296; please use the updated single-chain merge order in the PR description.

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.

Open File cannot select multiple documents Open multiple documents together using Ctrl-O (Open File)

1 participant