src/Pure/PIDE/markup.scala
changeset 60831 5b99a334fd4c
parent 60830 f56e189350b2
child 60834 781f1168d31e
equal deleted inserted replaced
60830:f56e189350b2 60831:5b99a334fd4c
   483   val BUILD_THEORIES_RESULT = "build_theories_result"
   483   val BUILD_THEORIES_RESULT = "build_theories_result"
   484   object Build_Theories_Result
   484   object Build_Theories_Result
   485   {
   485   {
   486     def unapply(props: Properties.T): Option[String] =
   486     def unapply(props: Properties.T): Option[String] =
   487       props match {
   487       props match {
   488         case List((FUNCTION, BUILD_THEORIES_RESULT), ("id", id)) => Some(id)
   488         case List((FUNCTION, BUILD_THEORIES_RESULT), (ID, id)) => Some(id)
   489         case _ => None
   489         case _ => None
   490       }
   490       }
   491   }
   491   }
   492 
   492 
   493   val PRINT_OPERATIONS = "print_operations"
   493   val PRINT_OPERATIONS = "print_operations"