changeset 81433 | c3793899b880 |
parent 81432 | 85fc3b482924 |
child 81434 | 1935ed4fe9c2 |
--- a/src/Tools/jEdit/src/pretty_text_area.scala Tue Nov 12 11:32:07 2024 +0100 +++ b/src/Tools/jEdit/src/pretty_text_area.scala Tue Nov 12 22:30:45 2024 +0100 @@ -98,7 +98,7 @@ Some(Future.fork { val (rich_texts, rendering) = try { - val rich_texts = Rich_Text.format(output, margin, metric) + val rich_texts = Rich_Text.format(output, margin, metric, cache = PIDE.cache) val rendering = JEdit_Rendering(snapshot, rich_texts, results) (rich_texts, rendering) }