src/Pure/PIDE/session.scala
changeset 60075 b079ee0e766c
parent 59367 6193bbbbe564
child 60749 f727b99faaf7
equal deleted inserted replaced
60074:38a64cc17403 60075:b079ee0e766c
   622   { if (edits.nonEmpty) manager.send_wait(Session.Raw_Edits(doc_blobs, edits)) }
   622   { if (edits.nonEmpty) manager.send_wait(Session.Raw_Edits(doc_blobs, edits)) }
   623 
   623 
   624   def update_options(options: Options)
   624   def update_options(options: Options)
   625   { manager.send_wait(Update_Options(options)) }
   625   { manager.send_wait(Update_Options(options)) }
   626 
   626 
   627   def init_options(options: Options)
       
   628   {
       
   629     update_options(options)
       
   630   }
       
   631 
       
   632   def dialog_result(id: Document_ID.Generic, serial: Long, result: String)
   627   def dialog_result(id: Document_ID.Generic, serial: Long, result: String)
   633   { manager.send(Session.Dialog_Result(id, serial, result)) }
   628   { manager.send(Session.Dialog_Result(id, serial, result)) }
   634 
   629 
   635   def build_theories(id: String, master_dir: Path, theories: List[(Options, List[Path])])
   630   def build_theories(id: String, master_dir: Path, theories: List[(Options, List[Path])])
   636   { manager.send(Session.Build_Theories(id, master_dir, theories)) }
   631   { manager.send(Session.Build_Theories(id, master_dir, theories)) }