Bug 309137 - [target] Software Site content wizard should have selection count
Summary: [target] Software Site content wizard should have selection count
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P4 enhancement (vote)
Target Milestone: 3.6 RC1   Edit
Assignee: Curtis Windatt CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2010-04-14 10:25 EDT by Jeff McAffer CLA
Modified: 2010-05-03 14:09 EDT (History)
2 users (show)

See Also:
darin.eclipse: review+


Attachments
Proposed fix (4.58 KB, patch)
2010-04-29 15:48 EDT, Curtis Windatt CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff McAffer CLA 2010-04-14 10:25:43 EDT
it would be an extremely useful polish item to show the count of selected items when editing the content of a software site. Users pointing say the Helios repo may be faced with a list of several hundred similarly named features. Knowing how many they have selected would increase their confidence in the current state.
Comment 1 Curtis Windatt CLA 2010-04-14 10:36:04 EDT
Where are you wanting a selection count?

On the target content page there is a selection count at the bottom.
Comment 2 Curtis Windatt CLA 2010-04-14 10:48:01 EDT
PDE is reusing the available UI group from p2.  It might be possible to get to the internals of that UI group to get a current selection (this is more difficult because of the filtering and delayed content loading that the group supports), but there are no plans to work on this in PDE.
Comment 3 Jeff McAffer CLA 2010-04-14 11:17:01 EDT
Moving this to p2 since its not pde stuff.
Comment 4 Jeff McAffer CLA 2010-04-14 11:20:32 EDT
Actually, PDE must be adding some UI around the p2 stuff as there is a box at the bottom that allows the user to include all envirionments and dependencies.  Dunno what is possible where.
Comment 5 Susan McCourt CLA 2010-04-14 12:14:30 EDT

*** This bug has been marked as a duplicate of bug 257597 ***
Comment 6 Jeff McAffer CLA 2010-04-29 13:59:49 EDT
This was closed as a dup of bug 257597 in p2 but that bug is closed/fixed and the Target provisioning edit content dialog still does not show a count.  Reopening.  Perhaps this was not a dup after all.
Comment 7 Curtis Windatt CLA 2010-04-29 14:05:36 EDT
I haven't looked at the p2 code that implements the feature.  Moving this bug back to PDE.
Comment 8 Curtis Windatt CLA 2010-04-29 15:48:37 EDT
Created attachment 166561 [details]
Proposed fix
Comment 9 Curtis Windatt CLA 2010-05-03 13:03:45 EDT
Darin, please review the fix.
Comment 10 Darin Wright CLA 2010-05-03 14:09:55 EDT
+1. Applied. Fixed.