Hi,
I'm adding (Settings->Editor->Syntax highlighting->keywords) the c++'s keywords is missing to be identified at text's body. How can I transfer it to the next version of Code::Block?
Best regards,
TheArquitect
Can you try to rephrase your question, because I don't understand it?
Please provide more details. Which version is previous and which one is next? OS?
C++ Keywords that are not colored in green or blue inside CB SVN 11979.
and
and_eq
bitand
bitor
char8_t
compl
concept
consteval
constinit
co_await
co_return
co_yield
not
not_eq
or
or_eq
xor
xor_eq
Note: This is just my guess on posters issue.
Tim S.
In my lexer_cpp.xml, I have also added rename.
Quote from: gd_on on March 29, 2020, 11:29:50 AM
In my lexer_cpp.xml, I have also added rename.
I think the best would be to implement whats missing in trunk. Patch?
Settings generally can be transferred using the cb_share_config tool.
Yes, but we still don't know what the actual problem is. Last two replies are just speculation.
I notice the C::B doesn't have a lot of keyword in its DB located in Settings->Editor->Syntax highlighting->keywords
I've adding a lot of keywords these are missing there and I want to help the C::D sending a list more complete.
They are in `src/sdk/resources/lexers/lexer_cpp.xml`, but they are commented. I don't know why.