Hi All,
I am an eclipse newbie; trying to create a custom wizard for my RCP application. I tried “New File Wizard” extension template (org.eclipse.ui.newWizards) to create a new file in the workplace (Project | resource | Container, Sorry, I don’t the exact terminology). That’s work great as long as there exists at least a project in the workplace.
However, what I would like to have is a single wizard that:
• In the first page: Creates a new project
• In the second page: Creates one or more subfolders under the newly created project
• In the third page: Creates one or more files under the newly created subfolders.
I am just wondering is it possible? If so do I have to create a template or what is the best way to approach?
Please guide me the plug-ins I need to know about or any documents or examples I should look into.
I have already checked this example:
Eclipse Corner Article: Creating JFace Wizards
Thanks for your time and help
Dushi