GNOME Bugzilla – Bug 584736
Bracket Highlight broken with quotes.
Last modified: 2009-06-03 16:03:24 UTC
Please describe the problem: When entering code in apps that use gtksourceview, bracket highlighting match up to brackets inside of quotes. Consider the following text: int main() { char g = '}'; } put the cursor like so: char g = '}|'; you will see that the brackets are highlighted. Steps to reproduce: 1. Enter the above text. 2. Move the cursor to the bracket in the quote. 3. Notice the highlighting. Actual results: The wrong brace or parenthesis are highlighted. Expected results: No highlighting should occur when the cursor is inside of a comment, or quote. Does this happen every time? Yes Other information:
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 547151 ***