Feature Request: Triple Click Selection #1329

Closed
opened 2026-01-30 22:22:44 +00:00 by claunia · 0 comments
Owner

Originally created by @carlos-zamora on GitHub (May 24, 2019).

Originally assigned to: @carlos-zamora on GitHub.

Summary of the new feature/enhancement

Triple-clicking the text buffer creates a selection of the entire line.

Dragging after a triple click maintains the "beginning of the row" anchor but changes the other one.

Proposed technical implementation details (optional)

If possible, have XAML identify triple-click. Everything else should be pretty straightforward. The TermControl will work with the Terminal to create the selection. When the event is triggered, we need to check the delimiters from the settings to decide what to select. Be sure to build off of the double-click implementation (issue #988 )

Originally created by @carlos-zamora on GitHub (May 24, 2019). Originally assigned to: @carlos-zamora on GitHub. # Summary of the new feature/enhancement Triple-clicking the text buffer creates a selection of the entire line. Dragging after a triple click maintains the "beginning of the row" anchor but changes the other one. # Proposed technical implementation details (optional) If possible, have XAML identify triple-click. Everything else should be pretty straightforward. The TermControl will work with the Terminal to create the selection. When the event is triggered, we need to check the delimiters from the settings to decide what to select. Be sure to build off of the double-click implementation (issue #988 )
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1329