eclipse - 删除文本编辑器注释类型

标签 eclipse annotations editor eclipse-rcp markers

我想从基于 Eclipse 的 RCP 内的注释类型中删除注释类型。该列表可以在 Window->preferences->general->editors-Text Editors->Annotations 中找到,以及我拥有的 amont 注释类型:

断点(org.eclipse.cdt.debug.core.breakpoint)
断点(org.eclipse.debug.core.breakpoint)

例如,我想删除第一个。有没有办法以编程方式或通过更改plugin.xml 来完成此操作?

最佳答案

要关闭注释,您必须从 Eclipse 中的注释栏上下文菜单中选择修订 > 隐藏修订信息。请参阅此链接了解更多详细信息。 http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-cvs-annotate.htm

关于eclipse - 删除文本编辑器注释类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28625394/

相关文章:

Hibernate 返回重复,因为另一个表有重复的值

java - 如何将注释类型作为方法参数传递?

c++ - 使用opencv时未定义对各种函数的引用

java - Spring批处理2.2 JavaConfig

Eclipse EE : change running icon

java - 如何阻止 Eclipse 移动光标以关闭 java 括号?

Haskell 学习环境

javascript - 如何在 ace 编辑器中使多行只读

eclipse - 将现有 JSP 项目导入 Eclipse 或 Netbeans

eclipse - Tomcat 在 Eclipse 中与 Maven 的集成