microsoft / microsoft/terminal
Broadcast improvements for drag/drop and bracketed paste
Open
Area-UserInterface
Issue-Task
Product-Terminal
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
Problems today:
- Drag/drop requires the "StringSent" event handler to read text that was sent into one control to put it into the others.
- Drag/drop path translation broadcasts the same input for all panes even if their path translation styles differ
- Paste displays a warning dialog if the *active control* isn't using bracketed paste; this means that a broadcast group containing one BP and one non-BP control will display NO warning
see also #16287
Contributor guide
Assessment
This issue has not been assessed yet.