src/Pure/PIDE/query_operation.scala
changeset 60893 3c8b9b4b577c
parent 57612 990ffb84489b
child 61206 d5aeb401111a
equal deleted inserted replaced
60892:cc7a1285693f 60893:3c8b9b4b577c
   199     GUI_Thread.require {}
   199     GUI_Thread.require {}
   200 
   200 
   201     for {
   201     for {
   202       command <- current_location
   202       command <- current_location
   203       snapshot = editor.node_snapshot(command.node_name)
   203       snapshot = editor.node_snapshot(command.node_name)
   204       link <- editor.hyperlink_command(snapshot, command)
   204       link <- editor.hyperlink_command(true, snapshot, command)
   205     } link.follow(editor_context)
   205     } link.follow(editor_context)
   206   }
   206   }
   207 
   207 
   208 
   208 
   209   /* main */
   209   /* main */