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


- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01