导出已安装的eclipse插件
我想知道是否可以使用我正确的首选项配置导出已安装的 eclipse 插件。
事实上,我已经为 pmd 插件开发了一个片段项目,并通过配置 pmd 首选项将其与已安装的插件链接起来。现在我想将其导出为新的 eclipse 插件实例。
感谢您的帮助;)
程
I would like to know if it is possible to export an installed eclipse plugin with my proper preference configuration.
In fact, I've developed a fragment project for the pmd plugin and I've linked it with the installed plugin by configuring the pmd preference. And now I want to export it as a new eclipse plugin instance.
Thanks for your help ;)
Cheng
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您的意思是导出您的偏好?这可以使用文件>导出...>常规>首选项来完成。但首选项(通常)存储在工作区中,并且插件(是安装的一部分)存储和使用它们。
导出片段可以通过文件>导出...>插件开发>可部署插件和片段来完成。
如果这不是您想要的,请澄清。
Perhaps you mean exporting your preferences? That can be done using File>Export...>General>Preferences. But preferences are (usually) stored in the workspace, and the plugin (which is part of the install) stores and uses them.
Exporting a fragment can be done from File>Export...>Plug-in Development>Deployable plug-in and fragment.
If this is not what you want, please clarify.