So I have to enter a lot of text for display by Tkinter, and I've been rather miffed that I can't seem to find a way to get Eclipse (PyDev) to do any kind of auto-wrapping. Wrapping the lines myself with "string1" + \ "string2"
is, of course, beyond annoying. But I'm tired of not being able to read through the text without serious horizontal scrolling, so that's what I've been doing.
Will someone please tell me if there's another way?