[PR #13660] [MERGED] [1.15] Scroll to sln marker for Mark Mode & SelectAll #29696

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

📋 Pull Request Information

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

Base: release-1.15Head: dev/cazamor/1.15/scroll-to-point


📝 Commits (1)

  • e92ec0b [1.15] Scroll to sln marker for MarMo & SelectAll

📊 Changes

2 files changed (+28 additions, -16 deletions)

View changed files

📝 src/cascadia/TerminalCore/Terminal.hpp (+1 -0)
📝 src/cascadia/TerminalCore/TerminalSelection.cpp (+27 -16)

📄 Description

Adds ScrollToPoint() from #13405 to be able to scroll to the selection marker when (1) mark mode is entered and (2) selectAll is called.

This change is a combination of #13656 and a minor part of #13405.
Epic: #4993


🔄 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/13660 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 8/2/2022 **Status:** ✅ Merged **Merged:** 8/3/2022 **Merged by:** [@carlos-zamora](https://github.com/carlos-zamora) **Base:** `release-1.15` ← **Head:** `dev/cazamor/1.15/scroll-to-point` --- ### 📝 Commits (1) - [`e92ec0b`](https://github.com/microsoft/terminal/commit/e92ec0bd6936da7f895762282873d094542d41d5) [1.15] Scroll to sln marker for MarMo & SelectAll ### 📊 Changes **2 files changed** (+28 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalCore/Terminal.hpp` (+1 -0) 📝 `src/cascadia/TerminalCore/TerminalSelection.cpp` (+27 -16) </details> ### 📄 Description Adds `ScrollToPoint()` from #13405 to be able to scroll to the selection marker when (1) mark mode is entered and (2) `selectAll` is called. This change is a combination of #13656 and a minor part of #13405. Epic: #4993 --- <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:23 +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#29696