Eclipse:将警告复制到剪贴板
如何将 Eclipse 中特定行的警告复制到剪贴板?我可以用鼠标悬停看到它,但我似乎无法复制它。
在我的“问题”窗格中,我有一大堆警告,并且不知道如何隔离特定行的警告。
How do you copy a warning from a specific line in Eclipse to the clipboard? I can see it with mouseover, I just can't seem to copy it.
In my "Problems" pane, I have a whole bunch of warnings and can't figure out how to isolate the one for a particular line.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您在鼠标悬停时看到它时,您还可以将鼠标移动到警告消息本身上,它就会变得可选择。
同样,您可以按 F2(除非您更改了快捷键),这将使您将鼠标悬停在问题上时弹出的问题面板聚焦。同样,您可以从这里选择文本并复制它。
或者使用 ctrl+c 从问题面板复制。
或者问题面板中的属性,然后从那里复制。
可能是我没理解问题...
When you see it on mouseover, you can also move the mouse to hover over the warning message itself, and it becomes selectable.
Equivalently, you can press F2 (unless you changed your shortcut keys), which will focus the problem panel that popped up when you moused over the problem. And again, from here you can select the text and copy it.
Or copy with ctrl+c from the problems panel.
Or Properties from the problems panel, and then copy from there.
Maybe I didn't understand the problem...