false coloring after quote within single line comment
Brought to you by:
seeplusplus
In Java (as well as in cpp files) within a single line
comment (//) after a quote sign, all the text is
colored with quote color.
This color continues into the next commnent line.
Example (Java):
private void test () {
String str = "jkjlk'jkkjk";
char x = 'x';
// here's a single quote within a comment line
// the color continues into this line and into the
code in next line
String y;
}
Logged In: YES
user_id=1421043
Thus webcpp is unusable! (I don't want always have to check
for correct output)
Logged In: YES
user_id=1421043
Correction:
This color continues into the next lines! (also code)