Bug 257387 - [open type] Allow to specify package order
Summary: [open type] Allow to specify package order
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 10:40 EST by craig CLA
Modified: 2008-12-05 07:26 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.