How can I expand the max width of the Run Tool Window in Clion/Intellij?

后端 未结 1 661
我寻月下人不归
我寻月下人不归 2020-12-18 13:15

As you can see, there\'s plenty of space for the text to expand to the right, but it gets wrapped at 120 characters. I have tried turning off soft wrapping (the lit

1条回答
  •  自闭症患者
    2020-12-18 13:51

    120 is the default value for windows console. To change the value 1. you can set the OS-wide system variable CONSOLE_WIDTH. 2. setup CONSOLE_WIDTH inside you run configuration:

    then Registry... (aka Help -> Find action -> Registry...) got to be invoked to opt out value of run.processes.with.pty

    0 讨论(0)
提交回复
热议问题