Community
Participate
Working Groups
If I create a new file in the package explorer by RC->New->File or Copy/Paste, the file ends up at the end of the list for that directory instead of showing up in its sorted position. Plain old Navigator does create the file in its sorted position. This is with eclipse 3.0RC1 on linux fedora core 2
Not critical for 3.0.
Actually, this is on purpose. Files in packages are sorted by categories: first files being CUs and then other non Java files.
The reason given for this being invalid is itself invalid =) If I create a file it doesn't appear in the sorted position amongst other files of its own type. i.e. say I have some java files and some .conf files in a folder/package, if I create a new conf file, it appears at the end of the list instead of sorted with the other conf files.
This works for me on I20040607_0800 using the following test case: - create package p1 - add G.java - add I.java - add H.java <== inserted corrrectly - create X.conf - create Z.conf - create Y.conf <== inserted correctly Do you have steps to reproduce this
Closing as works for me.
The misordering happen when you create the files in a package, but rather when you create the files in a plain folder - I just duplicated this on RC1 on the project folder, a source folder, the default package within the source folder, and a random folder within my project. RC folder->File->New->File-> c.conf RC folder->File->New->File-> a.conf <-- goes to end of list If you can't duplicate it, then perhaps it is a linux issue?
I meant to say: The misordering DOES NOT happen when you create the files in a package, but rather when you create the files in a plain folder
*** This bug has been marked as a duplicate of 35381 ***