Hi,
am I dumb, or is there a bug with the syntax colouring in 9.x when using the old-Borland-like "dark theme"?
please see my sample:
I have assigned bright magenta for integers, this was my choice. But I have no idea, where the dark magenta comes from because this source code was yesterday (using Codelite 8.0) yellow.
C++ Keyword: #FFFFFF on #000080 (white on navy blue)
Default: #337D99 on #000080 (sick dog's poop on navy blue)
Identifier: #FFFF00 on #000080 (yellow on navy blue)
Local Variables: #FFFFB9on #000080 (lighter yellow on navy blue)
Any Idea?
--- edit ---
This picture shows, how it was looking before CodeLite 9.x
--- edit once more: ---
Settings | Colours and Fonts ... | Customize Tab | C++ | Workspace tags
was it.
What does "Workspace tags" stands for?
Keyword, Identifier, Local Variable ... all this are things I can assign to things in my world.
But WTH is "Workspace tags"?
(sorry for misspellings, have a broken hand today)
[RESOLVED] Syntax Highlighting Problem after 8.0 -> 9.x up.
-
- CodeLite Enthusiast
- Posts: 28
- Joined: Tue Sep 11, 2012 11:50 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
[RESOLVED] Syntax Highlighting Problem after 8.0 -> 9.x up.
You do not have the required permissions to view the files attached to this post.
Last edited by Modem Man on Tue Oct 20, 2015 10:54 pm, edited 1 time in total.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Syntax Highlighting Problem after 8.0 -> 9.x update
it's the old term for "workspace classes, structs, enums etc". you can define what workspace will contain from settings/code completion/coloring
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 28
- Joined: Tue Sep 11, 2012 11:50 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: [RESOLVED] Syntax Highlighting Problem after 8.0 -> 9.x
okay, thanks. Now I understand it completely
Issue closed, user happy!
Issue closed, user happy!