Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: hidefromkgb on December 09, 2010, 09:40:22 pm
-
Hello everyone.
My problem is pretty much described by this picture:
(http://img838.imageshack.us/img838/7118/screenshot0912201023055.th.png) (http://img838.imageshack.us/i/screenshot0912201023055.png/)
After I have installed the dark «Black Diamond» GTK+ theme, working in C::B is quite annoying…
- First, the downmost panel: all text is now the same colour as the background
- Second, «Watches» window is behaving strangely.
When the program stops at some breakpoint, the whole text is coloured black, and that is normal.
But then, after the very first F7, every variable that has not been changed gets completely white!
So do both captions («Local Variables» & «Function Arguments»).
N.B. that «Call Stack» window does not share this behaviour. - And the last, tabs. They look awful with the black text on a dark-gray background =(
As I just figured out, these issues can not be fixed via config files.
Can you please point me to the part of C::B source that I can change to resolve this?
-
[UP]:
If the variable list is collapsed during F7, its items remain black, unless they are already recolored.
-
What is the C::B version?
10.05 or newer has fixes for the log window colours.
See here for the notebooks: http://forums.codeblocks.org/index.php/topic,12392.0.html
The watch window probably won't be fixed, because it was replaced with a better one in the debuggers branch...
-
oBFusCATed,
The screenshot is taken from SVN build #6881.
However, the same problem remains in stable C::B build from official Arch Linux repo…
Thanks for GTK Notebook patch!
The watch window probably won't be fixed, because it was replaced with a better one in the debuggers branch...
Is new watch window a plugin or something? If yes, how can I enable it?
Sorry for asking dumb questions, I am a newbie to Codeblocks.
P.S.
My system is Arch Linux 2.6.36-1, if this can help.
-
Here is the branch: http://svn.berlios.de/wsvn/codeblocks/branches/wxpropgrid_debugger/?rev=6882&peg=6882#ab1bb068457ecc925a5b07fe41a91d401
You can switch your PKGBUILD file to use the branch instead of trunk :)
-
Thank you oBFusCATed!
Will now try to build C::B from http://svn.berlios.de/svnroot/repos/codeblocks/branches/wxpropgrid_debugger/ (http://svn.berlios.de/svnroot/repos/codeblocks/branches/wxpropgrid_debugger/).
-
…Actually, it did not work. Though «Watches» is now a grid, captions are indistinguishable from the background.
Thus, the only thing left for me was to directly edit the system colour scheme.
Now the background color is #A0A0A0, and the white text is visible.
Anyway, thanks for your help.
-
I'll do some testing with your theme...