Fonts and sizes

General questions regarding the usage of CodeLite
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Fonts and sizes

Post by eranif »

I do most of the job with the help of DavidGH. There are also some occasional contributors via GitHub pull requests (I must admit that once we moved to GitHub the number of contributions increased drastically)

Eran
Make sure you have read the HOW TO POST thread
ghost
CodeLite Enthusiast
Posts: 20
Joined: Wed May 28, 2014 9:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Fonts and sizes

Post by ghost »

Hello, another question about fonts.
Is it possible to change the font of the "build" output?
With Codelite 9.0 it increased a lot but I can not find any way to change it permanently, I can only reduce it with ctrl+mouse wheel, but I have to do it every time.
Thanks
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Fonts and sizes

Post by eranif »

The build tab font size is using the same font as the C++ editor font.
i.e. if you change the editor font, it will affect the build window as well

Eran
Make sure you have read the HOW TO POST thread
ghost
CodeLite Enthusiast
Posts: 20
Joined: Wed May 28, 2014 9:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Fonts and sizes

Post by ghost »

Uhm it's not working for me... I changed the editor font with Settings / Coulors and fonts / Customize / C++ and setted to Monospace 9, but the build output has a different font; in fact it's not using this font at all, it's not a matter of size only.
I am using Codelite 9.0.0 on Ubuntu 14.04 from your repo.
Thanks
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Fonts and sizes

Post by eranif »

ghost wrote:Uhm it's not working for me... I changed the editor font with Settings / Coulors and fonts / Customize / C++ and setted to Monospace 9, but the build output has a different font; in fact it's not using this font at all, it's not a matter of size only.
I am using Codelite 9.0.0 on Ubuntu 14.04 from your repo.
Thanks
My mistake ...
It uses the "text" fonts :/

settings->colours and settings->customize->text

Eran
Make sure you have read the HOW TO POST thread
ghost
CodeLite Enthusiast
Posts: 20
Joined: Wed May 28, 2014 9:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Fonts and sizes

Post by ghost »

Ok, works perfectly, thanks.
Post Reply