CLion 2017.1 Help

Console Tab

View | Tool Windows | Version Control | Console


The tab displays:

  • Version control-related commands generated based on the settings you specify through the CLion interface.
  • The results of executing version control-related commands.
/help/img/idea/2017.1/versionControlToolWindowConsole.png

Toolbar

ItemTooltip and ShortcutDescription
/help/img/idea/2017.1/arrowUp.png /help/img/idea/2017.1/arrowDown.png Up the stack trace / Down the stack trace
N/A
N/A
Click these buttons to navigate up or down in the stack trace and have the cursor jump to the corresponding location.
/help/img/idea/2017.1/icon_softWrap.png Use Soft WrapsClick this button to toggle the soft wrap mode of the output.
scrollToEnd.png Scroll to the endClick this button to navigate to the bottom of the stack trace and have the cursor jump to the corresponding location.
/help/img/idea/2017.1/print.png PrintClick this button to send the console text to the default printer.
/help/img/idea/2017.1/clear_all.png Clear AllClick this button to remove all text from the console. This function is also available on the context menu of the console.

Context Menu Options

ItemDescription
Compare with ClipboardOpens the Clipboard vs Editor dialog box that allows you to view the differences between the selection from the editor and the current clipboard content. This dialog is a regular comparing tool that enables you to copy the line at caret to the clipboard, find text, navigate between differences and manage white spaces.
Copy URLChoose this command to copy the current URL to the system clipboard. This command only shows on a URL, if it is included in an application's output.
Create GistChoose this command to open the Create Gist dialog box.
Clear AllClears the output window.

See Also

Last modified: 19 July 2017