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 插件,我想制作大纲视图。我想扩展 ContentOutlinePage。但我的日食无法解决它。
我应该向 plugin.xml 添加一些内容以使其找到类吗?
您将需要为您的插件正确定义依赖项。在您的情况下,您可能至少需要:org.eclipse.ui.editors、org.eclipse.ui.ide。请将它们添加到清单中(在插件/清单编辑器的依赖项选项卡上)。
将 org.eclipse.ui.views 添加到 Dependencies 选项卡。