CLion 2018.1 Help

Console

File | Settings | Editor | General | Console for Windows and Linux
CLion | Preferences | Editor | General | Console for macOS
Ctrl+Alt+S settings


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.

ItemDescription
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 text box, 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:
IconKeyboard shortcutDescription
newAlt+InsertUse this icon or shortcut to open the Folding Pattern dialog box and type a new pattern.
edit1EnterUse this icon or shortcut to open the Folding Pattern dialog box and edit the selected pattern.
deleteAlt+DeleteUse 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:
IconKeyboard shortcutDescription
newAlt+InsertUse this icon or shortcut to open the Folding Pattern dialog box and type a new pattern.
edit1EnterUse this icon or shortcut to open the Folding Pattern dialog box and edit the selected pattern.
deleteAlt+DeleteUse this icon or shortcut to remove the selected pattern from the list.
Last modified: 24 July 2018

See Also