intellij-ideaconsolevisibility

Why there are only 75 visible characters in Intellij Idea's embedded terminal?


When I use Idea's embedded command prompt in the tools window I can only see 75 characters. The chars are there but they are not visible:

C:>echo "This is the sentence I want to show you but I get only 75 characters h "This is the sentence I want to show you but I get only 75 characters here"

Neither have I found any setting for this, nor have I found someone with the same problem by googling

Idea version is 13.1.13 on Windows 7 with jdk 1.7x

Outside idea, cmd.exe's (Version 6.1.7601) configuration is not limiting anything to 75


Solution

  • This is a known bug: IDEA-117552 Terminal output truncated to 80 symbols

    Happens on my system, too (JDK 1.7, Windows 7, 32bit).

    If line length matters (not for me), you can set the terminal floating and reduce its horizontal size. Then it works.

    enter image description here