Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: rickg22 on September 09, 2011, 09:10:04 pm

Title: Editor keystrokes get eaten when the mouse is over the tabs
Post by: rickg22 on September 09, 2011, 09:10:04 pm
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!
Title: Re: Editor keystrokes get eaten when the mouse is over the tabs
Post by: Jenna 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).
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.
Title: Re: Editor keystrokes get eaten when the mouse is over the tabs
Post by: oBFusCATed on September 09, 2011, 10:00:55 pm
You might also need to turn off tab-tooltips, because they (still) block keystrokes (wxWidgets design).
Have you tried my suggestion to use wxWANT_CHARS in the tooltips constructor (need to change the wxWidget's code)?
Title: Re: Editor keystrokes get eaten when the mouse is over the tabs
Post by: rickg22 on September 09, 2011, 10:22:13 pm
This should not happen, if you uncheck "Settings -> Environmanet -> Enable scrolling with mousewheel" (if revision is >= 7343).

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)?
Title: Re: Editor keystrokes get eaten when the mouse is over the tabs
Post by: oBFusCATed on September 10, 2011, 12:59:00 pm
Why your compilation fails?
Trunk should compile fine on all major platforms (windows and linux).
Title: Re: Editor keystrokes get eaten when the mouse is over the tabs
Post by: rickg22 on November 08, 2011, 05:03:43 am
With saying "I can't compile", I meant that I didn't have the time to develop and compile, and I had deleted the C::B sources. But I can compile now, I'm back in development :D