Code::Blocks Release 20.03 rev 11997 Jul 12 2022, 21:44:09 - wx3.2.0 - gcc 12.1.0 (Linux, unicode) - 64 bit
I press CTRL+I or click in the incremental search test box
I press a key, lets say 'h'
the 'h' instantly gets selected for some reason?
since the 'h' is selected, my next keystroke, 'e', replaces the selected text
only 'e' is in the incremental search text box
the 'e' instantly gets selected for some reason?
so casually typing "heebeegeebeez", every key will replace the last letter, leaving only 'z' in the text box
i can get around this by manually deselecting the text every keystroke, so
"h (right arrow) e (right arrow) e (right arrow) b (right arrow) e (right arrow) e (right arrow) g (right arrow) e (right arrow) e (right arrow) b (right arrow) e (right arrow) e (right arrow) z"
but this is tedious to do
How do I stop this behavior? Is it a bug?
I've tried toggling INSERT and all the Incremental Search options (cleared box, used regex to search for something that doesn't match itself, highlight on/off), nothing helps.