neilcsmith-net commented on PR #8276: URL: https://github.com/apache/netbeans/pull/8276#issuecomment-2682102583
> It would also be a weird lack of symmetry when enable could be called from any thread but disable not I am literally suggesting that _neither_ should be called from any thread but the EDT. We seem to be talking at cross purposes. Or are you saying that tree expansion events are being sent off of the EDT?! I prefer putting concurrency details where they're defined. The current implementation should use invokeLater in the finally block to post the cursor removal back to the EDT as it is. -- 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
