I have Python in the Console tab and I call help via help()
. It opens in the Help tab, but the lines are not wrapped and go beyond the window.
Of course, I can run Python in the Terminal and if I call help on a certain part of the language, the help page is opened within the Terminal window, where the lines wrap, but then I have to jump between the windows, which is not comfortable.
So I have tried to play with Code:Soft Wrap Long Lines, but it seems not to affect the Help table.