godot/editor/inspector
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
..
add_metadata_dialog.cpp Expand LineEdit with metadata name in AddMetadataDialog 2025-09-17 21:47:02 +03:00
add_metadata_dialog.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_context_menu_plugin.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_context_menu_plugin.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_inspector.compat.inc Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_inspector.cpp Hide "Open documentation" context menu button in project manager 2025-12-02 22:45:58 +01:00
editor_inspector.h Merge pull request #108379 from timothyqiu/inspector-unused 2025-11-14 14:22:59 -06:00
editor_preview_plugins.cpp Statically protect Object::cast_to for unrelated Object types. 2025-11-24 23:03:22 +01:00
editor_preview_plugins.h Remove display_server.h transitive include from node.h. 2025-10-14 00:43:02 +02:00
editor_properties.cpp Add new monospace related hint strings 2025-12-03 12:57:40 -05:00
editor_properties.h Add new monospace related hint strings 2025-12-03 12:57:40 -05:00
editor_properties_array_dict.cpp Merge pull request #106099 from xefensor/master 2025-11-07 10:32:34 -06:00
editor_properties_array_dict.h Merge pull request #106099 from xefensor/master 2025-11-07 10:32:34 -06:00
editor_properties_vector.cpp Cleanup EditorProperty setup methods 2025-10-08 15:52:46 -07:00
editor_properties_vector.h Cleanup EditorProperty setup methods 2025-10-08 15:52:46 -07:00
editor_property_name_processor.cpp Merge pull request #111742 from Calinou/editor-capitalization-add-stop-word 2025-12-02 14:15:38 +01:00
editor_property_name_processor.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_resource_picker.cpp Merge pull request #112999 from Meorge/feat/quick-load-icon 2025-12-02 14:16:16 +01:00
editor_resource_picker.h Always enable Make Unique for previewed overrides 2025-11-23 12:35:21 +01:00
editor_resource_preview.cpp Fix incorrect material and mesh thumbnails 2025-12-01 18:33:25 +01:00
editor_resource_preview.h Fix incorrect material and mesh thumbnails 2025-12-01 18:33:25 +01:00
editor_resource_tooltip_plugins.cpp Merge pull request #109525 from bruvzg/res_link_target 2025-11-10 08:20:19 -06:00
editor_resource_tooltip_plugins.h Change preview methods to take Callable 2025-09-23 20:13:00 +02:00
editor_sectioned_inspector.cpp Fix hidden scrollbar in editor settings 2025-07-17 20:39:49 +02:00
editor_sectioned_inspector.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
input_event_editor_plugin.cpp Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
input_event_editor_plugin.h Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
multi_node_edit.cpp Merge pull request #111606 from YeldhamDev/out_of_the_field 2025-11-10 08:20:24 -06:00
multi_node_edit.h Add Instant Preview to Quick Open dialog 2025-09-29 15:12:21 -07:00
property_selector.cpp Improve auto-translation of the replication editor 2025-11-15 10:22:35 +08:00
property_selector.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
SCsub Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
sub_viewport_preview_editor_plugin.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
sub_viewport_preview_editor_plugin.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
tool_button_editor_plugin.cpp Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
tool_button_editor_plugin.h Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00