Merge: app.nit: intro `Text::open_in_browser` and example for the UI API
authorJean Privat <jean@pryen.org>
Mon, 27 Jun 2016 21:58:40 +0000 (17:58 -0400)
committerJean Privat <jean@pryen.org>
Mon, 27 Jun 2016 21:58:40 +0000 (17:58 -0400)
commit78857fd1d59ed7c3b0ba41f953e8c3fe89de0cfa
tree339af45bf9d670efb9017022d90197cbd3754418
parent201657e871918426afab7b1ca85f378334433c0e
parent2fa580cc8857765d68ebd0e739e470b234c0bef3
Merge: app.nit: intro `Text::open_in_browser` and example for the UI API

This PR intro a service to open a URL using the platform default browser, and an example for the UI API. The example uses most of the available controls, multiple windows and the new `open_in_browser` feature.

The changes to `core::exec` are updates for compatibility with `Text`, and some minor improvements to its doc.

Pull-Request: #2206
Reviewed-by: Jean Privat <jean@pryen.org>