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 311660 - Wrong priority for matches
Wrong priority for matches
Status: RESOLVED DUPLICATE of bug 139267
Product: gtksourceview
Classification: Platform
Component: Syntax files
1.2.x
Other All
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-26 21:29 UTC by Steve Frécinaux
Modified: 2005-08-03 18:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Steve Frécinaux 2005-07-26 21:29:09 UTC
Please describe the problem:
In the python lang file, the two string declaration systems are well documented
: "foo" and """foo""". The second one is declared as multiline.

Anyway the second style strings seems to be recognized as the first one :
In

""" foo
bar """

bar doesn't have the colour associated with strings, unless you write

""" foo \
bar """

That makes me believe that 
"""foo bar"""
is recongnized as "", "foo bar", ""

Steps to reproduce:
1. In gedit, select the python coloration scheme
2. Write in the following text in the text area
""" foo
bar
"""


Actual results:
The text isn't well coloured

Expected results:
The bar line should have the same colour as the foo one.

Does this happen every time?
yes

Other information:
Comment 1 Paolo Maggi 2005-08-03 18:17:50 UTC
I think this is a duplicate of bug #139267.


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