mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
- Reorder marked worktree roots together as a group, preserving their relative order; direction follows the active source's position. - Reject worktree-root drops onto nested entries and suppress the drag-over highlight for invalid targets, so the operation matches the visual feedback. - Filter worktree roots from copy-mode drags so a mixed selection still copies its non-root entries instead of being silently cancelled by the `?` in `create_paste_path`. - Replace the per-entry root-routing in drag_onto's move loop with a partition + batch reorder, removing the now-dead `move_entry` and `move_worktree_root` wrappers. - Add regression tests for multi-root group reorder, nested-target rejection, copy-mode mixed selections, and mixed root+file drags with a non-root active selection. |
||
|---|---|---|
| .. | ||
| src | ||
| tests/integration | ||
| Cargo.toml | ||
| LICENSE-GPL | ||