src/Pure/PIDE/markup.scala
changeset 60842 5510c8444bc4
parent 60834 781f1168d31e
child 60882 45bfd18835f1
equal deleted inserted replaced
60841:144523e0678e 60842:5510c8444bc4
   493   val PRINT_OPERATIONS = "print_operations"
   493   val PRINT_OPERATIONS = "print_operations"
   494 
   494 
   495 
   495 
   496   /* debugger output */
   496   /* debugger output */
   497 
   497 
       
   498   val DEBUGGER_STATE = "debugger_state"
       
   499   object Debugger_State
       
   500   {
       
   501     def unapply(props: Properties.T): Option[String] =
       
   502       props match {
       
   503         case List((FUNCTION, DEBUGGER_STATE), (NAME, name)) => Some(name)
       
   504         case _ => None
       
   505       }
       
   506   }
       
   507 
   498   val DEBUGGER_OUTPUT = "debugger_output"
   508   val DEBUGGER_OUTPUT = "debugger_output"
   499   object Debugger_Output
   509   object Debugger_Output
   500   {
   510   {
   501     def unapply(props: Properties.T): Option[String] =
   511     def unapply(props: Properties.T): Option[String] =
   502       props match {
   512       props match {