Page 1 of 1
How do you edit code completion colours?
Posted: Mon Apr 03, 2017 3:25 pm
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)
Re: How do you edit code completion colours?
Posted: Wed Apr 05, 2017 10:05 am
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
Re: How do you edit code completion colours?
Posted: Thu Apr 06, 2017 5:37 am
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
Re: How do you edit code completion colours?
Posted: Wed Apr 19, 2017 10:07 pm
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)