Fix #112642: Anchor Word Start For Double-click Word Select #113037

Merged
Harley Acheson merged 1 commits from Harley/blender:Fix112621 into blender-v4.0-release 2023-09-29 00:28:07 +02:00
Member

In Interface text inputs, when double-clicking to select a word, set
the "initial selection position" to the beginning of the word. This way
you can continue to select forward by dragging before releasing mouse.


The behavior described in #112642 is very specific. You double-click on a word to select, but do not release the mouse at the end of it. Instead keep the mouse depressed and then drag to the right to select more.

This PR restores the behavior to what it was like in 3.5 and earlier. When the word is selected we set sel_pos_init to the word start. That way the selection stays anchored to the start of the word while you drag. Of course if you lift your mouse and make a new selection that position is reset because sel_pos_init is always set on mouse press.

In Interface text inputs, when double-clicking to select a word, set the "initial selection position" to the beginning of the word. This way you can continue to select forward by dragging before releasing mouse. --- The behavior described in #112642 is very specific. You double-click on a word to select, but do not release the mouse at the end of it. Instead keep the mouse depressed and then drag to the right to select more. This PR restores the behavior to what it was like in 3.5 and earlier. When the word is selected we set `sel_pos_init` to the word start. That way the selection stays anchored to the start of the word while you drag. Of course if you lift your mouse and make a new selection that position is reset because `sel_pos_init` is always set on mouse press.
Harley Acheson added 1 commit 2023-09-29 00:26:07 +02:00
15369d17db Fix #112642: Anchor Word Start For Double-click Word Select
In Interface text inputs, when double-clicking to select a word, set
the "initial selection position" to the beginning of the word. This way
you can continue to select forward by dragging before releasing mouse.
Harley Acheson added this to the User Interface project 2023-09-29 00:26:41 +02:00
Harley Acheson merged commit 5ccb289ef7 into blender-v4.0-release 2023-09-29 00:28:07 +02:00
Harley Acheson deleted branch Fix112621 2023-09-29 00:28:11 +02:00
First-time contributor

Is there something like sel_pos_end too so if you double click and drag backwards you can select the word and all the words to the left of it as well?

Is there something like sel_pos_end too so if you double click and drag backwards you can select the word and all the words to the left of it as well?
Author
Member

No, this is more like the "initial selection point". You see in use better when you click at some point, then drag to the right, and while dragging change direction and go back to the left. You see it remembers that initial insertion point.

Going both ways would take a bit of thinking. Unlike many similar programs we show both the selection and the text caret. And for now our text processing avoids showing the text cursor within a selection - it is always at the beginning or end,

No, this is more like the "initial selection point". You see in use better when you click at some point, then drag to the right, and while dragging change direction and go back to the left. You see it remembers that initial insertion point. Going both ways would take a bit of thinking. Unlike many similar programs we show both the selection and the text caret. And for now our text processing avoids showing the text cursor within a selection - it is always at the beginning or end,
First-time contributor

Ah, would it be possible if the last word is the one selected then the position is at the end?

Ah, would it be possible if the last word is the one selected then the position is at the end?
Author
Member

Ah, would it be possible if the last word is the one selected then the position is at the end?

Yes, good idea. done here: #113125

> Ah, would it be possible if the last word is the one selected then the position is at the end? Yes, good idea. done here: https://projects.blender.org/blender/blender/pulls/113125
First-time contributor

Amazing! Thank you!!

Amazing! Thank you!!
Sign in to join this conversation.
No reviewers
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#113037
No description provided.