IntelliJ IDEA 12.1.0 Web Help

11.0+

View | Tool Windows | Messages

View | Tool Windows | Messages

IntelliJ IDEA 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.

Toolbar buttons

ItemTooltip and shortcutDescription
imgRerun Ctrl+F5Command F5 Click this button to rerun compilation.
pauseIconPause outputClick this button to pause the compilation process. This button is enabled when compilation is in progress.
imgStopClick this button to terminate compilation. This button is enabled when compilation is in progress.
imgClose Ctrl+Shift+F4Ctrl+Shift+F4 Click this button to terminate the process and close the console.
img img Previous/Next Message
Ctrl+Alt+UpCtrl+Alt+Up
Ctrl+Alt+DownCtrl+Alt+Down
Navigate to the previous/next message.
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.
showAllMessagesShow all messagesWhen this button is pressed, the only error messages are displayed.
img
img
Expand all
Ctrl+Add; Ctrl+EqualsCtrl+Add; Ctrl+Equals
Collapse all
Ctrl+Subtract; Ctrl+MinusCtrl+Subtract; Ctrl+Minus
Click this button to have all nodes expanded or collapsed.
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.
settings Compiler propertiesConfigure the compiler settings.
help HelpUse this button to navigate to help topics.

Results context menu

ItemShortcutDescription
Jump to source F4F4 Navigate to the selected item in the editor.
CopyCtrl+C; Ctrl+InsertCtrl+C; Ctrl+Insert Take the line at caret to the clipboard.
Exclude from CompileSkip the erroneous line in the next compilation.
Exclude from ValidationChoose this command to omit this warning in the next compilation.

See Also

Concepts:

Procedures:

Reference:

Getting Started:

Web Resources: