Code::Blocks Forums

User forums => Help => Topic started by: Infernochaos on August 09, 2010, 05:08:40 am

Title: Change build output windows font size?
Post by: Infernochaos on August 09, 2010, 05:08:40 am
Whenever I build and run, the font on the output window is so small on 1920x1080 it hurts my eye hahah.So I was just wondering if CodeBlocks has a feature that can allow to change the font size of the output window.

Thanks.
Title: Re: Change build output windows font size?
Post by: oBFusCATed on August 09, 2010, 09:25:37 am
Yes it have such feature it somewhere in Settings -> Environment. I don't have a C::B on this machine, so I can't tell you the correct steps
Title: Re: Change build output windows font size?
Post by: Jenna on August 09, 2010, 11:54:56 am
Yes it have such feature it somewhere in Settings -> Environment. I don't have a C::B on this machine, so I can't tell you the correct steps
It's in "Settings -> Environment -> View -> Message logs' font size".
Title: Re: Change build output windows font size?
Post by: Infernochaos on August 09, 2010, 02:07:43 pm
Oh sorry If you misunderstood me, I meant in the debug window when you click "build and run" a output window comes out to test your compiled code . I want to change that font .
Title: Re: Change build output windows font size?
Post by: oBFusCATed on August 09, 2010, 02:14:01 pm
You'll have to setup your console application (cmd.exe,xterm, etc).
If it is some of the linux consoles, you can change the command used to start them somewhere in the "Settings -> Environment"
If it is cmd.exe, you can right click on the titlebar and then click properties
Title: Re: Change build output windows font size?
Post by: Jenna on August 09, 2010, 02:15:06 pm
That depends on your OS.
On windows it's the default window opened, if you call cmd.exe, on linux it's xterm by default, but can be switched to other terminal-emulators in "Settings -> Environment -> General settings -> Terminal to launch ...".

How to set the default font size is a system thing and not a C::B setting.
Title: Re: Change build output windows font size?
Post by: Infernochaos on August 10, 2010, 02:00:05 pm
OH thank you guys!I'm on ubuntu linux and I would like to change xterm to bash terminal what is the appropriate syntax?
Title: Re: Change build output windows font size?
Post by: oBFusCATed on August 10, 2010, 03:01:18 pm
bash is a shell not a terminal emulator, probably you mean gnome-terminal?

http://en.wikipedia.org/wiki/Shell_%28computing%29#Unix_shells
http://en.wikipedia.org/wiki/Terminal_emulator

p.s. look for the command line options for your preferred terminal and modify the option in C::B that Jens mentioned.
Title: Re: Change build output windows font size?
Post by: Infernochaos on August 10, 2010, 03:39:46 pm
bash is a shell not a terminal emulator, probably you mean gnome-terminal?

http://en.wikipedia.org/wiki/Shell_%28computing%29#Unix_shells
http://en.wikipedia.org/wiki/Terminal_emulator

p.s. look for the command line options for your preferred terminal and modify the option in C::B that Jens mentioned.

Yes that's it , the gnome-terminal! and also what's the command line options thing .I'm very very new to Linux so I'm kinda lost ...
Title: Re: Change build output windows font size?
Post by: oBFusCATed on August 10, 2010, 04:12:20 pm
try "man gnome-terminal" or "gnome-terminal --help"
Title: Change build output windows font size?
Post by: samarthsangam1 on July 15, 2016, 06:52:55 pm
how to change font size of build output screen i tried changing cmd.exe font size but it resulted in change of font size o only cmd.exe but there was no change in font size of build output screen
Title: Re: Change build output windows font size?
Post by: oBFusCATed on July 15, 2016, 07:55:35 pm
samarthsangam1: Please don't send pms for general questions. You don't increase the chance of getting an answer.
Title: Re: Change build output windows font size?
Post by: BlueHazzard on July 16, 2016, 02:01:03 am
build output screen
what is the build output screen? the CMD?
Title: Re: Change build output windows font size?
Post by: meth on November 11, 2020, 03:07:19 am
On Linux, the output of debugging/run default open in an xterm window, to change it to a gnome-terminal,

go to: Settings -> Environment -> General settings
Select gnome-terminal -t $TITLE -x from the dropdown menu of  Terminal to launch console programs