This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 219606

Summary: Sort order without extension
Product: projects Reporter: rwt
Component: Generic Projects UIAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.3   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: screenshot

Description rwt 2012-10-05 14:48:03 UTC
I know this is not of the extreme importance, but it would be nice I there was an ability to sort the files shown in a project by filename WITHOUT the extension.

Meaning that, currently the following files are sorted as such:
class.admin.panel.php
class.admin.php
class.admin.section.php

But a more logical structure would be:

class.admin.php
class.admin.panel.php
class.admin.section.php

Cheers
Comment 1 Milos Kleint 2012-10-05 14:50:01 UTC
I don't completely follow.. class.admin.panel.php and company are packages/folders or files?
Comment 2 rwt 2012-10-05 14:52:46 UTC
They are files. The natural sorting order is wrong as it takes in account the file extension
Comment 3 Milos Kleint 2013-01-10 13:40:46 UTC
Created attachment 130079 [details]
screenshot

usage of dots in the file name is crucial here. works according to your expectations otherwise, see screenshot