CodeBlock generally runs well but I did have a bit of trouble in my first test. I selected a console project with "C" as the language and its initial file that was created was "main.cpp". I removed it from the project - renamed it "main.c" - and added it to the project.
This has been fixed in beta6.
Some buttons appear to have half their heights (so you can't quite read them) and they are generally confirmation buttons like "OK" etc. Other buttons, such as "CLOSE", are fine.
Yes, I 've noticed it too. It happens only with
default buttons (meaning buttons that react on ENTER). It also doesn't display well the radioboxes.
I 've also noticed that this is theme-dependent. If you change your gnome theme to "Mist", for example, everything will be fine.
This leads me to believe, that the code requesting the widget's size (GetBestSize?) in wxGTK, doesn't take account for different sizes based on the widget's state, i.e. when the button is marked as default, under certain themes, it might be bigger than normal buttons. I haven't looked at the source, so don't take my word for it, though
Anyway, I 'm glad you made it
Yiannis.