Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: Qt Creator 2.4.1
-
Fix Version/s: Qt Creator 3.1.0
-
Component/s: FakeVim
-
Labels:None
-
Environment:Ubuntu 11.10
-
Commits:fc5799367c32b2ff298b6dbbaa20535fcc5a54b7
Description
In FakeVim with incremental search enabled search backwards starts the search over with every new character typed. For example, if text is
stats.start();
And the current cursor position is at the end, and I start searching backwards, when I type 's', it will reposition the cursor to the beginning of word 'start' (which is expected). If I press 't' then, Vim would remain at that position (since it still matched the search), while Qt Creator will reposition me to the beginning of word 'stats'.