Can I setup Eclipse to show code changes

左心房为你撑大大i 提交于 2019-12-18 12:14:26

问题


I have used Netbeans before with Subversion (SVN), and I liked how it showed me what I had changed since last commit, using the coloring in the left margin.

Can Eclipse do the same? I have installed Subclipse.


回答1:


Visit Window -> Preferences -> General -> Editors -> Text Editors -> Quick Diff, and enable

  • Enable quick diff
  • Show differences in overview ruler



回答2:


SubVersive and Subclipse can both show changed files in the project explorer and differences between versions in the history. I currently use Subversive and am happy with it (although installing it was painful the first time.)




回答3:


Had a similar problem. It turn out that the SVN Label decorations in eclipse weren't enable.

   Preferences: General/Appearance/Label Decorators

This post helped me out: SVN-connected project not showing version info in eclipse



来源:https://stackoverflow.com/questions/942082/can-i-setup-eclipse-to-show-code-changes

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