Code::Blocks Forums

User forums => Help => Topic started by: babaliaris on May 16, 2019, 12:30:38 am

Title: Codeblock's header filenames are blank!
Post by: babaliaris on May 16, 2019, 12:30:38 am
This is how it looks like:
(https://i.ibb.co/TwjQmYx/invisible.png)

And this is how it looks like if i click on a file:
(https://i.ibb.co/bWsLpFF/click.png)

The cpp files appear just fine.

Does anyone know why is this happening?

I'm using ArchLinux with xfce4 and I compiled codeblocks myself.

Thank you.
Title: Re: Codeblock's header filenames are blank!
Post by: sodev on May 16, 2019, 01:50:17 am
CodeBlocks global color definitions only work well for a light theme, you have to adjust them yourself to work with a dark theme.

The color you need to adjust for this particular problem is Settings -> Environment Settings -> Colours: Project Tree: Not-compiled files
Title: Re: Codeblock's header filenames are blank!
Post by: babaliaris on May 16, 2019, 01:27:32 pm
Thank you, I fixed it  :)