mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
- 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`.
|
||
|---|---|---|
| .. | ||
| add_metadata_dialog.cpp | ||
| add_metadata_dialog.h | ||
| editor_context_menu_plugin.cpp | ||
| editor_context_menu_plugin.h | ||
| editor_inspector.compat.inc | ||
| editor_inspector.cpp | ||
| editor_inspector.h | ||
| editor_preview_plugins.cpp | ||
| editor_preview_plugins.h | ||
| editor_properties.cpp | ||
| editor_properties.h | ||
| editor_properties_array_dict.cpp | ||
| editor_properties_array_dict.h | ||
| editor_properties_vector.cpp | ||
| editor_properties_vector.h | ||
| editor_property_name_processor.cpp | ||
| editor_property_name_processor.h | ||
| editor_resource_picker.cpp | ||
| editor_resource_picker.h | ||
| editor_resource_preview.cpp | ||
| editor_resource_preview.h | ||
| editor_resource_tooltip_plugins.cpp | ||
| editor_resource_tooltip_plugins.h | ||
| editor_sectioned_inspector.cpp | ||
| editor_sectioned_inspector.h | ||
| input_event_editor_plugin.cpp | ||
| input_event_editor_plugin.h | ||
| multi_node_edit.cpp | ||
| multi_node_edit.h | ||
| property_selector.cpp | ||
| property_selector.h | ||
| SCsub | ||
| sub_viewport_preview_editor_plugin.cpp | ||
| sub_viewport_preview_editor_plugin.h | ||
| tool_button_editor_plugin.cpp | ||
| tool_button_editor_plugin.h | ||