On 5/15/06, Don Taylor <[EMAIL PROTECTED]> wrote:
Fabio:
I am having a strange problem with syntax coloring in a Jython file.
My Pydev extension under development allows you to rewrap comments in
Python/Jython files. It is mostly working except for one strange case:
I ask it to wrap the first paragraph in the following docstring:
class TextWrapper:
""" ...
"""
and the text is wrapped fine except that the code that follows is now
colored as if it were a string too. However, if I save the file as it
now is and re-open it then it comes back colored the way it should be
(and it runs OK).
That's a known bug: https://sourceforge.net/tracker/index.php?func=detail&aid=1402165&group_id=85796&atid=577329
