Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Eclipse 插件。我想在插件中以编程方式添加我的自定义任务标签。(可以说 DOTHIS)稍后,我想在我的自定义 taskView 中列出标有 DOTHIS 标记的行
我知道这是使用 Eclipse UI 从 Project > Properties > Java Compiler > Task Tags > New 完成的。然后在配置内容的任务视图中,但我如何在插件中进行这些安排?
提前致谢。
从“org.eclipse.jdt.ui”用户界面检查“org.eclipse.jdt.internal.ui.preferences.TodoTaskPreferencePage”和“org.eclipse.jdt.internal.ui.preferences.TodoTaskConfigurationBlock.updateModel(DialogField)”的代码插入。