问题
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