src/Pure/PIDE/editor.scala
changeset 60893 3c8b9b4b577c
parent 56494 1b74abf064e1
child 61728 5f5ff1eab407
--- a/src/Pure/PIDE/editor.scala	Tue Aug 11 15:24:49 2015 +0200
+++ b/src/Pure/PIDE/editor.scala	Tue Aug 11 17:00:16 2015 +0200
@@ -27,6 +27,7 @@
     def follow(context: Context): Unit
   }
   def hyperlink_command(
-    snapshot: Document.Snapshot, command: Command, offset: Symbol.Offset = 0): Option[Hyperlink]
+    focus: Boolean, snapshot: Document.Snapshot, command: Command, offset: Symbol.Offset = 0)
+      : Option[Hyperlink]
 }