[PR #13712] [MERGED] [1.14/5] Propagate the color scheme resw changes from df671377 #29728

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13712
Author: @DHowett
Created: 8/9/2022
Status: Merged
Merged: 8/10/2022
Merged by: @DHowett

Base: release-1.15Head: dev/duhowett/1.15-fix-resource-keys


📝 Commits (1)

📊 Changes

2 files changed (+34 additions, -34 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/ColorSchemes.cpp (+17 -17)
📝 src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw (+17 -17)

📄 Description

Due to the way our localization pipeline works, we cannot delete
resources in main until the resources in question are totally flushed
out of the active-servicing release branches. Unfortunately, in #13179,
we did remove resource keys. Because the Color Schemes page in 1.14
and 1.15 uses the resources directly (rather than by way of x:Uid), it
is easier for us to backport the resource changes now than to
reintroduce the old keys on main.

Closes #13606


🔄 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/13712 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 8/9/2022 **Status:** ✅ Merged **Merged:** 8/10/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `release-1.15` ← **Head:** `dev/duhowett/1.15-fix-resource-keys` --- ### 📝 Commits (1) - [`19665a7`](https://github.com/microsoft/terminal/commit/19665a7849e09eaf1f64a9563c9ef63021d4e1fc) Propagate the color scheme resource changes from df671377 ### 📊 Changes **2 files changed** (+34 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/ColorSchemes.cpp` (+17 -17) 📝 `src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw` (+17 -17) </details> ### 📄 Description Due to the way our localization pipeline works, we cannot delete resources in main until the resources in question are totally flushed out of the active-servicing release branches. Unfortunately, in #13179, we _did_ remove resource keys. Because the Color Schemes page in 1.14 and 1.15 uses the resources directly (rather than by way of x:Uid), it is easier for us to backport the resource changes now than to reintroduce the old keys on main. Closes #13606 --- <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:36:32 +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#29728