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
Press Alt+Right and Alt+Left to switch between active tabs. Alternatively, you can press Alt+Down to see the list of all terminal tabs. To rename a tab, right-click the tab and select Rename Session from the context menu.
Opening a Terminal Window We can open the terminal window with ⌥F12 on macOS, or Alt+F12 on Windows and Linux. The terminal supports all the same commands that the operating system supports. and press enter.
Run > Edit Configurations... Select a test (better to select a parent test class) and set a Shorten command line: option to classpath file . Then OK (or Apply, OK). Using the JAR manifest option in shorten command line worked for me.
Press Ctrl+L in the built-in terminal in IDE. It clears the terminal. Go to "Settings | Keymap" and remove Ctrl+L keyboard shortcut from "Plugins | Terminal | Clear Terminal" action.
Notice: since IDEA 2016.3.2 this breaks the terminal and is not required anymore. So just delete it when you update to a version it cannot create the Terminal.
For windows change the terminal shell path (File->Settings->Tools->Terminal) from cmd.exe
to:
cmd.exe "/K mode con:cols=500 lines=9999&cmd.exe"
or if using the bash for windows subsystem:
cmd.exe "/K set LINES=9999&C:\windows\system32\bash.exe"
as described in the bug description (https://youtrack.jetbrains.com/issue/IDEA-117552)
Edit: wrap /K in quotes as well!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With