The warning/error message:
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit ...
is confusing.
The part about Squiggles are disabled... doesn't make sense because you are looking at squiggles underneath the include file that cannot be found!!
After some head scratching, I realized that what you are trying to say is that "Squiggles are disabled for the rest of this file until all #include errors have been resolved."
I'm sure there are other ways to say this, but the current wording seems contradictory. 😄
The warning/error message:
is confusing.
The part about
Squiggles are disabled...doesn't make sense because you are looking at squiggles underneath the include file that cannot be found!!After some head scratching, I realized that what you are trying to say is that "Squiggles are disabled for the rest of this file until all #include errors have been resolved."
I'm sure there are other ways to say this, but the current wording seems contradictory. 😄