Bug 6424 - Example Project Creation Wizard should provide a default name
Summary: Example Project Creation Wizard should provide a default name
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-29 10:38 EST by Erich Gamma CLA
Modified: 2002-01-16 02:50 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.