Eclipse: copy *only* the error message
Can I copy only the error message from Eclipse Problems with instead of thi开发者_JAVA百科s entire message:
Severity and Description Path Resource Location Creation Time Id 1120: Access of undefined property sort. clientApp/src Filters.mxml line 36 1270460218964 798
thanks
The easiest way is:
- to display the property of the error message (Alt+Enter),
- and copy the "Description" field.
alt text http://img87.imageshack.us/img87/3327/eclipseerrorview.png
精彩评论