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 562959 - Perl syntax highlight went crank on "$object->get_y()" call.
Perl syntax highlight went crank on "$object->get_y()" call.
Status: RESOLVED DUPLICATE of bug 582546
Product: gtksourceview
Classification: Platform
Component: Syntax files
unspecified
Other All
: Normal minor
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-02 10:52 UTC by Igor
Modified: 2011-05-13 20:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Igor 2008-12-02 10:52:41 UTC
Given the following code:

$x = $object->get_y();
$h = $object->get_height(),

you'll get second line and following still highlighted in same style until EOF;
same happens for (any perl bareword)_y, so set_y, set_y() and others would show same result.

Tested with different color schemas.

Other information:
-- http://www.tmo.me/pictogrammatic/gedit_bug.png
Comment 1 Carnë Draug 2011-05-13 20:56:13 UTC

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