I would like to know where can I find the code which eclipse uses to display the forms in the plugin.xml file. In particular I am looking for the form layout used in the extension tab in the plugin.xml
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can import the eclipse plugins into your workspace by using import -> Plugins and Fragments from the package explorer. Then use the following options:
Import the org.eclipse.pde.ui plugin
The code you seek is in org.eclipse.pde.internal.ui.editor.plugin
More specifically, the ExtensionPointsPage class