mbien commented on PR #9245: URL: https://github.com/apache/netbeans/pull/9245#issuecomment-3999164994
cool! There might be another small apple related cleanup (potentially separate) https://github.com/apache/netbeans/blob/52347ee5b3b228d6a1ad30655c86764380754b8f/platform/applemenu/src/org/netbeans/modules/applemenu/ShowInFinder.java#L84 This usage is (hopefully) the only reason we need the `--add-exports=java.desktop/com.apple.eio=ALL-UNNAMED` flag for. I believe this can be achieved with `Desktop.getDesktop().open(file);` these days, no? Would remove a flag and a startup warning on non-mac systems. -- 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
