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)
How do you edit code completion colours?
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Apr 03, 2017 3:18 pm
- Genuine User: Yes
- IDE Question: ...
- Location: Australia
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How do you edit code completion colours?
Can you post a screenshot of what you want to change?
I don't think I understand what you are trying to achieve
I don't think I understand what you are trying to achieve
Make sure you have read the HOW TO POST thread
-
- 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?
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.
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.
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How do you edit code completion colours?
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)
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