shyuu
shyuu

Reputation: 123

How to wrap line in PyDev's interactive console?

Each time I want to view a long output line, I have to drag the horizontal scroll bar. Is it possible to set word wrapping in PyDev's interactive console (not editor)?

Upvotes: 3

Views: 347

Answers (2)

demongolem
demongolem

Reputation: 9708

It is now possible as of PyDev 6.2. By default it is not enabled. To see the icon that you have to click to enable visit this. For the possibility that the link disappears, go to the console tab and you will want to look for an icon which has a yellow "left-turn" arrow and click that.

Upvotes: 1

Fabio Zadrozny
Fabio Zadrozny

Reputation: 25332

Unfortunately no, it's not currently possible to enable word wrapping in the PyDev interactive console.

You may report this as a feature request in https://www.brainwy.com/tracker/PyDev (but even better would be providing a pull request for that -- see: http://www.pydev.org/developers.html)

Upvotes: 2

Related Questions