RubyMine 2016.2 Help

Messages Tool Window

View | Tool Windows | Messages
Alt+0

RubyMine parses the output and displays it in a convenient format in the Messages window, letting you navigate to the source of the problem whenever possible.

On this page:

Toolbar Buttons

ItemTooltip and shortcutDescription
imgClose Ctrl+Shift+F4 Click this button to terminate the process and close the console.
img img Previous/Next Message
Ctrl+Alt+Up
Ctrl+Alt+Down
Navigate to the previous/next message.

The buttons are not available in Dart projects, see Managing Dart Packages and Assets for details.

img Export to Text File
Alt+O
Save the current console contents. In the Export dialog, specify the target file or copy information to the Clipboard. Before saving, you can also edit the information to be saved.

The button is not available in Dart projects, see Managing Dart Packages and Assets for details.

toggleTextTreeToggle tree/text modeIf this button is pressed, the output is displayed as plain text.
If this button is released, the output is displayed as a tree view.

The button is not available in Dart projects, see Managing Dart Packages and Assets for details.

showAllMessagesShow all messagesWhen this button is pressed, the only error messages are displayed.

The button is not available in Dart projects, see Managing Dart Packages and Assets for details.

img
img
Expand all
Ctrl+NumPad Plus
Collapse all
Ctrl+NumPad -
Use these buttons to have all nodes expanded or collapsed.

The buttons are not evailable in Dart projects, see Managing Dart Packages and Assets for details.

img Hide warnings When this button is pressed, the tree of messages shows error messages only.

The button is not available in Dart projects, see Managing Dart Packages and Assets for details.

img Autoscroll to sourceIf this button is pressed, the file that contains the selected error automatically opens in the editor, with the caret at the appropriate line.

The button is not available in Dart projects, see Managing Dart Packages and Assets for details.

Results Context Menu

The menu items are not available in Dart projects, see Managing Dart Packages and Assets for details.

ItemShortcutDescription
Jump to source F4 Navigate to the selected item in the editor.
CopyCtrl+C Take the line at caret to the clipboard.

See Also

Last modified: 30 November 2016