Community
Participate
Working Groups
Build Identifier: HEAD Create a source file with the following content in the C++ editor: #include <stdio.h> #define FORMAT_SPCFR "" void highlight() { printf("number=%"FORMAT_SPCFR"d", 0); } int main() { return 0; } The syntax highlighting is broken behind FORMAT_SPCFR. If you put a space behind FORMAT_SPCFR it works again. Reproducible: Always
*** This bug has been marked as a duplicate of bug 329196 ***