EGit not showing changed files.

故事扮演 提交于 2019-12-04 03:51:49

问题


I have been using EGit to upload my stuff to github for a few months now.

But off late I do not see what files have been changed, and I dont know why. Please help.

As you can see I have updated some files and I cannot see a list of files in the files section.


回答1:


As the comment 2 at the Eclipse bug 446534 mentioned, calling table.pack() will solve this problem for a single tableviewer.




回答2:


This looks like a problem with Mac OS X 10.10 and SWT, see Eclipse bug 446534 for details.

Note that the heading above the table says "Files (1/1)", so EGit calculated the changed files correctly, but it isn't visible. Try if resizing the window makes it appear.

The Git Staging view, which is another way to commit using EGit doesn't seem to have the same problem. Maybe you could consider using that instead of the Commit dialog, see the user guide.



来源:https://stackoverflow.com/questions/26478854/egit-not-showing-changed-files

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!