Tomáš Procházka created NETBEANS-5272:
-----------------------------------------

             Summary: Wrong order of opened documents in switcher
                 Key: NETBEANS-5272
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5272
             Project: NetBeans
          Issue Type: Bug
          Components: editor - Actions/Menu/Toolbar
    Affects Versions: 12.2
            Reporter: Tomáš Procházka
            Assignee: Tomáš Procházka
         Attachments: demo.tgz

When files are set to be grouped by project and there are more open project 
with same name, then files in switcher have wrong order.

Steps to reproduce:

# In main menu select Tools > Options
# Go to Appearance > Document Tabs
# Check option Sort opened documents list by project
# Open project from attachment
# Open all files from that project
# Click on "Show opened documents list" (arrow down on right side of document 
tabs)

Actual result - files are not grouped together:
*demo*
help.php
*demo*
index.html
package.json
*demo*
stats.php

Expected result - group files from same project together:
*demo*
help.php
stats.php
*demo*
index.html
package.json






--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to