扩展ADT Eclipse插件(Android开发工具)

发布于 2024-10-21 21:47:32 字数 85 浏览 2 评论 0原文

我想为 Eclipse 的 ADT-Plugin 开发一个扩展插件。有关于可用扩展点的信息吗?或者是否有一种通用方法可以获取有关特定插件的可用扩展点的信息?

I'd like to develop an extending plugin for the ADT-Plugin for Eclipse. Are there any informations about the available extension points? Or is there a general way how i can get information about available extension points of a particular plugin?

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

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

发布评论

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

评论(1

北音执念 2024-10-28 21:47:32

我还没有使用 adt 验证这一点,但一般来说,您可以从 MANIFEST.MF(在您的插件中)的“扩展”选项卡中找到扩展点信息。如果您的插件依赖于 adt 插件,它应该为您过滤列表。

此外,扩展点通常会在 schema/*.exsd 中定义。

假设:您有 Eclipse for RCP 版本 http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/heliossr2

I haven't verified this with adt, but in general you can find extension point information from the "Extensions" tab of MANIFEST.MF (in your plugin). If your plugin has a dependency on the adt plugin it should filter the list down for you.

Also the extension points would typically be defined in schema/*.exsd

Assumptions: you have the Eclipse for RCP version http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/heliossr2

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