News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Is it a bug about light colored of #if..#endif?

Started by wanggaoteng, November 16, 2017, 01:18:25 PM

Previous topic - Next topic

wanggaoteng

Hi, the pictures attached shows that some codes are light colored, but the test.h file has define flag=1.
Is it a bug about light colored of #if..#endif?
It seems that something cannot search all the project, it just search only the file which #if or #ifdef exists.
Sorry for my poor English.
P.S. codeblock16.01-64bit-ubuntu

oBFusCATed

Yes, the feature is limited. And this one of the most often asked question. Until we implement semantic highlighting this isn't going to improve much.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

wanggaoteng

Quote from: oBFusCATed on November 16, 2017, 08:19:53 PM
Yes, the feature is limited. And this one of the most often asked question. Until we implement semantic highlighting this isn't going to improve much.
Thank you.