Bug 2895 - [Properties view]Ordering of properties (1GKF83S)
Summary: [Properties view]Ordering of properties (1GKF83S)
Status: RESOLVED DUPLICATE of bug 2597
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Kevin Haaland CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2001-10-10 22:45 EDT by Randy Giffen CLA
Modified: 2002-08-26 11:43 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Giffen CLA 2001-10-10 22:45:39 EDT
PropertySheetEntry orders its properties alphabetically.
This provides deterministic ordering in the case of merged properties.
There are many cases however where implementor's of IPropertySource would like to control the ordering.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 19:23:47 EST
PRODUCT VERSION:
136

Comment 2 Randy Giffen CLA 2002-01-22 11:56:20 EST
This could be solved by allowing subclassing of PropertySheetEntry
Comment 3 Kevin Haaland CLA 2002-02-01 12:14:48 EST
Defer. The ordering should be consistent for the user. 
Comment 4 Randy Giffen CLA 2002-02-01 12:24:56 EST
This is a reoccuring issue that people want.
For example if there is a bounds property with sub properties, when
you expand the bounds users want to see:
- bounds
    x
    y
    width
    height

rather than
- bounds
    height
    width
    x
    y
Comment 5 Randy Giffen CLA 2002-08-08 16:08:36 EDT
Reopen for investigation
Comment 6 Tod Creasey CLA 2002-08-26 11:43:33 EDT

*** This bug has been marked as a duplicate of 2597 ***