Highlighting lines in eclipse, like with a textmarker(在 Eclipse 中突出显示线条,例如使用文本标记)
问题描述
在 Eclipse Helios 中,我想使用自定义背景颜色突出显示选定的行,就像使用文本标记在纸上的普通文本一样.
In Eclipse Helios I want to highlight selected lines using a custom background color, like one would do with a text marker for normal text on paper.
我该怎么做?是否有(稳定的)Eclipse 插件?
How can I do that? Is there a (stable) Eclipse plugin?
推荐答案
是的,有.至少作为一种解决方法.
Yes, there is. Atleast as a workaround.
将一行标记为书签;在java编辑器中右键单击行号字段,选择添加书签"转到偏好;一般 - 编辑器 - 文本编辑器 - 注释.选择表格中的书签,选择文本突出显示"
Mark a line as a bookmark; Right click on the line number field in the java editor, choose "Add bookmark" The go to preferences; General - Editors - Text Editors - Annotations. Choose bookmarks in the table, select "Text as highlighted"
这篇关于在 Eclipse 中突出显示线条,例如使用文本标记的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Eclipse 中突出显示线条,例如使用文本标记


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