Some symbols are underlined with a single grey line. They're not errors. I can't find a setting which relates to these. Does anyone know what they are and how to remove them?
drive.google.com/open
Which ones are underlined is consistent but I can't work out what causes it.
If I just enter a lot of single characters, the following ones are underlined:
b w C N T V Z
And various other symbols, can't work out the rhyme or reason
NVIC_SystemReset
is underlined, but
HAL_NVIC_SetPriority
is not...
Looking at the letters it underlines, perhaps:
b = byte w = word C,N,T,V,Z are status bits...?
Doesn't explain the other symbols being underlined though
Hello Charlie,
this was a new feature in 5.25
Keywords that have contextual help (F1) available will be highlighted with a light grey underline.
see the last entry here:
http://www2.keil.com/mdk5/525
Thanks! I can't find a way to turn it off, but mystery solved at least.