Can I setup Eclipse to show code changes

前端 未结 3 1419
醉酒成梦
醉酒成梦 2020-12-30 03:40

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 Ecli

相关标签:
3条回答
  • 2020-12-30 04:25

    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.)

    0 讨论(0)
  • 2020-12-30 04:26

    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

    0 讨论(0)
  • 2020-12-30 04:28

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

    • Enable quick diff
    • Show differences in overview ruler
    0 讨论(0)
提交回复
热议问题