Python triple-quoted string syntax coloring bug

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
nedbatchelder
Posts: 6
Joined: Wed May 03, 2006 1:48 am

Python triple-quoted string syntax coloring bug

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

I can confirm this is a bug :(

It will be fixed in the next Zeus patch ;)

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
Post Reply