sdedic opened a new pull request, #5613: URL: https://github.com/apache/netbeans/pull/5613
The DB view initializes asynchronously, and in the meantime, before the "Connections" node's children are fetched (possibly empty!), the area shows the Welcome view. In this PR a new decorating wrapper/callback is defined, that allows to process children returned from the NBLS. The DB view uses that to enable the welcome view only if the number of connections (children of the root node) is 0. -- 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
