mbien commented on issue #7939: URL: https://github.com/apache/netbeans/issues/7939#issuecomment-2461572289
this looks like the generic quick search of the tree-table component. I am not sure if the component is able to access all nodes without expanding them first. https://bits.netbeans.org/dev/javadoc/org-openide-explorer/org/openide/explorer/view/OutlineView.html I suppose for this particular use case, search activation could potentially simply expand the whole tree. Although I am wondering if a filter would be more useful there in the first place. -- 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
