Console
In this section:
Important notes
An interactive console is divided into two panes: the lower pane serves for user input, the upper pane displays results and messages.
Use up and down arrow keys to browse through the history of executed commands, and repeat the desired ones.
Color and font scheme of a console is configurable on the Console Colors and Console Fonts pages of the Color Scheme editor settings.
Toolbar
Console Toolbar
Item | Tooltip and shortcut | Description |
---|---|---|
Up/down the Stack Trace | Click this button to navigate up or down in the stack trace and have the cursor jump to the corresponding location in the source code. | |
Use Soft Wraps | Click this button to toggle the soft wrap mode of the output. | |
Scroll to the end | Click this button to navigate to the bottom of the stack trace and have the cursor jump to the corresponding location in the source code. | |
Click this button to send the console text to the default printer. | ||
Clear All | Click this button to remove all text from the console. This function is also available from the context menu of the console. |
Context menu commands
Command | Shortcut | Description |
---|---|---|
Compare with Clipboard | Show selection in the console and contents of the Clipboard in the Differences viewer. | |
Create Gist | Choose this command to create a Git Gist. | |
Clear All | Choose this item on the context menu to delete all messages from the upper part of the console. | |
Paste | Ctrl+V | Insert the last entry of the Clipboard next to the caret position in the lower part of the console. |
Paste from History | Ctrl+Shift+V | Insert selected entry of the Clipboard next to the caret position in the lower part of the console. |
Paste Simple | Ctrl+Shift+V | Insert selected entry of the Clipboard as plain text, next to the caret position in the lower part of the console. |