EmEditor Text Editor Feature: Delimiters Skip Comments, Quotes in Parsing

EmEditor Text Editor Feature: Delimiters Skip Comments, Quotes in Parsing

Larry Lv8

EmEditor Text Editor Feature: Delimiters Skip Comments, Quotes in Parsing

Tagged: balancing , comment , delimiter , quoted , string

Viewing 1 post (of 1 total)

  • Author
    Posts
  • August 8, 2017 at 12:07 pm #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.
  • Author
    Posts

Viewing 1 post (of 1 total)

  • You must be logged in to reply to this topic.

Also read:

  • Title: EmEditor Text Editor Feature: Delimiters Skip Comments, Quotes in Parsing
  • Author: Larry
  • Created at : 2024-10-10 21:22:27
  • Updated at : 2024-10-17 06:19:21
  • Link: https://win-bits.techidaily.com/emeditor-text-editor-feature-delimiters-skip-comments-quotes-in-parsing/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
EmEditor Text Editor Feature: Delimiters Skip Comments, Quotes in Parsing