User forums > Using Code::Blocks
Annoying recent behavior in the editor tabs...
rickg22:
--- Quote from: jens on May 04, 2011, 11:25:47 pm ---Try to change the shortcut-key for "View -> Switch tabs" with the keybinder plugin.
--- End quote ---
Ah, wonderful! Now I feel more productive :)
--- Quote ---For the key-eating (or better the forced mouse focus), it's done always on windows, not only if scrolling with the mouse-wheel is enabled, but this can most likely be changed easily (it's on my todo-list).
--- End quote ---
I wish I could give you a hand, but alas, my free time is reduced. Thanks!
dmoore:
--- Quote from: oBFusCATed on May 04, 2011, 10:47:54 pm ---Unfortunately the eat key thing is something broken in the wxWidgets. It happens also for the debugger tooltips.
If you know a way to fix this problem, I'll be happy to implement the fix :)
--- End quote ---
Is there still no fix for this? (Drives me nuts when using a trackpad)
Jenna:
--- Quote from: dmoore on December 13, 2011, 04:16:28 am ---
--- Quote from: oBFusCATed on May 04, 2011, 10:47:54 pm ---Unfortunately the eat key thing is something broken in the wxWidgets. It happens also for the debugger tooltips.
If you know a way to fix this problem, I'll be happy to implement the fix :)
--- End quote ---
Is there still no fix for this? (Drives me nuts when using a trackpad)
--- End quote ---
Not reallay, the only part of the key-event I can catch is the key-up.
I can use it to close the tooltip, but the first keystroke is already eaten in that case.
I can also use it to inject the appropriate character in th eeditor, but this is errorprone, because keyhandling (especially for special charactres, or with metakeys pressed) is not so easy.
oBFusCATed:
This is fixable, but you need to patch wxWidgets and you should add wxWANT_CHARS style to the tooltip. I had a patch somewhere, but I'm not sure where it is...
Navigation
[0] Message Index
[*] Previous page
Go to full version