Bug 199904 - [WorkingSets] Move WorkingSetConfigurationBlock down to platform UI
Summary: [WorkingSets] Move WorkingSetConfigurationBlock down to platform UI
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M2   Edit
Assignee: Kim Horne CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 183779 201594 201597 201698
  Show dependency tree
 
Reported: 2007-08-14 12:29 EDT by Martin Aeschlimann CLA
Modified: 2007-09-18 15:31 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 Martin Aeschlimann CLA 2007-08-14 12:29:24 EDT
3.4

In 3.3 we added new UI to the new Java project wizard where you can choose to add the new project to one or more working sets (bug 150009)

This UI should also be offered by other project wizards. Therefor platform UI should offer the UI component as API so it can be reused.

All code is ready to be pushed down: 'org.eclipse.jdt.internal.ui.workingsets.WorkingSetConfigurationBlock'
Comment 1 Kim Horne CLA 2007-08-29 10:52:12 EDT
Code is in HEAD.  It remains mostly unchanged except that the addToWorkingSet static method from the config block has been moved to the IWorkingSetManager interface and the filter method has been removed entirely.  Our new project wizard has been updated to use this code.  If you'd like any further changes please let me know.
Comment 2 Chris Aniszczyk CLA 2007-08-29 11:02:26 EDT
Thanks Kim.
Comment 3 Kim Horne CLA 2007-08-29 11:51:23 EDT
Dont thank me, I didn't do much here. :)
Comment 4 Kim Horne CLA 2007-09-18 15:31:30 EDT
Verified in I20070918-1300