Wrap paragraph breaks source code
Brought to you by:
fabioz
It looks like the "Wrap Paragraph" action in the Source menu is intended for docstrings, unfortunately its also available when being in a piece of code and executing it there completely breaks the source code. For example this:
def foo():
test = "This is a very very very very very very very very very very very very very very very very very long string"
becomes this:
def foo():
test = "This is a very very very very very very very very very very very very
very very very very very long string"