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 中突出显示修改的行


基础教程推荐
- 从 python 访问 JVM 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 大摇大摆的枚举 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01