Bug 6424

Summary: Example Project Creation Wizard should provide a default name
Product: [Eclipse Project] JDT Reporter: Erich Gamma <erich_gamma>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Erich Gamma CLA 2001-11-29 10:38:37 EST
Julian Jones has pointed out that WSAD example wizards provide a default 
project name. We should do the same in the Java Examples Project wizard.
Comment 1 Martin Aeschlimann CLA 2001-12-03 12:08:17 EST
fixed >11127
Comment 2 Erich Gamma CLA 2001-12-04 10:25:06 EST
Follow-up. The first project creation page is owned by the workbench. Did you 
have to add a workaround for the project creation page?
Comment 3 Martin Aeschlimann CLA 2001-12-04 10:46:37 EST
The page from the workbench is not used anymore. It doesn't allow setting a 
name hint.
By having an own page, the 'project location' is skipped: Not really needed for 
test projects.
Comment 4 Simon Arsenault CLA 2001-12-07 16:27:05 EST
The method WizardNewProjectCreationPage.setInitialProjectName(String) has been 
added and released to the head stream. Will be part of the next build.