Bug 470089

Summary: Use underscore as a break character for easier renaming
Product: [Applications] dolphin Reporter: Stefanovic <stefanogualano.abc>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: normal CC: kfm-devel
Priority: NOR    
Version: 23.04.0   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:

Description Stefanovic 2023-05-21 15:38:16 UTC
STEPS TO REPRODUCE
1. press F2 to rename file
2. double click on file named with an underscore like : my_file

OBSERVED RESULT

When I double click, it selects the entire file name (for example: "my_file")

EXPECTED RESULT
When I double click, it selects part of the name (for example: only "my" or only "file" of my_file)