src/Tools/jEdit/src/rendering.scala
changeset 61727 6f1a84d78865
parent 61722 a8fb3e379ba7
child 61871 2cb4a2970941
equal deleted inserted replaced
61726:04f8564d6983 61727:6f1a84d78865
   684   def output_messages(results: Command.Results): List[XML.Tree] =
   684   def output_messages(results: Command.Results): List[XML.Tree] =
   685   {
   685   {
   686     val (states, other) =
   686     val (states, other) =
   687       results.iterator.map(_._2).filterNot(Protocol.is_result(_)).toList
   687       results.iterator.map(_._2).filterNot(Protocol.is_result(_)).toList
   688         .partition(Protocol.is_state(_))
   688         .partition(Protocol.is_state(_))
   689     if (options.bool("editor_output_state")) states ::: other else other
   689     states ::: other
   690   }
   690   }
   691 
   691 
   692 
   692 
   693   /* text background */
   693   /* text background */
   694 
   694