Bug 190288 - [About] Allow sorting by secondary column in plug-in details dialog
Summary: [About] Allow sorting by secondary column in plug-in details dialog
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.6 M3   Edit
Assignee: Susan McCourt CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-05-31 13:37 EDT by Kim Horne CLA
Modified: 2009-10-27 13:16 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 Kim Horne CLA 2007-05-31 13:37:30 EDT
It would be nice if we could sort by a second column in this dialog in the event that two or more elements are equal based on their primary column.
Comment 1 Benjamin Muskalla CLA 2007-10-22 19:22:33 EDT
Version: 3.4.0
Build id: N20071018-0010

Seems to be already implemented Kim :)
Comment 2 Markus Keller CLA 2008-01-04 06:55:59 EST
(In reply to comment #1)
> Seems to be already implemented Kim :)

Not in I20071218-0800: Bug 173752 added sorting, but without secondary column (e.g. sort by Plug-in Id and then by Provider -> Ids for Eclipse plug-ins are unsorted)
Comment 3 Susan McCourt CLA 2009-06-25 14:15:42 EDT
assigning milestone for investigation in 3.6
Comment 4 Susan McCourt CLA 2009-10-22 18:29:49 EDT
Fixed in HEAD >20091022.
My goal was to provide something useful without having to introduce UI to manage the column sort order and associated ascending/descending preferences.

So we keep it simple:
- always remember the last column we sorted by and its sort order in addition to current column and sort order
- if first column is a tie, sort by the last column we sorted by and the order last used in that column.
Comment 5 Susan McCourt CLA 2009-10-27 13:16:10 EDT
verified on WinXP, Build id: I20091027-0100