tuned messages: implement "verbose = false", but there is no theory output anyway;
--- a/src/Tools/jEdit/src/document_dockable.scala Mon Dec 05 15:19:52 2022 +0100
+++ b/src/Tools/jEdit/src/document_dockable.scala Mon Dec 05 15:36:03 2022 +0100
@@ -39,7 +39,6 @@
Delay.first(PIDE.options.seconds("editor_update_delay"), gui = true) { update() }
override def echo(msg: String): Unit = { syslog += msg; delay.invoke() }
- override def theory(theory: Progress.Theory): Unit = echo(theory.message)
def load(): Unit = {
val path = document_output().log