Highlighting modified lines in Eclipse(在 Eclipse 中突出显示修改的行)
问题描述
在 netbeans 中,如果我打开一个受版本控制的文件,则被修改的行会在左侧突出显示.(绿色表示新行,蓝色表示修改行)
In netbeans, if I open a file which is under version control the lines which are modified are highlighted in the left. (green for new lines and blue for modified lines)
有没有可能在Eclipse中得到类似的效果?
Is it possible to get a similar effect in Eclipse?
推荐答案
- 打开首选项窗口
- 搜索差异"
- 选择快速比较
- 将使用此参考源"更改为 SCM 提供程序(如 CVS、SVN 或 Git)
默认情况下,它与磁盘上的最新版本进行比较,如果您保存了文件,则根本没有差异.您必须激活与 SCM 存储库的比较.我不确定如果您使用多种类型的 SCM 会发生什么,因为这只是一种选择.
By default, it compares to the latest version on disk, which, if you've saved the file, is no diff at all. You have to activate the comparison against a SCM repo. I'm not sure what happens if you more than one type of SCM since this is only a single selection.
这篇关于在 Eclipse 中突出显示修改的行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Eclipse 中突出显示修改的行
基础教程推荐
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 降序排序:Java Map 2022-01-01