Bug 2013 - New project wizard browse dialog initial path wrong (1GDH34S)
Summary: New project wizard browse dialog initial path wrong (1GDH34S)
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kevin Haaland CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2001-10-10 22:24 EDT by Simon Arsenault CLA
Modified: 2002-01-22 12:03 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 Simon Arsenault CLA 2001-10-10 22:24:32 EDT
Open the New Project wizard.
	Unselect Use Default Location
	Click on Browse button
	The dialog does not open at the correct path as
	was specified in the location field.

	This has to do with using forward slash (/) instead
	of backward slash (\) on windows. A PR was reported
	to SWT about this (for DirectoryDialog). If SWT
	is not willing to support this, then we will need
	to fix it in the wizard.

	We should also be using IPath::toOSString to get
	the correct slash for the platform.

NOTES:

NE (05/28/01 11:55:26 AM)
	Should just fix our stuff, and not wait for SWT.

KH (9/10/2001 4:47:36 PM)
	IPath is supplied by Core
Comment 1 DJ Houghton CLA 2001-10-29 17:45:18 EST
PRODUCT VERSION:
	0.104

Comment 2 Simon Arsenault CLA 2002-01-22 12:03:30 EST
SWT should do the right thing.