Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320991 - [CommonNavigator] Project Explorer : projects should be sorted alphabetically
Summary: [CommonNavigator] Project Explorer : projects should be sorted alphabetically
Status: CLOSED DUPLICATE of bug 223344
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows 7
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 06:33 EDT by frosty.z CLA
Modified: 2014-12-11 08:58 EST (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 frosty.z CLA 2010-07-27 06:33:28 EDT
Build Identifier: M20100211-1343

Project Explorer : projects should be sorted alphabetically.

Reproducible: Always

Steps to Reproduce:
Open View "General > Project Explorer".

Create a project "Project A" based on source code stored in a directory "dir_a".
Create a project "Project B" based on source code stored in a directory "dir_b".

In the Project Explorer, Projects are shown in alphabetical order :
1. Project A
2. Project B

Now, rename "Project A" to "Project C" using the "Rename..." option (right click on the projet)

Now projects are shown in this order :
1. Project C
2. Project B

I was expecting that Eclipse orders projects using project names, but instead it seems that directory names are used.
Comment 1 Dani Megert CLA 2014-12-11 08:58:16 EST

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