[PR #6146] [MERGED] Fix #6079, allow pasting from Explorer's 'Copy Address' #26583

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/6146
Author: @aldahick
Created: 5/22/2020
Status: ✅ Merged
Merged: 5/27/2020
Merged by: @undefined

Base: master ← Head: fix-6079/explorer-copy-address


📝 Commits (1)

  • ebf6287 Fix #6079, allow pasting from Explorer's 'Copy Address'

📊 Changes

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

View changed files

📝 src/cascadia/TerminalApp/TerminalPage.cpp (+11 -0)

📄 Description

Fixes #6079 by implementing support for IStorageItem clipboard contents. Manually tested, seems to work for both types of address-copying from Explorer (as well as normal text).

PR Checklist

Not enormously familiar with C++ or this codebase, so happy to make changes as requested.

Validation Steps Performed

Ran the terminal, pasted from several different sources (explorer's various copy functions + plaintext)


🔄 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/6146 **Author:** [@aldahick](https://github.com/aldahick) **Created:** 5/22/2020 **Status:** ✅ Merged **Merged:** 5/27/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `fix-6079/explorer-copy-address` --- ### 📝 Commits (1) - [`ebf6287`](https://github.com/microsoft/terminal/commit/ebf62872e4dcd2a723c69877550ff6ac17d21dfc) Fix #6079, allow pasting from Explorer's 'Copy Address' ### 📊 Changes **1 file changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+11 -0) </details> ### 📄 Description Fixes #6079 by implementing support for IStorageItem clipboard contents. Manually tested, seems to work for both types of address-copying from Explorer (as well as normal text). ## PR Checklist * [x] Closes #6079 * Not sure what tests would be useful here, it's mostly to do with what Explorer's doing Not enormously familiar with C++ or this codebase, so happy to make changes as requested. ## Validation Steps Performed Ran the terminal, pasted from several different sources (explorer's various copy functions + plaintext) --- <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:16:58 +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#26583