Code::Blocks Forums
User forums => Help => Topic started by: Folco on April 24, 2010, 03:16:26 pm
-
Hi all,
First, congratulations and many thanks for this IDE ! Great work. :)
I use Debian Lenny 32 bits (up-to-date) and these repositories to install C::B/wxWidgets : apt.jenslody.de, apt.wxwidgets.org
Current versions are :
C::B : svn 6203
wxWidgets : 2.8
My problem :
When using debugger, I can't click a button twice if I don't move the mouse out of this button. So when I'm tracing my code with "Next Line" (or another button), I have to move my mouse out of this button to be able to click it again.
That is not very handy, because I have to look at my mouse beetwen reading two lines of code.
Is this a bug, an issue with wxWidgets that you can't solve, or my configuration which is wrong ?
Thanks in advance, and still many thanks for the huge work !
-
Works for me, gentoo amd64 wxgtk 2.8.10.1, debugger branch.
Does this happen with the other toolbars? ThreadSearch for example.
-
Works for me also on debian 64-bit unstable with wxWidgets 2.8.10 and gtk2.0 (2.20.0)
-
I use gtk-qt-engine, gtk2-engines-qtcurve, kde-style-qtcurve, perhaps it could be one of these layers which causes my problem ?
I try without that and tell you what happens.
Thanks for your quick feedback !
-
Okay, I have removed these three packages, and C::B had his original look. But I still get the issue.
Waiting for someone else using Debian... :)
Does this happen with the other toolbars? ThreadSearch for example.
Sorry, I didn't see that. I haven't installed plugins package, I'll try.
-
Some news :
- I don't get that when clicking the "Search" icon in ThreadSearch.
- I don't get that when clicking "Debug/Continue" (its run my program which just opens a SDL window, close it and terminate), even if I don't move my mouse at all (but due to the SDL window, C::B window loses, then gets again the focus).
- I always get the problem with "Next Line" or "Next Instruction" buttons.