mbien commented on PR #7128:
URL: https://github.com/apache/netbeans/pull/7128#issuecomment-1987101762
I found a few more issues but thats as much I want to do via a single PR.
File filter is now implemented, this required some optimizations - which is
a good thing since this made everything faster.
- the cell renderer code which calculated the longest path of the displayed
file paths had O(n²) complexity, this is now linear
- filter results are cached per revision and are invalidated when the
search changes
- some other smaller optimizations
--
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