Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 15.0.0-rc1
-
Windows 11 23H2
-
d81bf10e3 (15.0)
Description
- Open a file which is checked in to a git repository.
- In that file, select an entire line, front to back.
- From the menu, select "Tools" -> "Git" -> "Current File" -> "Log of <filename> Selection".
Nothing happens.
To make this work, the selection needs to begin and end in different lines. This is surprising to me. I understand that git can only handle lines and not single words, but I think that selecting an entire line should be sufficient, also when that doesn't include a line break.