Page 1 of 1

Fonts settings are not kept!

Posted: Mon Mar 09, 2009 3:15 pm
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.

Re: Fonts settings are not kept!

Posted: Mon Mar 09, 2009 9:09 pm
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

Re: Fonts settings are not kept!

Posted: Tue Mar 10, 2009 12:19 pm
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!