Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.15.0
-
-
d0c32df3fed07c27be5446996b368a37cff36b4c et al
Description
This feature works fine with QtCreator 4.14.1 so seems to be a regression bug.
Steps with FakeVim enabled:
1. Create a split of any file
2. Move cursor to the split on the left-hand side
3. Move the cursor to the beginning of a word
4. Select until the end of the word by hitting "ve"
Result:
- The whole word is selected and will be deleted with "x", which is the expected behavior
- However, the visual representation is misleading and it seems that the
selection is not including the last character, which is not the case for a single split.