[PR #10916] [MERGED] Use STL for ActionMap members #28296

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10916
Author: @lhecker
Created: 8/10/2021
Status: Merged
Merged: 8/11/2021
Merged by: @undefined

Base: mainHead: dev/lhecker/10875-action-map-stl


📝 Commits (3)

  • 8c24196 Use STL for ActionMap members
  • 4dc08a2 Address reviewer comments
  • 2f9f1ff Address reviewer comments

📊 Changes

3 files changed (+26 additions, -29 deletions)

View changed files

📝 .github/actions/spelling/expect/expect.txt (+1 -0)
📝 src/cascadia/TerminalSettingsModel/ActionMap.cpp (+22 -25)
📝 src/cascadia/TerminalSettingsModel/ActionMap.h (+3 -4)

📄 Description

My first approach to solve #10875 failed.
This PR contains the most useful change as a separate commit.

PR Checklist

  • I work here
  • Tests added/passed

Validation Steps Performed

  • quake mode keybinding works ✔️
  • command palette still works ✔️

🔄 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/10916 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 8/10/2021 **Status:** ✅ Merged **Merged:** 8/11/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/10875-action-map-stl` --- ### 📝 Commits (3) - [`8c24196`](https://github.com/microsoft/terminal/commit/8c241964b82df5604e37eb180e7177fefad81155) Use STL for ActionMap members - [`4dc08a2`](https://github.com/microsoft/terminal/commit/4dc08a27e08c88fff4b9af09d5af46be36f35359) Address reviewer comments - [`2f9f1ff`](https://github.com/microsoft/terminal/commit/2f9f1ff9bc5ee5fb4533eb286150c89c24446f62) Address reviewer comments ### 📊 Changes **3 files changed** (+26 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/expect/expect.txt` (+1 -0) 📝 `src/cascadia/TerminalSettingsModel/ActionMap.cpp` (+22 -25) 📝 `src/cascadia/TerminalSettingsModel/ActionMap.h` (+3 -4) </details> ### 📄 Description My first approach to solve #10875 failed. This PR contains the most useful change as a separate commit. ## PR Checklist * [x] I work here * [x] Tests added/passed ## Validation Steps Performed * quake mode keybinding works ✔️ * command palette still works ✔️ --- <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:27:36 +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#28296