how to change color of,,,,

General questions regarding the usage of CodeLite
glenenglish
CodeLite Enthusiast
Posts: 19
Joined: Sun Mar 30, 2014 11:59 am
Genuine User: Yes
IDE Question: C++
Contact:

how to change color of,,,,

Post by glenenglish »

HI
I am looking for the name / type of item in the BUILD output view, that has errors

I like the theme I have but in the BUILD output, error is red on gray and it does not work too well on my old eyes with small font

how can I change the red to something else ?
I look through Settings - Colors and Fonts, but am not sure where to find it.

this one : (see attached screen shot section)
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: how to change color of,,,,

Post by eranif »

Settings->Preferences->Build Settings->Build Output Appearance

You can change the colour used for errors and warnings in the build tab

Eran
Make sure you have read the HOW TO POST thread
glenenglish
CodeLite Enthusiast
Posts: 19
Joined: Sun Mar 30, 2014 11:59 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: how to change color of,,,,

Post by glenenglish »

thanks !
cody
CodeLite Curious
Posts: 4
Joined: Mon Dec 19, 2016 9:33 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: how to change color of,,,,

Post by cody »

Is there also a possibility to change the colour for each compiler seperately?
If I run my makefile, the output of my nvcc compilation has no colour at all...
codliteColourOutput.png
You do not have the required permissions to view the files attached to this post.
cody
CodeLite Curious
Posts: 4
Joined: Mon Dec 19, 2016 9:33 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: how to change color of,,,,

Post by cody »

Already found the solution. I just had to change the / add a new compiler pattern under 'Build Settings'.
Post Reply