godot/platform/windows/export
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
..
export.cpp Export: Modify template without rcedit 2025-06-05 13:05:45 +02:00
export.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
export_plugin.cpp Add new monospace related hint strings 2025-12-03 12:57:40 -05:00
export_plugin.h Merge pull request #108658 from bruvzg/ed_pl_init 2025-09-30 18:35:25 -05:00
logo.svg Style: Enforce trailing newlines on svgs 2025-02-18 11:02:45 -06:00
run_icon.svg Style: Enforce trailing newlines on svgs 2025-02-18 11:02:45 -06:00
template_modifier.cpp Misc cleanup in EditorExportPlatform 2025-10-29 22:25:37 +01:00
template_modifier.h [Windows] Fix application manifest in exported projects with modified resources. 2025-10-06 11:33:02 +03:00