Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 17.0.0-beta2
-
None
-
macOS 15.5 (24F74)
-
-
d7215b01d (17.0)
Description
Hello,
In Qt Creator 17.0.0-beta2 fakevim split navigation appears to be broken, where it works as expect in 16.0.2.
When running 17.0.0-beta2 from the terminal I get the following when attempting to navigate between splits:
SOFT ASSERT [22:17:43.885]: "pe" in /Users/qt/work/build/qt-creator/src/plugins/fakevim/fakevimplugin.cpp:1312
Steps to reproduce:
- Enable fakevim in Qt Creator 17.0.0-beta2.
- Open a file.
- Press ctrl+w, v, ctrl+w, s.
- Splits are created as expected.
- Press ctrl+w, k or ctrl+w, j.
- The cursor does not move between splits.
Thanks!