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 255784 - file list display should be sorted
Summary: file list display should be sorted
Status: REOPENED
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-07 17:53 UTC by tbrunhoff
Modified: 2015-10-12 19:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of unsorted list (394.34 KB, image/jpeg)
2015-10-07 17:53 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2015-10-07 17:53:23 UTC
Created attachment 156600 [details]
screenshot of unsorted list

If more than one edit window is displayed, each has a pull down list of files open in that window. To select from *all* of the open files, there is a nice feature with control-tab that displays all open files. However, the list is not globally sorted. Instead, it looks like it might a concatenated list of each window's sorted list.

Attached is a screenshot of the ide with the unsorted list popped up.

Please sort.


Product Version: NetBeans IDE Dev (Build 201508230002)
Java: 1.8.0_45; Java HotSpot(TM) 64-Bit Server VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b14
System: Linux version 3.14.27-100.fc19.x86_64 running on amd64; UTF-8; en_US (nb)
User directory: /home/toddb/.netbeans/dev
Cache directory: /home/toddb/.cache/netbeans/dev
Comment 1 Jiri Kovalsky 2015-10-08 10:45:05 UTC
Reassigned for further evaluation.
Comment 2 Miloslav Metelka 2015-10-08 13:57:04 UTC
Ctrl-Tab is in LRU order please use Shift-F4 for sorted list (you can search there by typing directly).
Comment 3 tbrunhoff 2015-10-12 19:37:01 UTC
Some minor notes:

Bug #1: ctrl-tab is not listed in shortcuts, even though it works for me. If it was, I would think it would be listed under the same name as the fly-over for that pull-down "Show opened documents list". I probably stumbled on it because other IDEs use ctrl-tab.

Bug #2: Shift-F4 is indeed listed for "Documents..." but neither this nor "Show opened documents list" say anything about LRU or sorted. I did find an article on the "Documents Dialog Box", which was helpful.  I also found "Options Window: Appearance: Document Tabs" which has an option to "Sort opened documents list by project". It does not say that if unchecked, the list is LRU.

I'm only trying to make the details of the UI a bit more discoverable.