Bug 257387

Summary: [open type] Allow to specify package order
Product: [Eclipse Project] JDT Reporter: craig <craig.ryan>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, markus.kell.r
Version: 3.4   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description craig CLA 2008-12-03 10:40:47 EST
Build ID: I20080617-2000 

Steps To Reproduce:
1. Open Type
2. try something like BigDecimal
3. the resulting list order is my least likely choice


More information:
I don't expect to see com.ibm.icu.math classes ahead of java.math classes, surely the order would be local types, then jdk, then third party etc. 

An optional request would be to make the ordering customisable, just in case I prefer to see specific third party jars selected before jdk ones. Or at least have the IDE recognise my most commonly chosen selections and optimise by most frequent choices.
Comment 1 Dani Megert CLA 2008-12-03 10:53:07 EST
>3. the resulting list order is my least likely choice
That's different than not being logical ;-)

Comment 2 craig CLA 2008-12-03 11:54:12 EST
fair 'nuff, maybe not the most logical bug title choices :-)
Comment 3 Markus Keller CLA 2008-12-05 07:26:41 EST
If we do this, it should go into the Type Filters preference page. We could allow to move items up/down in the table, and use the position to sort the unchecked items.