2019-12-09 04:10 AM
Hi, I installed STM32CubeIDE for the first time. As the picture illustrated, the keywords, GPIO_PinState and uint32_t, seems like the comment, is there anyway to solve this problem?
Best regards.
Solved! Go to Solution.
2019-12-09 06:46 AM
Click on Window -> Preferences -> C/C++ -> Editor -> Syntax Coloring
Change values you don't like.
2019-12-09 05:01 AM
Looks fine to me - a comment is Green in colour whereas the quoted text is Black !
Can you explain your problem in more detail?
Andy
2019-12-09 05:14 AM
Hi, andy2399, thank you for replying.
As the picture illustrated, the comment is Green, but GPIO_PinState and uint32_t are also Green. It is unconvient to read the code.
2019-12-09 05:45 AM
Well that is odd, when I look at your attached screenshot, the comment above GPIO_PinState... is clearly Green and the text you quoted looks Black to me !
Andy
2019-12-09 05:46 AM
This is how it looks to me
Andy
2019-12-09 05:46 AM
One of us is color blind ;)
2019-12-09 05:54 AM
Hi, Andy, I didn't explain it clearly, it's my fault.
The comment is light Green, GPIO_PinState and uint32_t is a little dark Green to me.
They're all green, so it's not easy to distinguish them.
2019-12-09 05:57 AM
:face_with_tears_of_joy: :face_with_tears_of_joy:
2019-12-09 06:46 AM
Click on Window -> Preferences -> C/C++ -> Editor -> Syntax Coloring
Change values you don't like.
2019-12-09 07:30 AM
Was coming to the thread to say this. It's very customizable!