带有 EGit 的 Eclipse,很难看到 git-blame 信息
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10208495/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse with EGit, git-blame info is hard to see
提问by localhost
using Eclipse Indigo Service Release 2, with EGit plugin and JDK 1.7. I've seen that it should support blame annotations, but I can't get it to show like I see here on Eclipse Wiki.
使用 Eclipse Indigo Service Release 2,带有 EGit 插件和 JDK 1.7。我已经看到它应该支持blame 注释,但我无法让它像我在 Eclipse Wiki 上看到的那样显示。
Here's how it looks for me, you can't see the pointer but I'm hovering over the vertical brown line:
这是它对我的看法,您看不到指针,但我将鼠标悬停在垂直的棕色线上:
Anyone know how to expand the annotations view?
有人知道如何扩展注释视图吗?
回答by tmikulcek
Right-click on the brown line, Revisions -> Show Author.
右键单击棕色线,Revisions -> Show Author。