godot/platform
Adam Scott 10c7cb878a
Add new monospace related hint strings
- Add hint string `monospace` for `PROPERTY_HINT_{NONE,PASSWORD,PLACEHOLDER_TEXT}` to set the `LineEdit` font monospaced.
- Add hint string `monospace` for `PROPERTY_HINT_MULTILINE_TEXT` to set the `TextEdit` font monospaced.
- Add hint string `no_wrap` for `PROPERTY_HINT_MULTILINE_TEXT` to make the `TextEdit` not wrap lines automatically.

Also:
- Fix issue with `EditorPropertyMultilineText` not updating font properly.
- Add `EditorPropertyMultilineText` tweak flags.
- Add support with GDScript `@export_multiline`.
2025-12-03 12:57:40 -05:00
..
android Add new monospace related hint strings 2025-12-03 12:57:40 -05:00
ios Add support for profiling GDScript with tracy. 2025-11-28 16:36:36 +01:00
linuxbsd Add new monospace related hint strings 2025-12-03 12:57:40 -05:00
macos Add new monospace related hint strings 2025-12-03 12:57:40 -05:00
visionos Merge pull request #113279 from Ivorforce/tracy-gdscript-codeloc 2025-12-02 14:16:56 +01:00
web Add new monospace related hint strings 2025-12-03 12:57:40 -05:00
windows Add new monospace related hint strings 2025-12-03 12:57:40 -05:00
platform_builders.py SCons: Begin decoupling generation & build code 2025-04-25 08:23:01 -05:00
register_platform_apis.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub SCons: Begin decoupling generation & build code 2025-04-25 08:23:01 -05:00