Bug 429870 - [Import/Export] "Import > Existing Projects into Workspace" should offer typical root directories
Summary: [Import/Export] "Import > Existing Projects into Workspace" should offer typi...
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2014-03-07 06:05 EST by Markus Keller CLA
Modified: 2014-04-01 12:21 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2014-03-07 06:05:11 EST
If the current selection (e.g. in the Package Explorer) is an IFolder or adapts to IFolder, then the "Import > Existing Projects into Workspace" wizard should pre-set the root directory to the given folder.

When a project is selected, it's parent folder should be pre-selected. It's very likely that the user wants to import a project from the vicinity.
Comment 1 Markus Keller CLA 2014-04-01 12:21:01 EDT
Discussed with Dani: Pre-setting a root directory is problematic, since this can result in a long search, especially with the "Search for nested projects" option.

Another root directory that is often interesting is the current workspace directory (which is already available via Browse... button: it's the default directory there).

To avoid cluttering the UI with more buttons, we could just add the workspace folder and the selected folder (if one exists) to the "root directory" combo's popup. That way, the user can quickly select the directory he needs from there.