behaviour-tree-test/editor/debugger
Philippe Vaillancourt e046830c50 Tree: Add per-cell autowrap_trim_flags to TreeItem
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.
2025-12-24 15:28:15 -05:00
..
debug_adapter Fix potential DAP crash at startup 2025-12-19 16:26:20 +01:00
debugger_editor_plugin.cpp Use new dock system for Debugger 2025-11-25 20:40:26 -08:00
debugger_editor_plugin.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_debugger_inspector.cpp Fix error when editing multifield values inside arrays and dictionaries 2025-10-13 13:29:32 -03:00
editor_debugger_inspector.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_debugger_node.cpp Merge pull request #113773 from KoBeWi/built_in_error_opener_now_in_godot 2025-12-17 22:27:02 +01:00
editor_debugger_node.h Use new dock system for Debugger 2025-11-25 20:40:26 -08:00
editor_debugger_plugin.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_debugger_plugin.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_debugger_server.cpp Core: Add UNIX domain socket support 2025-09-26 05:46:19 +10:00
editor_debugger_server.h Add GDSOFTCLASS to deeper inheritors of Object 2025-09-24 19:15:56 +01:00
editor_debugger_tree.cpp Use new dock system for Debugger 2025-11-25 20:40:26 -08:00
editor_debugger_tree.h Merge pull request #110738 from YeldhamDev/oops_guess_we_needed_that 2025-10-07 13:07:02 +02:00
editor_expression_evaluator.cpp Improve auto-translation of Debugger 2025-11-17 20:11:35 +01:00
editor_expression_evaluator.h Remove unused private variables in godot/editor 2025-12-07 02:55:08 -08:00
editor_file_server.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_file_server.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_performance_profiler.cpp Improve auto-translation of Debugger 2025-11-17 20:11:35 +01:00
editor_performance_profiler.h Move localized number formatting methods to TranslationServer 2025-11-10 15:01:22 +08:00
editor_profiler.cpp Improve auto-translation of Debugger 2025-11-17 20:11:35 +01:00
editor_profiler.h Remove unused private variables in godot/editor 2025-12-07 02:55:08 -08:00
editor_visual_profiler.cpp Improve auto-translation of Debugger 2025-11-17 20:11:35 +01:00
editor_visual_profiler.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
script_editor_debugger.cpp Tree: Add per-cell autowrap_trim_flags to TreeItem 2025-12-24 15:28:15 -05:00
script_editor_debugger.h Add and adjust more scroll hints in the editor 2025-12-17 11:15:33 -03:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00