src/Tools/jEdit/src/isabelle_options.scala
changeset 50119 5c370a036de7
parent 50117 32755e357a51
child 50190 0d7f0d8fd63b
--- a/src/Tools/jEdit/src/isabelle_options.scala	Sun Nov 18 15:38:37 2012 +0100
+++ b/src/Tools/jEdit/src/isabelle_options.scala	Sun Nov 18 16:04:13 2012 +0100
@@ -44,7 +44,8 @@
     Set("jedit_logic", "jedit_auto_start", "jedit_font_scale", "jedit_text_overview_limit",
       "jedit_tooltip_font_scale", "jedit_tooltip_margin", "threads", "threads_trace",
       "parallel_proofs", "parallel_proofs_threshold", "editor_load_delay",
-      "editor_input_delay", "editor_output_delay", "editor_update_delay", "editor_reparse_limit")
+      "editor_input_delay", "editor_output_delay", "editor_reparse_limit", "editor_tracing_limit",
+      "editor_update_delay")
 
   relevant_options.foreach(Isabelle.options.value.check_name _)