Menu

#1516 Wrap paragraph breaks source code

1.5.0
open
Editor (491)
5
2012-06-22
2012-06-22
No

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"

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.