简体   繁体   English

Java编辑器中的Eclipse SVN更改历史记录

[英]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/ 请参阅我的博客文章,了解如何激活该功能: http//blog.firdau.si/2010/07/09/eclipse-quick-diff-see-what-c​​hanges-youve-made-since-last-checkout/

Quote: 引用:

This feature is called Quick Diff. 此功能称为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. 如果您的项目使用SVN(或CVS,Mercurial,Git,只要您使用该SCM的Eclipse插件),您就可以更改Quick Diff行为,以将计算机上的代码与SCM中的最新代码进行比较。

Go to Preferences and select General → Editors → Text Editors → Quick Diff. 转到首选项,然后选择常规→编辑器→文本编辑器→快速差异。 Then change the last combo box to SCM you used. 然后将最后一个组合框更改为您使用的SCM。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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