src/Pure/PIDE/editor.scala
changeset 54702 3daeba5130f0
parent 54461 6c360a6ade0e
child 55876 142139457653
--- a/src/Pure/PIDE/editor.scala	Mon Dec 09 09:44:57 2013 +0100
+++ b/src/Pure/PIDE/editor.scala	Mon Dec 09 12:16:52 2013 +0100
@@ -23,6 +23,7 @@
   def remove_overlay(command: Command, fn: String, args: List[String]): Unit
 
   abstract class Hyperlink { def follow(context: Context): Unit }
+  def hyperlink_url(name: String): Hyperlink
   def hyperlink_file(file_name: String, line: Int = 0, column: Int = 0): Hyperlink
   def hyperlink_command(
     snapshot: Document.Snapshot, command: Command, offset: Text.Offset = 0): Option[Hyperlink]