neilcsmith-net commented on PR #9464: URL: https://github.com/apache/netbeans/pull/9464#issuecomment-4790580985
Thanks. I should have used `anyMatch` (not thinking - I blame the heat!) However, the primary reason I changed is not performance, but to ensure it definitely only runs the first time when dealing with an imported context. After that standard window support takes over. It couldn't be a boolean because that would be imported as-is - needs to be something that differentiates the running IDE version from the one where the data was written. I checked and this also works better and as expected with `Tools / Options / Import...` after first run. -- 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
