You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When printing a long line in python it is represented with a continuation sign (>) which enables to see the rest of the line with the cursor. When using "input" with a long line, it is not possible to do so without interrupting the input, or to see what is being entered.
Screenshots
Describe the solution you'd like
It would be nice to add a "line wrap" option where all output would be line wrapped.
Describe alternatives you've considered
The python font "small" option enables to see longer lines, but it might not always be sufficient
Additional context
The text was updated successfully, but these errors were encountered:
Problem you'd like to fix
When printing a long line in python it is represented with a continuation sign (>) which enables to see the rest of the line with the cursor. When using "input" with a long line, it is not possible to do so without interrupting the input, or to see what is being entered.
Screenshots
Describe the solution you'd like
It would be nice to add a "line wrap" option where all output would be line wrapped.
Describe alternatives you've considered
The python font "small" option enables to see longer lines, but it might not always be sufficient
Additional context
The text was updated successfully, but these errors were encountered: