Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: codeblue on December 03, 2008, 10:25:15 pm

Title: How to Change Font Color in "Build Log" window
Post by: codeblue on December 03, 2008, 10:25:15 pm
Newbie,

I'm getting an error message in the "Build Log" window and at the end there is a line whose font color is almost white and I can barely see it. 

I know where to change the font colors in the editor, but I can't find any place to change the fonts in the build log window.

 :?
Title: Re: How to Change Font Color in "Build Log" window
Post by: mariocup on December 04, 2008, 09:28:55 pm
Hi codeblue,

there is already a patch in berlios for adding this feature, but it is not included in CB until now.
http://developer.berlios.de/patch/download.php?id=2337

You can try this patch :D

Bye,

Mario
Title: Re: How to Change Font Color in "Build Log" window
Post by: codeblue on December 06, 2008, 08:34:29 am
Mario,

Thanks for the quick reply.

I'm just starting to get into c++ and I downloaded codeblocks to be able to cross compile if the need arose.

I'm assuming the patch is for re-compiling codeblocks, is there a place for instructions? I would like to give a try.

Julio.
 :)
Title: Re: How to Change Font Color in "Build Log" window
Post by: mariocup on December 06, 2008, 05:22:26 pm
Hi,

the wiki.codeblocks.org or http://www.codeblocks.org/en-docs-wrapper contains a chapter Building CodeBlocks from sources that explains in detail how to build Code::Blocks.

Bye,

Mario