[PR #3478] [MERGED] Add support for tab drag and drop #25390

Open
opened 2026-01-31 09:09:13 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3478
Author: @clarkezone
Created: 11/8/2019
Status: Merged
Merged: 11/8/2019
Merged by: @miniksa

Base: masterHead: tabdragging


📝 Commits (5)

  • 768da3a Add support for tag drag and drop
  • d08dc02 Use optional to wrap rearranging index values
  • 91ac00f Fix formatting
  • 56436ed Update comments
  • 9b38737 remove unneeded include

📊 Changes

3 files changed (+65 additions, -22 deletions)

View changed files

📝 src/cascadia/TerminalApp/TabRowControl.xaml (+3 -3)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+57 -19)
📝 src/cascadia/TerminalApp/TerminalPage.h (+5 -0)

📄 Description

Summary of the Pull Request

Add support for rearranging open tabs via drag and drop

References

PR Checklist

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/3478 **Author:** [@clarkezone](https://github.com/clarkezone) **Created:** 11/8/2019 **Status:** ✅ Merged **Merged:** 11/8/2019 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `tabdragging` --- ### 📝 Commits (5) - [`768da3a`](https://github.com/microsoft/terminal/commit/768da3a9e1523e43ceb4e66f569ac7888e3ef617) Add support for tag drag and drop - [`d08dc02`](https://github.com/microsoft/terminal/commit/d08dc022d005f1a9a24c0b674d9043e3d6efcb9c) Use optional to wrap rearranging index values - [`91ac00f`](https://github.com/microsoft/terminal/commit/91ac00f4b07855dc8d9385a7a35099142da7959b) Fix formatting - [`56436ed`](https://github.com/microsoft/terminal/commit/56436edc29a96406b9130066f4cee8ea7e91dff7) Update comments - [`9b38737`](https://github.com/microsoft/terminal/commit/9b38737a476d910e8faadfbe1a9e7f8c15a98315) remove unneeded include ### 📊 Changes **3 files changed** (+65 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TabRowControl.xaml` (+3 -3) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+57 -19) 📝 `src/cascadia/TerminalApp/TerminalPage.h` (+5 -0) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Add support for rearranging open tabs via drag and drop <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [X] Closes #443 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [x] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:09:13 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#25390