Bug 471770 - Provide for replacing workspace selector dialog
Summary: Provide for replacing workspace selector dialog
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.5   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-03 04:23 EDT by Marvin Fröhlich CLA
Modified: 2015-07-03 11:33 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marvin Fröhlich CLA 2015-07-03 04:23:35 EDT
Wouldn't it be very nice to make the workspace selector a list of buttons instead of a combo box? If it get's too large, it could still scroll. But it would be just comfortable to click a single button or link or what ever to open the workspace instead of opening a combo box, selecting an entry and clicking ok.
Comment 1 Brian de Alwis CLA 2015-07-03 11:33:41 EDT
Hmm.  Buttons aren't editable (needed to specify a new workspace), and combos are a widely-accepted UI mechanism for this kind of user interaction.  Typically people using a fixed set of workspaces create separate launchers that run with '-data …dir…'.

But I can believe that others might like to provide alternative startup dialogs.  So I've retitled this to look into a mechanism on IDEApplication#promptForWorkspace() to provide a replacement dialog.