matthiasblaesing commented on PR #8224: URL: https://github.com/apache/netbeans/pull/8224#issuecomment-2661096829
@mbien thank you for comments. Updated the code accordingly. The now third commit makes the changes to follow users choice of browser. I tested with Firefox, Edge, Opera and Chrome on Windows 10. Changing browser after NetBeans opened the first browser window will not pick up changes in the default browser, but after a restart of NetBeans new browser preferences are picked up. The issue was, that the old code only queried the global registry paths, not the user specific preferences. The whole registry poking for the default value was replaced by using `AssocQueryString`, which does "the right thing". @michelecos, @pontushenriksson, @hellsing71, @kamilkrzywanski, @dragonsKnight5 you all commented on #3960, so it would be great if you could test the dev build available from https://github.com/apache/netbeans/suites/34437970812/artifacts/2597699302 (or via the checks page or this PR) -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists