Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add line wrap to python console #2293

Open
fchartier opened this issue Feb 10, 2025 · 0 comments
Open

add line wrap to python console #2293

fchartier opened this issue Feb 10, 2025 · 0 comments

Comments

@fchartier
Copy link

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

Image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant