techee left a comment (geany/geany#4322) > Does it also work for the "Execute" build command on HTML files if the > command is configured as "builtin" (this is a special case for HTML files to > open a browser using utils_open_browser).
Yes, it does, I've just tested that. I've added two more minor patches: 1. Since the browser isn't really configurable on Windows, it would be best to have the config option in Preferences grayed-out not to confuse users (I have to test this one yet after the CI build finishes). 2. On macOS, we can also use the `gtk_show_uri_on_window()` method by default - this correctly opens the browser specified in the user's system preferences (I've tried it with Firefox) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4322#issuecomment-2953997670 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4322/c2953997...@github.com>