Is it possible to set text wrapping in PyDev?
For Python such feature is especially important because you cant freely use newline characters.
Python syntax depends on indentation. So automatic text wrapping spoils the syntax. But you can tell Python to continue a statement on the next line. See the style guide under Maximum Line Length : : http://www.python.org/dev/peps/pep-0008/