Using instructions in Eclipse Source Code - Tutorial, I can get the source code for all plugins. 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.
Asked
Active
Viewed 272 times
1 Answers
1
The "Plug-in Spy" says: NewPluginProjectWizard
is contributed by
org.eclipse.pde.ui (3.6.100.v20120103_r372)
Just open the dialog and press Shift+Alt+F1 (Shift+Option+F1 on Mac)

Community
- 1
- 1

Aaron Digulla
- 321,842
- 108
- 597
- 820
-
Thank you. That won't give me the java source yet, but I hope I could follow references to find it. – Gangnus May 14 '12 at 10:03
-
Try to install "Eclipse PDE SDK". That should contain all the necessary sources. – Aaron Digulla May 14 '12 at 10:10
-
Thank you, I have installed ALL plugins already, with sources. Surely, the necessary source is here on my comp. Somewhere... :-) – Gangnus May 14 '12 at 10:13