[PR #11404] [MERGED] Add settings entry into titlebar context menu #28558

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11404
Author: @serd2011
Created: 10/3/2021
Status: ✅ Merged
Merged: 11/4/2021
Merged by: @undefined

Base: main ← Head: 9666


📝 Commits (4)

  • 12566da Add general structure
  • b4eada6 Implemented Add and Remove functions
  • 6ebabaa Update apis.txt
  • 3b2ec12 Changes the way remove function searches for an element

📊 Changes

10 files changed (+136 additions, -4 deletions)

View changed files

📝 .github/actions/spelling/allow/apis.txt (+2 -0)
📝 src/cascadia/TerminalApp/AppLogic.cpp (+8 -0)
📝 src/cascadia/TerminalApp/AppLogic.h (+14 -0)
📝 src/cascadia/TerminalApp/AppLogic.idl (+15 -0)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+2 -2)
📝 src/cascadia/TerminalApp/TerminalPage.h (+2 -2)
📝 src/cascadia/WindowsTerminal/AppHost.cpp (+22 -0)
📝 src/cascadia/WindowsTerminal/AppHost.h (+3 -0)
📝 src/cascadia/WindowsTerminal/IslandWindow.cpp (+57 -0)
📝 src/cascadia/WindowsTerminal/IslandWindow.h (+11 -0)

📄 Description

Summary of the Pull Request

Adds ability for app to change system context menu

PR Checklist

  • Closes Reopen closed tab (#9666)
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Documentation updated. If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated.
  • 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

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/11404 **Author:** [@serd2011](https://github.com/serd2011) **Created:** 10/3/2021 **Status:** ✅ Merged **Merged:** 11/4/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `9666` --- ### 📝 Commits (4) - [`12566da`](https://github.com/microsoft/terminal/commit/12566daf26639eb04ed555a9f3e671f106e4e963) Add general structure - [`b4eada6`](https://github.com/microsoft/terminal/commit/b4eada6fc4a66406bf2a3c20a4ffa9dfa8a4f47b) Implemented Add and Remove functions - [`6ebabaa`](https://github.com/microsoft/terminal/commit/6ebabaa3bf529be456595449c357050a474591b3) Update apis.txt - [`3b2ec12`](https://github.com/microsoft/terminal/commit/3b2ec12ae7783e2e74bf8d887dd11a04bca1e805) Changes the way remove function searches for an element ### 📊 Changes **10 files changed** (+136 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/allow/apis.txt` (+2 -0) 📝 `src/cascadia/TerminalApp/AppLogic.cpp` (+8 -0) 📝 `src/cascadia/TerminalApp/AppLogic.h` (+14 -0) 📝 `src/cascadia/TerminalApp/AppLogic.idl` (+15 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+2 -2) 📝 `src/cascadia/TerminalApp/TerminalPage.h` (+2 -2) 📝 `src/cascadia/WindowsTerminal/AppHost.cpp` (+22 -0) 📝 `src/cascadia/WindowsTerminal/AppHost.h` (+3 -0) 📝 `src/cascadia/WindowsTerminal/IslandWindow.cpp` (+57 -0) 📝 `src/cascadia/WindowsTerminal/IslandWindow.h` (+11 -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 Adds ability for app to change system context menu <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #9666 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [ ] 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 <!-- 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:29:17 +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#28558