Code::Blocks Forums

User forums => Help => Topic started by: st3vie on September 18, 2005, 09:38:27 pm

Title: change font size in message window?
Post by: st3vie on September 18, 2005, 09:38:27 pm
i just installed the C::B-cvs on my Gentoo Linux system, and it works fine!
I made a test wxWidgets application and that compiles and runs too. :)

But, is there a way to make the font size in the message window a bit bigger?
It's very small right now. I can read it, but a bit bigger would be easier.

thanks! great app so far! :)

-st3vie
Title: Re: change font size in message window?
Post by: mandrav on September 18, 2005, 10:43:05 pm
Nice :)
Did you use the gentoo ebuild somewhere in the forums, or straightforward build using autotools?

The messages' font size is not configurable yet, but it is an easy addition so expect it soon ;)
Title: Re: change font size in message window?
Post by: st3vie on September 18, 2005, 11:16:50 pm
yes, really nice! And i was already hoping that font size feature would be easy to implement! :)

i didn't use an ebuild this time. i tried one first, but i seemed to have a unicode problem with some sources.
i got a tip in the Linux/Unix forum to get the CVS sources, so i did.

So, this time just the 'manual' thing. Checkout CVS cources, bootstrap, configure --prefix=<path>, make and make install.

Of course it would be very nice if this program would be added to Portage in Gentoo to make it easier to install. I'm sure others will love it too once they install it! :)

thanks!
-st3vie