lean4-htt/src/Lean/Widget
Sebastian Ullrich 1e1e17cb35
fix: be consistent in not reporting newlines between trace nodes to info view (#7143)
This PR makes the server consistently not report newlines between trace
nodes to the info view, enabling it to render them on dedicates lines
without extraneous spacing between them in all circumstances.

The info view code will separately need to be adjusted to this new
behavior, until then this change will make adjacent trace node leafs
consistently be rendered *on the same line* if there is sufficient
space. The cmdline should be unaffected in any case.
2025-02-25 16:16:35 +00:00
..
Basic.lean chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00
Diff.lean chore: remove the coercion from String to Name (#3589) 2024-03-21 23:46:03 +00:00
InteractiveCode.lean feat: labeled and unique sorries (#5757) 2024-12-11 23:53:02 +00:00
InteractiveDiagnostic.lean fix: be consistent in not reporting newlines between trace nodes to info view (#7143) 2025-02-25 16:16:35 +00:00
InteractiveGoal.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
TaggedText.lean chore: rename Array.back to back! (#5897) 2024-10-31 09:18:18 +00:00
Types.lean feat: widget messages (#4254) 2024-05-29 06:37:42 +00:00
UserWidget.lean feat: more robust server parallelism (#7087) 2025-02-20 10:54:22 +00:00