Fonts settings are not kept!

General questions regarding the usage of CodeLite
rthriller
CodeLite Curious
Posts: 7
Joined: Mon Mar 09, 2009 1:27 pm
Contact:

Fonts settings are not kept!

Post by rthriller »

Hello,
When I change the edito's font then restart CodeLite, the settings are gone, and I get the default courrier font.
Any hint please?
Thank you.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Fonts settings are not kept!

Post by eranif »

The fonts are kept per file extension (or per lexer) so make sure that you modify the font for correct file extension from:
settings -> syntax highlight & fonts

select the lexer you want (C++, Java etc) and modify it, also note that the fonts are per-style (i.e. you can set different font for comments, keywords etc.)
Eran
Make sure you have read the HOW TO POST thread
rthriller
CodeLite Curious
Posts: 7
Joined: Mon Mar 09, 2009 1:27 pm
Contact:

Re: Fonts settings are not kept!

Post by rthriller »

I just tried to change the Default c++ Global font. When I hit Apply, the new font shows in the editor, but if restarted, the default courrier font comes back!

Now it is okay, I just reinstalled build 1.0.2785

Thank you!
Post Reply