简体   繁体   English

如何找到“插件项目”向导的源代码?

[英]How can I find source code for a “Plug-in Project” wizard?

Using instructions in Eclipse Source Code - Tutorial , I can get the source code for all plugins. 使用Eclipse Source Code-Tutorial中的指示信息,我可以获得所有插件的源代码。 But how can I find in this enormous heap of text the code for one concrete wizard I really need? 但是,如何在大量文本中找到我真正需要的一个具体向导的代码? Namely, the wizard for plugin creation that has "Plug-in Project" menu item in "New" menu. 即,用于插件创建的向导在“新建”菜单中具有“插件项目”菜单项。 The use of the search doesn't help. 搜索的使用无济于事。 The search for "Plug-in Project" gives nothing. 搜索“插件项目”没有任何结果。

The "Plug-in Spy" says: NewPluginProjectWizard is contributed by org.eclipse.pde.ui (3.6.100.v20120103_r372) “插件间谍”说: NewPluginProjectWizardorg.eclipse.pde.ui (3.6.100.v20120103_r372)

Just open the dialog and press Shift+Alt+F1 ( Shift+Option+F1 on Mac) 只需打开对话框,然后按Shift + Alt + F1 (在Mac上为Shift + Option + F1

See also: hotkey/shortcut for: "Which plugin is this?" 另请参阅: 热键/快捷方式:“这是哪个插件?”

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

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