简体   繁体   English

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

[英]Extending ADT Eclipse Plugin (Android Development Tools)

I'd like to develop an extending plugin for the ADT-Plugin for Eclipse. 我想为Eclipse的ADT-Plugin开发一个扩展插件。 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? 或者,我是否可以获得有关特定插件的可用扩展点的信息?

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). 我没有使用adt验证这一点,但一般情况下,您可以从MANIFEST.MF的“扩展”选项卡中找到扩展点信息(在您的插件中)。 If your plugin has a dependency on the adt plugin it should filter the list down for you. 如果您的插件依赖于adt插件,它应该为您过滤列表。

Also the extension points would typically be defined in schema/*.exsd 此外,扩展点通常在schema / * .exsd中定义

Assumptions: you have the Eclipse for RCP version http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/heliossr2 假设:你有Eclipse for RCP版本http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/heliossr2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM