src/Pure/PIDE/command.scala
changeset 83185 47edc6384e7a
parent 83184 9e05d3acd2b4
child 83186 887f1eac24d1
equal deleted inserted replaced
83184:9e05d3acd2b4 83185:47edc6384e7a
   257       if (markups1.is_empty) None
   257       if (markups1.is_empty) None
   258       else Some(State(other_command, markups = markups1))
   258       else Some(State(other_command, markups = markups1))
   259     }
   259     }
   260 
   260 
   261     private def add_status(st: Markup): State = {
   261     private def add_status(st: Markup): State = {
   262       val document_status1 =
   262       val document_status1 = document_status.update(markups = List(st))
   263         document_status + Document_Status.Command_Status.make(markups = List(st))
       
   264       new State(command, st :: status, results, exports, markups, document_status1)
   263       new State(command, st :: status, results, exports, markups, document_status1)
   265     }
   264     }
   266 
   265 
   267     private def add_result(entry: Results.Entry): State = {
   266     private def add_result(entry: Results.Entry): State = {
   268       val document_status1 =
   267       val document_status1 =