MPS 2018.1 Help

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

ItemTooltip and shortcutDescription
arrowUp arrowDown Up/down the Stack Trace
N/A N/A
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.
icon softWrap Use Soft WrapsClick this button to toggle the soft wrap mode of the output.
icon scrollToEnd Scroll to the endClick this button to navigate to the bottom of the stack trace and have the cursor jump to the corresponding location in the source code.
icon print PrintClick this button to send the console text to the default printer.
icon clear all 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 commands

CommandShortcutDescription
Compare with ClipboardShow selection in the console and contents of the Clipboard in the Differences viewer.
gistCreate GistChoose this command to create a Git Gist.
icon clear allClear AllChoose this item on the context menu to delete all messages from the upper part of the console.
PasteN/AInsert the last entry of the Clipboard next to the caret position in the lower part of the console.
Paste from HistoryN/AInsert selected entry of the Clipboard next to the caret position in the lower part of the console.
Paste SimpleN/AInsert selected entry of the Clipboard as plain text, next to the caret position in the lower part of the console.
Last modified: 6 August 2018