HolonProduction

Results 16 issues of HolonProduction

Supports: - String (summary string in the format `"hello world"`) - StringName (summary string in the format `&"hello world"` - List (synthetic children for indexed children access + summary string...

enhancement
topic:buildsystem

Fixes #97640 `update_code_completion` will be used to determine whether options need to be refiltered, and in this context it makes sense to not do that with unicode characters from the...

bug
topic:editor
topic:gui
cherrypick:4.3

This piece of text came up in #9903. When it was added in c41d188838620257c61f21f3b1f23b0b08079623 it wasn't placed under export resources, so it makes sense to move it away from there....

enhancement
topic:gdscript

To match the ignore file described in the [docs](https://docs.godotengine.org/en/latest/tutorials/best_practices/version_control_systems.html). As #42392 was not merged `.translation` files still need to be ignored. I am not using the Mono version but as...

enhancement
topic:editor

Followup to #80561 which improves the UI a bit: Before ![Screenshot from 2024-09-06 11-42-54](https://github.com/user-attachments/assets/37989970-be97-4bae-88bc-24b411d46c07) After ![Screenshot from 2024-10-06 18-37-09](https://github.com/user-attachments/assets/61fc5d56-ab69-42dc-a631-bb809de06c5f) Since we are not using a grid container anymore I also...

enhancement
topic:editor
usability

https://godotengine.org/ crashes with this error when scrolling down ``` VERIFICATION FAILED: !height.might_be_saturated() at ~/ladybird/Userland/Libraries/LibWeb/Layout/LayoutState.cpp:563 ``` This seems to be caused by [this svg](https://godotengine.org/assets/home/features/cross-platform.svg). More specifically the svg contains a rect...

bug
svg