neilcsmith-net commented on issue #4416:
URL: https://github.com/apache/netbeans/issues/4416#issuecomment-2150686901

   They are stored slightly differently per project type.  Having consistent 
order in the storage would be good - I think that might be doable using 
`LinkedHashSet` rather than `HashSet` in a few places in 
https://github.com/apache/netbeans/blob/master/ide/projectui/src/org/netbeans/modules/project/ui/ProjectUtilities.java
   
   But then you have to also ensure files get opened in order, and the 
implications of that, and also consider whether or how to handle document tab 
groups.  I personally find the inconsistent order less frustrating in practice 
than losing the tab groups.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to