Integrated: 7903053: Open in browser button
Dmitry Bessonov
dbessono at openjdk.java.net
Fri Nov 12 22:07:13 UTC 2021
On Thu, 11 Nov 2021 15:23:23 GMT, Dmitry Bessonov <dbessono at openjdk.org> wrote:
> Adding a button in the Files navigation panel to allow launching external browser or other associated app to display the selected file (.html or .java etc.)
>
> If either `java.awt.Desktop` or `Desktop.Action.BROWSE` action is not supported the button is disabled.
>
> If `Desktop.getDesktop().browse(selected file)` call throws an exception, the exception with its stacktrace is shown in an error dialog.
This pull request has now been integrated.
Changeset: a861782f
Author: Dmitry Bessonov <dbessono at openjdk.org>
URL: https://git.openjdk.java.net/jtharness/commit/a861782fb0287bf82a489c4f7e6e74b55aa1f17b
Stats: 25 lines in 2 files changed: 24 ins; 0 del; 1 mod
7903053: Open in browser button
Reviewed-by: vrudomet
-------------
PR: https://git.openjdk.java.net/jtharness/pull/16
More information about the jtharness-dev
mailing list