带有 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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 06:47:06  来源:igfitidea点击:

Eclipse with EGit, git-blame info is hard to see

javaeclipsegitegitblame

提问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:

这是它对我的看法,您看不到指针,但我将鼠标悬停在垂直的棕色线上:

enter image description here

在此处输入图片说明

Anyone know how to expand the annotations view?

有人知道如何扩展注释视图吗?

回答by tmikulcek

Right-click on the brown line, Revisions -> Show Author.

右键单击棕色线,Revisions -> Show Author