Bug 197410 - Manifest completion proposals are not sorted
Summary: Manifest completion proposals are not sorted
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: 3.4 M1   Edit
Assignee: Brock Janiczak CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, contributed
Depends on:
Blocks:
 
Reported: 2007-07-22 03:20 EDT by Brock Janiczak CLA
Modified: 2007-07-23 02:22 EDT (History)
2 users (show)

See Also:


Attachments
patch to org.eclipse.pde.ui (1.61 KB, patch)
2007-07-22 03:21 EDT, Brock Janiczak CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brock Janiczak CLA 2007-07-22 03:20:07 EDT
Version: 3.3.0
Build id: I20070625-1500

Some of the completion proposals on the manifest editor (for header completion) are out of order.  The most obvious one is the fragment-host entry which appears at the bottom.

Will attach a patch to sort the list.  It might make more sense to just use Arrays.sort() instead of manually ordering it.
Comment 1 Brock Janiczak CLA 2007-07-22 03:21:35 EDT
Created attachment 74307 [details]
patch to org.eclipse.pde.ui

Manually resorted the fHeader proposal list
Comment 2 Wassim Melhem CLA 2007-07-23 02:22:30 EDT
Released patch.  Added the 'contributed' keyword to the bug report and Brock's name to the copyright in the affected java file.

Thanks for participating in bugday :)