Console
File | Settings | Editor | General | Console for Windows and Linux
IntelliJ IDEA | Settings | Editor | General | Console for macOS
CtrlAlt0S
Use this page to configure how IntelliJ IDEA displays console output. These settings control folding, wrapping, and trimming lines, which makes console output easier to read and comprehend.
- Use soft wraps in console
Wrap long lines in the console output at word boundaries.
- Console commands history size
Specify how many console commands to include and display in the console history.
- Override console cycle buffer size (1,024 KB)
Delete old messages when the console buffer size exceeds the specified value.
- Default Encoding
Select the encoding that IntelliJ IDEA should use to view console output. By default, it uses the system encoding.
- Fold console lines that contain
Configure a list of patterns for lines that you want to fold in the console output. See Folding patterns.
- Exceptions
Configure a list of patterns for lines that you don't want to fold in the console output. See Folding patterns.
Use the following buttons to manage the folding patterns from the two lists:
- Add AltInsert
Open the Folding Pattern dialog and type a new pattern.
- Remove AltInsert
Remove the selected pattern from the list.
- Edit Enter
Open the Folding Pattern dialog and edit the selected pattern.
Thanks for your feedback!