Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Literal parenthesis breaks matching parenthesis highlighting. #322

Closed
laurentpetit opened this issue Mar 15, 2015 · 4 comments
Closed

Literal parenthesis breaks matching parenthesis highlighting. #322

laurentpetit opened this issue Mar 15, 2015 · 4 comments

Comments

@laurentpetit
Copy link
Member

Original issue 281 created by laurentpetit on 2011-08-28T16:16:31.000Z:

Parentheses in char and string literals (as in (, ), "(", ")") are not ignored when matching brace is highlighted.

First example:
( ; <-- cursor is here
) ; <-- this parenthesis is actually highlighted
) ; <-- this parenthesis should be highlighted

Second example:
( ; <-- cursor is here
"(" v
) ; <-- this parenthesis should be highlighted
) ; <-- this parenthesis is actually highlighted

CCW 0.3.0 from updatesite http://ccw.cgrand.net/updatesite,
Eclipse 3.7

@laurentpetit
Copy link
Member Author

Comment #1 originally posted by laurentpetit on 2011-08-28T19:14:30.000Z:

Oh, ok, I see what's happening. Seems like some code was too aggressively simplified :-)

@laurentpetit
Copy link
Member Author

Comment #2 originally posted by laurentpetit on 2011-10-03T11:12:16.000Z:

<empty>

@laurentpetit
Copy link
Member Author

Comment #3 originally posted by laurentpetit on 2011-10-03T22:08:30.000Z:

<empty>

@laurentpetit
Copy link
Member Author

Comment #4 originally posted by laurentpetit on 2011-10-06T09:48:47.000Z:

<empty>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant