[PR #13656] [MERGED] Scroll to top when select all action is invoked #29688

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13656
Author: @carlos-zamora
Created: 8/2/2022
Status: Merged
Merged: 8/2/2022
Merged by: @undefined

Base: mainHead: dev/cazamor/bugfix/select-all-sln-marker


📝 Commits (1)

  • 3154408 Scroll to top when select all action is invoked

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalCore/TerminalSelection.cpp (+1 -0)

📄 Description

Summary of the Pull Request

In general, when a selection marker is shown, we should scroll to it. The selectAll action adds a selection marker, but we don't scroll to it. This PR makes it such that we do do that.

Epic: #4993
Closes #13485


🔄 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/13656 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 8/2/2022 **Status:** ✅ Merged **Merged:** 8/2/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/cazamor/bugfix/select-all-sln-marker` --- ### 📝 Commits (1) - [`3154408`](https://github.com/microsoft/terminal/commit/31544087beebf6df26b44c320744d8d3a61f1b66) Scroll to top when select all action is invoked ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalCore/TerminalSelection.cpp` (+1 -0) </details> ### 📄 Description ## Summary of the Pull Request In general, when a selection marker is shown, we should scroll to it. The `selectAll` action adds a selection marker, but we don't scroll to it. This PR makes it such that we do do that. Epic: #4993 Closes #13485 --- <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:19 +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#29688