How to set run tool window without wrapping?

When I use Println to output a lot of text results to the run tool window, line breaks become difficult to read. How can I set it to not wrap?

0
2 comments

Hi,

It's not possible at the moment, please vote for the issue to show your interest and track its status: https://youtrack.jetbrains.com/issue/IDEA-212620

0

I had the same problem when running ‘npm run watch’ in my PHP project and only needed to see the first part of the line to know if there's a problem or not. So instead of using the RUN window I opened the Terminal window and enabled ‘New Terminal’. If you hover close to the left of the New Terminal window and right click, the context window gives you

- Annotate
- Soft-wrap
- Configure soft wraps
- Appearance

So, I unticked Soft-wrap… bingo… happy… my dog is glad to hear me whinging less.

0

Please sign in to leave a comment.