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
Fonts and sizes
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Fonts and sizes
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 20
- Joined: Wed May 28, 2014 9:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Fonts and sizes
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
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
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Fonts and sizes
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
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
-
- CodeLite Enthusiast
- Posts: 20
- Joined: Wed May 28, 2014 9:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Fonts and sizes
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
I am using Codelite 9.0.0 on Ubuntu 14.04 from your repo.
Thanks
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Fonts and sizes
My mistake ...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
It uses the "text" fonts :/
settings->colours and settings->customize->text
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 20
- Joined: Wed May 28, 2014 9:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Fonts and sizes
Ok, works perfectly, thanks.