How to copy error out to clipboard from IntelliJ
intellij-idea
Solution
The following approach works for me on Windows 8.1 and IDEA 14.1:
Move the caret to the error location. The error message appears on the left side of the status bar below. Right-click the error message - a context menu containing a command "Copy" appears. Select the command "Copy". Voila, the error message is in the clipboard.
Problem
I am seeing an error in this yellow box in IntelliJ. How to copy it out to system clipboard? In Eclipse, there is a good way of doing so. How to do this in IntelliJ?