godot/modules/gdscript/doc_classes
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
..
@GDScript.xml Add new monospace related hint strings 2025-12-03 12:57:40 -05:00
GDScript.xml Clean up more [b]Example:[/b] lines from the class reference 2024-11-11 12:05:34 +01:00
GDScriptSyntaxHighlighter.xml Expose GDScript syntax highlighter to editor plugins 2024-08-19 16:36:55 +04:00