扩展ADT Eclipse插件(Android开发工具)
我想为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有使用 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