Menu

#9 false coloring after quote within single line comment

open
nobody
None
9
2006-01-06
2006-01-06
robertg2
No

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;
}

Discussion

  • robertg2

    robertg2 - 2006-01-06
    • priority: 5 --> 9
     
  • robertg2

    robertg2 - 2006-01-06

    Logged In: YES
    user_id=1421043

    Thus webcpp is unusable! (I don't want always have to check
    for correct output)

     
  • robertg2

    robertg2 - 2006-01-06

    Logged In: YES
    user_id=1421043

    Correction:
    This color continues into the next lines! (also code)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.