Bug 39364 - Search dialog should offer drop-down for working set
Summary: Search dialog should offer drop-down for working set
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Search (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P4 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform-Search-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 46659 184196 (view as bug list)
Depends on: 245106 245258
Blocks:
  Show dependency tree
 
Reported: 2003-06-26 08:52 EDT by Philipe Mulet CLA
Modified: 2019-09-06 15:32 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2003-06-26 08:52:16 EDT
Build 20030625

When selecting a different working set in search dialog, it is necessary to 
use 'choose' to open working set choose dialog.

However, other options (file name patterns,...) offer a drop down menu as well 
to quickly find alternatives.
Comment 1 Frank Gerhardt CLA 2004-01-15 17:18:38 EST
Sorry, this comment went into the wrong Bug... (Can I delete it?) Ignore it.
Comment 2 Dani Megert CLA 2004-01-16 03:48:41 EST
No - you can't delete comments.
Comment 3 Thomas M??der CLA 2004-06-29 06:39:57 EDT
We would be saving 1 click. 
Comment 4 Thomas M??der CLA 2004-06-29 11:42:24 EDT
*** Bug 46659 has been marked as a duplicate of this bug. ***
Comment 5 Martin Aeschlimann CLA 2007-04-26 06:39:51 EDT
*** Bug 184196 has been marked as a duplicate of this bug. ***
Comment 6 Markus Keller CLA 2007-12-05 08:04:59 EST
From bug 184196:

The new Working Set history combo we have in the New Java Project wizard would
also be nice in the Search dialog (but the Choose button still has to support
selecting the window working set and creating new working sets).
Comment 7 Markus Keller CLA 2008-08-25 06:15:28 EDT
Should use the new WorkingSetConfigurationBlock API for this.
Comment 8 Markus Keller CLA 2008-08-25 08:54:51 EDT
> Should use the new WorkingSetConfigurationBlock API for this.

Hm, it's not that easy. The WorkingSetConfigurationBlock API ...
1. does not offer a way to present all available working set types (bug 245106)
2. always adds a check box (e.g. for "Add project to working sets"), which must not show up in the search dialog
3. does not list the workbench window working set and does not allow the user to edit working sets
Comment 9 Markus Keller CLA 2008-08-26 10:54:00 EDT
For 2. and 3., we should have a new constructor, e.g.

    WorkingSetConfigurationBlock(String[] workingSetIds,
            IDialogSettings settings, String comboLabel, String selectLabel)

which
- suppresses the "Add project to working sets" checkbox
- creates a WorkingSetSelectionDialog instead of a SimpleWorkingSetSelectionDialog

Filed bug 245258 for this.
Comment 10 Eclipse Webmaster CLA 2019-09-06 15:32:11 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.