src/Tools/jEdit/src/output_dockable.scala
changeset 66084 7f8eeff20f7a
parent 66082 2d12a730a380
child 66205 e9fa94f43a15
equal deleted inserted replaced
66083:dcc685d5c3f7 66084:7f8eeff20f7a
    75   private def output_state_=(b: Boolean)
    75   private def output_state_=(b: Boolean)
    76   {
    76   {
    77     if (output_state != b) {
    77     if (output_state != b) {
    78       PIDE.options.bool("editor_output_state") = b
    78       PIDE.options.bool("editor_output_state") = b
    79       PIDE.session.update_options(PIDE.options.value)
    79       PIDE.session.update_options(PIDE.options.value)
    80       PIDE.editor.flush(hidden = true)
    80       PIDE.editor.flush_edits(hidden = true)
    81       PIDE.editor.flush()
    81       PIDE.editor.flush()
    82     }
    82     }
    83   }
    83   }
    84 
    84 
    85   private val output_state_button = new CheckBox("Proof state")
    85   private val output_state_button = new CheckBox("Proof state")