Hi,
I've tried using the python multiline comments and the IDE looses context when they are inserted into some code. Is this a bug?
Code:
if ( a < 10 ):
a = a + 1
"""
Comment
"""
if ( someThing ):
Error:
6 Error SyntaxError: unexpected indent
where line is "if ( someThing ):" (NB. the indents are correct!!)
Has anyone else tested this?
Cheers,
Andrew