Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 10.0.2
-
None
-
-
e2c1d12a0 (12.0)
Description
In the animation below I focus on upper string and press Ctrl+u. The string gets selected properly. Then I focus on lower string and press Ctrl+u. The string gets selected not properly.
Steps to reproduce:
- unpack the attached template.zip
- open CMakeLists.txt in QtCreator
- place the cursor inside "abć" string
- press Ctrl+u to invoke "Select block up" feature
Behavior:
"abć gets selected (four chars)
Expected behavior:
abć gets selected (three chars)