GNOME Bugzilla – Bug 459564
gedit syntax highlighting issue with regex
Last modified: 2007-07-25 16:30:57 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\"/ ) {"
works in svn's test-widget. Probably (mostly) fixed by nud's major perl.lang rewrite.
yep