After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729891 - The matching bracket is wrong
The matching bracket is wrong
Status: RESOLVED DUPLICATE of bug 629786
Product: gedit
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-09 18:31 UTC by Ivo Kosir
Modified: 2014-05-09 19:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ivo Kosir 2014-05-09 18:31:16 UTC
If one writes code like following, wrong brackets are highlighted:

puts(")");
    ^ ^

The string in the code should be ignored.
Expected
puts(")");
    ^   ^
Comment 1 Sébastien Wilmet 2014-05-09 19:52:03 UTC

*** This bug has been marked as a duplicate of bug 629786 ***