Bug 196945 - [Repo View] Reimplement Working Set menu
Summary: [Repo View] Reimplement Working Set menu
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M1   Edit
Assignee: Michael Valenta CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks: 196475
  Show dependency tree
 
Reported: 2007-07-18 07:44 EDT by Tomasz Zarna CLA
Modified: 2007-08-01 02:55 EDT (History)
0 users

See Also:


Attachments
Patch (8.62 KB, patch)
2007-07-18 07:49 EDT, Tomasz Zarna CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Zarna CLA 2007-07-18 07:44:41 EDT
Build ID: N20070714-0010

According to Michael's comment from bug 196475, comment 4, we could take a second look at the Working Set dynamic menu and rewrite it hoping that there is a better support from Platform/UI.
Comment 1 Tomasz Zarna CLA 2007-07-18 07:49:56 EDT
Created attachment 74041 [details]
Patch

I've replaced current implementation of the Working Set menu with the WorkingSetFilterActionGroup which is used in the Navigator View, Open Resource dialog and probably in a few other places.
Comment 2 Michael Valenta CLA 2007-07-18 10:40:14 EDT
Patch released with a few minor changes. I renamed the getActionGroup method to getWorkingSetactionGroup and made the getter and setter private.
Comment 3 Tomasz Zarna CLA 2007-08-01 02:55:36 EDT
Verified by code inspection.