Eclipse插件打开文档
我需要编写一个 Eclipse 插件,它使用 SOA BPMN 建模器 (http://www.eclipse.org/bpmn/) 在 Eclipse 的主视图(中央视图)中对图表进行建模。
我的想法是:如果我创建一个 hello.bpmn_diagram 文件并将其加载到 eclipse 中会怎样?当用户保存文件(它已经在磁盘上)时,这将使我的生活更轻松
任何其他想法或建议非常感谢
I need to write an Eclipse plugin which uses the SOA BPMN modeler (http://www.eclipse.org/bpmn/) to model a diagram in Eclipse's main view (the central one).
My idea is: what if I create a hello.bpmn_diagram file and load it into eclipse? That would make my life easier when the user saves the file (it is already on disk)
Any other idea or suggestion is very appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Alexey Kalmykov 给出了正确的见解:扩展点(不幸的是没用)位于源代码的 MF 文件中
Alexey Kalmykov gave the right insight: the extension points (useless unfortunately), were in the MF file of the source code