Let's say I've pasted in a long line that contains:
m_listctrl.GetSelectedCount()
But I want to change that to:
m_listctrl.GetItemCount()
So, I highlight "Selected" and type in (mistakenly) "item", to get:
m_listctrl.GetitemCount()
It would be cool if there were a keystroke to fix that mis-cased "i". I tried mapping Ctrl-Shift-X to ToggleRepairCase, but when I press that key combination, nothing happens.
Am I doing something wrong, or is this a bug?