Page 1 of 1

Python triple-quoted string syntax coloring bug

Posted: Mon May 08, 2006 12:06 am
by nedbatchelder
If a triple-quoted string has a hash mark in it, the syntax highlighter thinks a comment has begun:

def foo_count():
""" Return the # of foo's. """
return 0

Posted: Mon May 08, 2006 3:36 am
by jussij
I can confirm this is a bug :(

It will be fixed in the next Zeus patch ;)

Cheers Jussi

Posted: Sun May 14, 2006 11:31 pm
by jussij
The latest Zeus patch found here: http://www.zeusedit.com/forum/viewtopic.php?t=570

will fix this triple quote issue ;)

Cheers Jussi