Incorrect syntax highlighting with escape character
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
4.9.9.2, Windows XP
When the escape character '\' is used at the end of a line, the syntax coloring is inconsistent. In the case of a #define it works properly:
C+D
makes both lines green.
But with a comment it does not:
i=1; // set i to 1\ j=1;
The j=1; line becomes part of the comment on the previous line and is not included in the compile. But the line is still colored black as if it will be included rather than blue and italic like a comment.