Disable console soft wraps
已回答
Console soft-wraps always happen on lines that are 1000+ characters long even when Use soft wraps disabled in options Editor>General>Console
请先登录再写评论。
Settings | Editor | General | Console | Use soft wraps in console, unfortunately, it has no effect on Python Console in PyCharm - It's a known bug - https://youtrack.jetbrains.com/issue/PY-31621/Editor-General-Console-Use-soft-wraps-has-no-effect-on-Python-console
As a workaround you have to enable/disable the Soft-wrap on the Output actions of the Python console
>As a workaround you have to enable/disable the Soft-wrap on the Output actions of the Python console
I don't have Output Actions option in my console.
Only see this button that i have to press every time i run script to disable soft wraps.
Its because i use local python interpreter?
You are checking the Run tool window instead of the Python Console - Which one are you referring to?
To clarify, if you toggle soft-wrap in both run and Python console tabs, it should persist the option for the output of boths in this project