在plug-in.xml中如何将文件扩展名与eclipse插件中的特定类型编辑器关联
我正在开发一个 Eclipse 插件,其中当扩展名为“.cert”的文件与某种类型的编辑器关联时,该编辑器的实现在 RateBuilderEditor.java 中? 我想,我必须在plugin.xml中提到这一点?我该如何实现这一目标?这个ExtensionPoint怎么写呢?
I'm developing an eclipse plug-in in which when files with extension ".cert" are to be associated with a certain kind of editor whose implementation is in RateBuilderEditor.java ?
I think, I have to mention this in plugin.xml ? How do I achieve this ? How to write this ExtensionPoint ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
干得好:
Here you go: