Java插件扩展点

发布于 2024-09-26 08:06:53 字数 233 浏览 8 评论 0原文

我正在 xtext 创建一种编程语言,我想要:

  1. 我需要知道必须选择哪个扩展点来在插件开发中创建我自己的运行方式处理程序。 通过贡献运行方式扩展来创建运行程序的处理程序。

  2. 当用户右键单击数据源资源管理器中的表时如何附加命令。我想用表树节点来生成一些 代码。

但我不知道 Eclipse 中哪些扩展点提供了这些功能。

谢谢你, 阿布

I am creating a programming language in xtext and I want:

  1. I need to know which extension point I have to choose to create my own Run-As handler in the plug-in development.
    to create my handler of running the program by contributing to the Run As extension.

  2. How to attach a command when the user right-click a table in the Data Source Explorer. I want to use the table tree node to generate some
    code.

But i do not know which extension points provide these functionality in Eclipse.

Thank You,
Abu

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨后彩虹 2024-10-03 08:06:53

1- org.eclipse .debug.ui.launchGroups

2-不确定这是否可能。数据源浏览器视图从哪里来?我不知道这个视图是标准的日食视图。也许您可以咨询此视图的插件提供商

1- org.eclipse.debug.ui.launchGroups

2- Not sure this is possible. Where does the data source explorer view comes from ? I am not aware of this view as stantard eclipse view. May be you can check with the plugins provider of this view

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文