How do you edit code completion colours?

General questions regarding the usage of CodeLite
paul17041993
CodeLite Curious
Posts: 2
Joined: Mon Apr 03, 2017 3:18 pm
Genuine User: Yes
IDE Question: ...
Location: Australia
Contact:

How do you edit code completion colours?

Post by paul17041993 »

How do you edit each of the colours for each object in the code completion list? (struct, class, enum, etc) they all display as a single, non-customisable colour (ie, no GUI option anywhere), which is an algae green...

(https://github.com/eranif/codelite/issues/1613)
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How do you edit code completion colours?

Post by eranif »

Can you post a screenshot of what you want to change?
I don't think I understand what you are trying to achieve
Make sure you have read the HOW TO POST thread
paul17041993
CodeLite Curious
Posts: 2
Joined: Mon Apr 03, 2017 3:18 pm
Genuine User: Yes
IDE Question: ...
Location: Australia
Contact:

Re: How do you edit code completion colours?

Post by paul17041993 »

Well I ended up finding the global colour option, which was 'Workspace tags', for some reason the actual colours between the two are ever so slightly different and I hadn't noticed.

The actual problem however is I need the ability to colour each individual 'tag' separately from eachother, not just be all the one colour, simply selecting only some of the tags doesn't help either because the unselected tags just end up blended with everything else, it's a loose-loose configuration option.
Screenshot_20170406_112058.png
Screenshot_20170406_112331.png
Screenshot_20170406_112935.png
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How do you edit code completion colours?

Post by eranif »

The number of colours is limited. The number of colours that can be used is 8.
The editor component is not that flexible, so no, you can't use different colours per tag

(Hopefully, I understood from the screenshot what you meant)
Make sure you have read the HOW TO POST thread
Post Reply