mirror of
https://github.com/godotengine/godot.git
synced 2026-02-08 19:59:49 +00:00
The Debugger Errors tab previously displayed ASCII art diagnostic output (like Rust/Elm-style error messages) incorrectly because the Tree widget hardcoded space trimming flags, causing leading spaces on wrapped lines to be trimmed and breaking alignment. This adds a per-cell `autowrap_trim_flags` property to TreeItem, following the pattern used by Label and RichTextLabel. The debugger errors tab now disables trim flags and uses the same monospace font as the Output panel, ensuring proper alignment of structured error messages.
86 KiB
86 KiB