Bug Report: Double Click should select delimiter runs #2206
Labels
Area-Interaction
Interacting with the vintage console window (as opposed to driving via API or hooks)
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Tag-Fix
Doesn't match tag requirements
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Environment
Caused by #1197.
More apparent in #2184.
Steps to reproduce
Expected behavior
Selection should encompass entire line.
Actual behavior
Selection encompasses one cell.
Additional Info
This one's on me. Idk why I thought that double clicking a delimiter should only select the delimiter itself. That's not useful.
Instead, the selection seems like it should expand to the first non-delimiter in either direction (exclusive range). For example,
O
is non-delimiterX
is delimiterDouble clicking on any of the X would result in the following selection (denoted by [ and ])
OOOXXXXXXOOO
OOO[XXXXXX]OOO
The text was updated successfully, but these errors were encountered: