Bug 2181

Summary: Browse directories dialog is empty (1GEA8DN)
Product: [Eclipse Project] Platform Reporter: Randy Giffen <Randy_Giffen>
Component: UIAssignee: Randy Giffen <Randy_Giffen>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Randy Giffen CLA 2001-10-10 22:28:05 EDT
Open the new project wizard
Select Project
Press the next button
Enter a project name
Uncheck use default directory
Press browse
There is a beep and the directory dialog is empty 

The dialog should show the directory that most closely maps to what you have entered.

NOTES:
RG (5/25/01 8:51:17 AM)	
	On Windows we always seem to open on "My Computer"

SA (5/25/2001 10:01:43 AM)
	This has been reported before but as a reminder... the DirectoryDialog which
	is being used to select a directory does not accept "/" as part of the initial
	directory. It must be "\" on Windows.

	It would be nice if DirectoryDialog did this parsing for us. Also, we should
	use toOSString() on IPath so that we get the correct separator for the platform.

EJP (6/25/01 1:59:55 PM)
	Re-tested it. In my machine it shows the dev eclipse working directory.

EJP (7/11/01 1:39:31 PM)
	The method WizardNewProjectCreationPage::handleLocationBrowseButtonPressed()
	should be fixed to use IPath::toOSString().
Comment 1 DJ Houghton CLA 2001-10-29 17:57:30 EST
PRODUCT VERSION:
110

Comment 2 Randy Giffen CLA 2002-03-20 18:19:12 EST
Fixed