News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Editor keystrokes get eaten when the mouse is over the tabs

Started by rickg22, September 09, 2011, 09:10:04 PM

Previous topic - Next topic

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).
Have you tried my suggestion to use wxWANT_CHARS in the tooltips constructor (need to change the wxWidget's code)?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

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).

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).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

rickg22

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