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 372045 - Python Highlighting ''' Error
Python Highlighting ''' Error
Status: RESOLVED DUPLICATE of bug 139267
Product: gtksourceview
Classification: Platform
Component: Syntax files
1.8.x
Other All
: Normal minor
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-07 15:35 UTC by pianoboy3333
Modified: 2006-12-11 12:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description pianoboy3333 2006-11-07 15:35:54 UTC
Please describe the problem:
''' should do the same as """ in Python scripting highlighting, yet gedit treats it as '' and then starting a new string '.

Follow? I know it's not the most clear, but I'm sure if you program python you'll understand.

Steps to reproduce:
1. Open gedit
2. Turn on Python highlighting: View -> Highlight Mode -> Scripts -> Python
3. Type:
'''
asdf
asdf
'''


Actual results:
The two lines of 'asdf' appear in black, not pink on a default setup declaring that it's a string.

Expected results:
See end of above.

Does this happen every time?
Yes.

Other information:
N/A
Comment 1 Paolo Maggi 2006-12-11 12:14:39 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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