User forums > Using Code::Blocks
Editor keystrokes get eaten when the mouse is over the tabs
rickg22:
Hi guys. I had posted this before, but the thread is several months old.
Whenever the mouse goes to the tabs zone in the editor, my keystrokes get eaten. It's a very, VERY annoying bug! Is this fixed yet?
Just in case, I just reported this to berlios: https://developer.berlios.de/bugs/?func=detailbug&bug_id=18348&group_id=5358
Thanks!
Jenna:
This should not happen, if you uncheck "Settings -> Environmanet -> Enable scrolling with mousewheel" (if revision is >= 7343).
You might also need to turn off tab-tooltips, because they (still) block keystrokes (wxWidgets design).
Both issues are on my todo-list, but not easy to solve, and my time is limited at the moment.
oBFusCATed:
--- Quote from: jens on September 09, 2011, 09:28:09 pm ---You might also need to turn off tab-tooltips, because they (still) block keystrokes (wxWidgets design).
--- End quote ---
Have you tried my suggestion to use wxWANT_CHARS in the tooltips constructor (need to change the wxWidget's code)?
rickg22:
--- Quote from: jens on September 09, 2011, 09:28:09 pm ---This should not happen, if you uncheck "Settings -> Environmanet -> Enable scrolling with mousewheel" (if revision is >= 7343).
--- End quote ---
I have revision 7050. I really hope it's fixed in that revision you mention, because in my current version, it still happens. As I can no longer compile C::B, do you know of a nightly without known issues (i.e. crashes)?
oBFusCATed:
Why your compilation fails?
Trunk should compile fine on all major platforms (windows and linux).
Navigation
[0] Message Index
[#] Next page
Go to full version