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 459564 - gedit syntax highlighting issue with regex
gedit syntax highlighting issue with regex
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
1.90.x
Other Linux
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-23 13:50 UTC by Sebastien Bacher
Modified: 2007-07-25 16:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Sebastien Bacher 2007-07-23 13:50:28 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/126132

"Binary package hint: gedit

When using the Perl syntax highlighting mode, a regex containing an escaped double-quote character will cause all following text to be treated as a string until the next un-escaped double-quote.

For example;
if ( $test =~ /\"text\"/ ) {"
Comment 1 thelema 2007-07-23 15:08:49 UTC
works in svn's test-widget.  Probably (mostly) fixed by nud's major perl.lang rewrite.
Comment 2 Paolo Borelli 2007-07-25 16:30:57 UTC
yep