matthiasblaesing commented on PR #9430: URL: https://github.com/apache/netbeans/pull/9430#issuecomment-4698935421
I had a quick look and initially though that it did not work. I opened a testrun with this, changed sorting, closed IDE and reopened. The state was not persistet. Looking at the implementation i then saw that sorting is stored when the diff is closed. This seems counter intuitive. Consider this event order: 1. Open two diffs 2. Change the sort order in the first view 3. Change the sort order in the second view 4. Close the second view 5. Close the first view I would expect that the last setting survives, but in this case it is the first one. > It is inspired by the same implementation in the subversion module. Can you point where that can be found? I was not able to find it. -- 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
