Viewing 1 post (of 1 total)
  • Author
    Posts
  • #22172
    jjasmith4
    Participant

    Let’s say I have a line of C++ code such as this:
    char left_paren = '('; // initialize this to a ( character
    Both of the left parentheses should be ignored, because one is in a single-quoted string, and the other is in a comment. But EmEditor expects two right parentheses somewhere below.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.