GoLand 2019.2 Help

Console

File | Settings | Editor | General | Console for Windows and Linux
GoLand | Preferences | Editor | General | Console for macOS
Ctrl+Alt+S the Settings/Preferences icon


Use this page to define lines to be folded in consoles. This lets you hide extraneous information and make console output easier to read and comprehend.

Item

Description

Use soft wraps in console

If this checkbox is selected, soft wraps (or word wraps) are used in consoles.

Console commands history size

In this field, specify how many console commands will be included in the console history and can be browsed through.

Override console cycle buffer size (1024 KB)

Select this checkbox if you want to delete old messages when the console buffer size exceeds the specified value.

Fold console lines that contain

In this area, configure a list of patterns that determine the lines to be hidden in console output. Any line that contains one of these patterns as a substring is hidden. Use the following icons or shortcuts:

Item

Shortcut

Description

the Add buttonAlt+Insert

Use this icon or shortcut to open the Folding Pattern dialog and type a new pattern.

EditEnter

Use this icon or shortcut to open the Folding Pattern dialog and edit the selected pattern.

RemoveAlt+Delete

Use this icon or shortcut to remove the selected pattern from the list.

Exceptions

In this area, configure a list of patterns that determine the lines not to be folded in console output. Any line that contains one of these patterns as a substring is displayed. Use the following icons or shortcuts:

Item

Shortcut

Description

the Add buttonAlt+Insert

Use this icon or shortcut to open the Folding Pattern dialog and type a new pattern.

EditEnter

Use this icon or shortcut to open the Folding Pattern dialog and edit the selected pattern.

RemoveAlt+Delete

Use this icon or shortcut to remove the selected pattern from the list.

Last modified: 29 October 2019