You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/21 21:53:00 UTC

[jira] [Updated] (NETBEANS-5272) Wrong order of opened documents in switcher

     [ https://issues.apache.org/jira/browse/NETBEANS-5272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated NETBEANS-5272:
-------------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: demo.tgz
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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