Highlighting not valid for -X perl sytax
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GtkSourceView |
Fix Released
|
Low
|
|||
gtksourceview2 (Ubuntu) |
Triaged
|
Low
|
Ubuntu Desktop Bugs |
Bug Description
Binary package hint: gedit
Gedit 2.22.3
Ubuntu 8.04.1
Checking the size of a file using the -s causes the highlighter to think that the rest of the program key words (commands) are text. For example
$text = (($size = -s $file)) ? "$size bytes" : 'empty';
print $text;
will cause the $file)) to appear in red background with pink letters, the "?", ":", and ";" to appear in pink along with the following print command and the ";". The $text appears in green as it should for variables
ProblemType: Bug
Architecture: i386
Date: Mon Dec 29 12:35:29 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/gedit
NonfreeKernelMo
Package: gedit 2.22.3-0ubuntu1
PackageArchitec
ProcEnviron:
PATH=/
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: gedit
Uname: Linux 2.6.24-22-generic i686
Changed in gedit: | |
importance: | Undecided → Low |
Changed in gtksourceview: | |
status: | Unknown → New |
Changed in gtksourceview: | |
importance: | Unknown → Low |
Changed in gtksourceview: | |
status: | New → Fix Released |
tags: | added: precise trusty xenial |
confirmed, will look upstream thanks.