Bug 349803

Summary: [Wizards] WizardNewFileCreationPage should have the ability to NOT provide advanced controls for links in the file system
Product: [Eclipse Project] Platform Reporter: Missing name <johannes.dohmen>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: remy.suen
Version: 3.6.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Example of WizardNewFileCreationPage with the advanced controls none

Description Missing name CLA 2011-06-20 07:08:10 EDT
Build Identifier: 20110218-0911

For some cases WizardNewFileCreationPage should not display "advanced" controls to create links in the file system.

For example in my case I want to create new resource with contents of a remote server. As there is no file with this contents it doesn't make sense to provide an option to link to an existing file and it should be possible to not display the controls for linking to the user.

Reproducible: Always

Steps to Reproduce:
1. Create a Wizard.
2. Create WizardNewFileCreationPage or instance of a inherited class.
3. Add the WizardNewFileCreationPage to the Wizard and open it.
Comment 1 Missing name CLA 2011-06-20 07:33:16 EDT
Created attachment 198250 [details]
Example of WizardNewFileCreationPage with the advanced controls