app.nit: intro `Text::open_in_browser`
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 23 Jun 2016 16:12:58 +0000 (12:12 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Mon, 27 Jun 2016 15:24:30 +0000 (11:24 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/app/ui.nit

index 996629f..5f66ab4 100644 (file)
@@ -305,3 +305,8 @@ class ListLayout
        super View
        super CompositeControl
 end
+
+redef class Text
+       # Open the URL `self` with the default browser
+       fun open_in_browser do print_error "Text::open_in_browser not implemented on this platform."
+end