GNOME Bugzilla – Bug 562959
Perl syntax highlight went crank on "$object->get_y()" call.
Last modified: 2011-05-13 20:56:13 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
*** This bug has been marked as a duplicate of bug 582546 ***