[PR #6498] [MERGED] Add tooltip text to Color Buttons #26712

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/6498
Author: @garciaolais
Created: 6/14/2020
Status: ✅ Merged
Merged: 7/1/2020
Merged by: @undefined

Base: master ← Head: dev/garciaolais/color-tooltip


📝 Commits (10+)

📊 Changes

196 files changed (+7059 additions, -2535 deletions)

View changed files

📝 .github/PULL_REQUEST_TEMPLATE.md (+2 -1)
📝 .github/actions/spell-check/dictionary/dictionary.txt (+2 -0)
📝 .github/actions/spell-check/expect/alphabet.txt (+1 -0)
📝 .github/actions/spell-check/expect/expect.txt (+13 -0)
📝 .github/actions/spell-check/patterns/patterns.txt (+4 -1)
📝 custom.props (+1 -1)
📝 doc/cascadia/profiles.schema.json (+19 -0)
➕ doc/specs/#1502 - Advanced Tab Switcher/img/CommandPaletteExample.png (+0 -0)
➕ doc/specs/#1502 - Advanced Tab Switcher/img/VSCodeMinimumTabSwitcherSize.png (+0 -0)
➕ doc/specs/#1502 - Advanced Tab Switcher/img/VSCodeTabSwitcher.png (+0 -0)
➕ doc/specs/#1502 - Advanced Tab Switcher/img/VSMinimumSize.png (+0 -0)
➕ doc/specs/#1502 - Advanced Tab Switcher/img/VSMinimumSizeWithTabSwitcher.png (+0 -0)
➕ doc/specs/#1502 - Advanced Tab Switcher/img/VSTabSwitcher.png (+0 -0)
➕ doc/specs/#1502 - Advanced Tab Switcher/img/tmuxPaneSwitching.png (+0 -0)
➕ doc/specs/#1502 - Advanced Tab Switcher/spec.md (+227 -0)
📝 doc/specs/#2046 - Command Palette.md (+8 -1)
➕ doc/specs/#2046 - Unified keybindings and commands, and synthesized action names.md (+608 -0)
📝 doc/terminal-v2-roadmap.md (+2 -2)
📝 res/Cascadia.ttf (+0 -0)
📝 res/CascadiaMono.ttf (+0 -0)

...and 80 more files

📄 Description

This commit adds tooltip text to every color button in the tab color
picker.


🔄 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/6498 **Author:** [@garciaolais](https://github.com/garciaolais) **Created:** 6/14/2020 **Status:** ✅ Merged **Merged:** 7/1/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/garciaolais/color-tooltip` --- ### 📝 Commits (10+) - [`4633580`](https://github.com/microsoft/terminal/commit/463358089eaf557ec95310611b341027a6a38b4d) Add tooltip text to Color Buttons - [`c360b75`](https://github.com/microsoft/terminal/commit/c360b7588ff8d389b49a4ed60cdee51401a5e172) Add fast path to til::bitmap::translate using bitshifts (#6493) - [`c0ffc9b`](https://github.com/microsoft/terminal/commit/c0ffc9b6dce9b632c868b6584a0f1c8c9dd1df93) Clear cached runs after translate_y (#6501) - [`5e2c4c6`](https://github.com/microsoft/terminal/commit/5e2c4c66e3dcb66c9d60769a2a028e39711168fd) Reintroduce the check for VT_INPUT_MODE in AdaptDispatch (#6485) - [`6d2fc5d`](https://github.com/microsoft/terminal/commit/6d2fc5d1b9152afd1bfba2898f1c1499c3c2d6e5) Extract `ActionAndArgs::FromJson` into its own class (#6351) - [`332d174`](https://github.com/microsoft/terminal/commit/332d1744d9f94897a85db3c416aaadfe1066afd9) Fix sending a NUL on alt key up (#6516) - [`888e724`](https://github.com/microsoft/terminal/commit/888e72417dc657f3ef4be31b2ac5bd1489006b9b) Only snap on key _downs_ (#6517) - [`c1076a8`](https://github.com/microsoft/terminal/commit/c1076a823d45f7c8b5e893fd8684f3947ea418ce) Fix openSettings misspelling in defaults (#6520) - [`051d2fc`](https://github.com/microsoft/terminal/commit/051d2fcf7c5d8c73e10a66298dcc2639057fb789) tooltip names defined in Resources - [`ffaba38`](https://github.com/microsoft/terminal/commit/ffaba38fd4aa98dd022053348fd215595813221b) Remove the WinTelnetEngine (#6526) ### 📊 Changes **196 files changed** (+7059 additions, -2535 deletions) <details> <summary>View changed files</summary> 📝 `.github/PULL_REQUEST_TEMPLATE.md` (+2 -1) 📝 `.github/actions/spell-check/dictionary/dictionary.txt` (+2 -0) 📝 `.github/actions/spell-check/expect/alphabet.txt` (+1 -0) 📝 `.github/actions/spell-check/expect/expect.txt` (+13 -0) 📝 `.github/actions/spell-check/patterns/patterns.txt` (+4 -1) 📝 `custom.props` (+1 -1) 📝 `doc/cascadia/profiles.schema.json` (+19 -0) ➕ `doc/specs/#1502 - Advanced Tab Switcher/img/CommandPaletteExample.png` (+0 -0) ➕ `doc/specs/#1502 - Advanced Tab Switcher/img/VSCodeMinimumTabSwitcherSize.png` (+0 -0) ➕ `doc/specs/#1502 - Advanced Tab Switcher/img/VSCodeTabSwitcher.png` (+0 -0) ➕ `doc/specs/#1502 - Advanced Tab Switcher/img/VSMinimumSize.png` (+0 -0) ➕ `doc/specs/#1502 - Advanced Tab Switcher/img/VSMinimumSizeWithTabSwitcher.png` (+0 -0) ➕ `doc/specs/#1502 - Advanced Tab Switcher/img/VSTabSwitcher.png` (+0 -0) ➕ `doc/specs/#1502 - Advanced Tab Switcher/img/tmuxPaneSwitching.png` (+0 -0) ➕ `doc/specs/#1502 - Advanced Tab Switcher/spec.md` (+227 -0) 📝 `doc/specs/#2046 - Command Palette.md` (+8 -1) ➕ `doc/specs/#2046 - Unified keybindings and commands, and synthesized action names.md` (+608 -0) 📝 `doc/terminal-v2-roadmap.md` (+2 -2) 📝 `res/Cascadia.ttf` (+0 -0) 📝 `res/CascadiaMono.ttf` (+0 -0) _...and 80 more files_ </details> ### 📄 Description This commit adds tooltip text to every color button in the tab color picker. --- <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:17:42 +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#26712