We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, found out one strange Editor bug. If you are defining some macro before including a file in which you are checking aforementioned macro with any preprocessor directive, idependent code will be shown as grayed out, while being active. While it is not a critical bug, it is certainly annoying.Here is an example: file 1, main.h file 2, dependent on define in file main.h file 2, another layer of ifdef check (only for example) Here is even an error! But...All is fine, and Rebuild has only warnings in other parts of code (here i'm writing an CMSIS-Driver, so much much work ahead).Also Auto-completion works just fine!