简体   繁体   中英

Eclipse SVN Change History in Java Editor

有没有办法在注释栏(滚动条旁边)中查看Java编辑器中的更改,这些更改通常会突出显示错误,警告和待办事项。

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM