DD.
DD.

Reputation: 21981

Eclipse SVN Change History in Java Editor

Is there a way to see the changes in the Java editor in the annotations bar (next to the scrollbar) which normally highlights errors,warnings,todos.

Upvotes: 4

Views: 995

Answers (1)

nanda
nanda

Reputation: 24788

See my blog post on how to activate the feature: http://blog.firdau.si/2010/07/09/eclipse-quick-diff-see-what-changes-youve-made-since-last-checkout/

Quote:

This feature is called Quick Diff. It is turned on as default but the reference source is the last saved version. If your project use SVN (or CVS, Mercurial, Git as long as you use the Eclipse plugin for that SCM), you can change the Quick Diff behavior to compare the code on your machine with the latest code in the SCM.

Go to Preferences and select General → Editors → Text Editors → Quick Diff. Then change the last combo box to SCM you used.

Upvotes: 5

Related Questions