src/Tools/jEdit/src/find_dockable.scala
changeset 54640 bbd2fa353809
parent 54368 36dc6aa4fe87
child 55618 995162143ef4
equal deleted inserted replaced
54639:5adc68deb322 54640:bbd2fa353809
    35     status match {
    35     status match {
    36       case Query_Operation.Status.WAITING =>
    36       case Query_Operation.Status.WAITING =>
    37         process_indicator.update("Waiting for evaluation of context ...", 5)
    37         process_indicator.update("Waiting for evaluation of context ...", 5)
    38       case Query_Operation.Status.RUNNING =>
    38       case Query_Operation.Status.RUNNING =>
    39         process_indicator.update("Running find operation ...", 15)
    39         process_indicator.update("Running find operation ...", 15)
    40       case _ =>
    40       case Query_Operation.Status.FINISHED =>
    41         process_indicator.update(null, 0)
    41         process_indicator.update(null, 0)
    42     }
    42     }
    43   }
    43   }
    44 
    44 
    45   private val find_theorems =
    45   private val find_theorems =