Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.13.3
-
None
-
Linux 5.9.9-arch1-1 #1 SMP PREEMPT Wed, 18 Nov 2020 19:52:04 +0000 x86_64 GNU/Linux
Qt Creator 4.13.3
Based on Qt 5.15.2 (GCC 10.2.0, 64 bit)
-
-
05ad4e3daa98f6de76c1b5ebc6039da033afea6f
Description
I always loved the text selection with QTCreator: what I select with the mouse is selected, a doubleclick to a name like a variable selected in 99,999% of all cases exactly that - even in names with underscores.
The new behaviour is different:
think it started with current 4.13.3 , when selecting eg. "variable_name" in a text like "(&variable_name)" it now selelects sometimes "&variable_name".
In case it includes the '&' in the selection (have not recognized a rule which triggers the behaviour, but's its like 50:50), it does so with the doubleclick, with mouse selection from left to right and also via versa... as soon you select the last char of "variable_name", the '&' also gets selected.
At least it would be favourable to have a config switch to turn on the old (sane) behaviour, in case this new behaviour is not a bug but by intend...