godot/editor
Ekaterina Vaartis 60692b4e45 Implement export_multiline support for Array[String] and Dictionary
For arrays, specifically check if it's a string array and pass the
type on to the editor. For dictionaries, save the hint on the type and
use it later to draw the multiline editor, except for when adding a
string key, because that doesn't make much sense. All string values
however will be drawn as multiline.
2022-12-25 01:46:57 +03:00
..
debugger Fix: Profiler and Visual Profiler start/stop state inconsistency 2022-12-23 08:14:53 +06:30
export Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension 2022-12-12 11:43:59 +01:00
fileserver
icons Merge pull request #67283 from KoBeWi/one_way_ticket 2022-12-09 18:05:55 +01:00
import Merge pull request #70360 from dustinsth/fix_import_dialog_text 2022-12-21 18:29:17 +01:00
plugins Merge pull request #69797 from TokageItLab/time-edit-inspector-plugin 2022-12-23 09:07:15 +01:00
translations i18n: Sync editor translations with Weblate (3.5 branch) 2022-12-13 14:38:52 +01:00
action_map_editor.cpp Fix closing project setting window with ESC while listening for input 2022-12-21 12:48:59 +01:00
action_map_editor.h Fix closing project setting window with ESC while listening for input 2022-12-21 12:48:59 +01:00
animation_bezier_editor.cpp Add inspector plugin for key time edit & Change find key argument 2022-12-22 10:03:06 +09:00
animation_bezier_editor.h
animation_track_editor_plugins.cpp Add inspector plugin for key time edit & Change find key argument 2022-12-22 10:03:06 +09:00
animation_track_editor_plugins.h
animation_track_editor.cpp Add inspector plugin for key time edit & Change find key argument 2022-12-22 10:03:06 +09:00
animation_track_editor.h Add inspector plugin for key time edit & Change find key argument 2022-12-22 10:03:06 +09:00
array_property_edit.cpp
array_property_edit.h
audio_stream_preview.cpp
audio_stream_preview.h
code_editor.cpp
code_editor.h
connections_dialog.cpp Fix unable to disconnect signal in Editor once created 2022-12-08 13:36:48 +01:00
connections_dialog.h
create_dialog.cpp Check if class exists before checking if it's virtual in Create Dialog 2022-12-11 13:12:59 -06:00
create_dialog.h
dependency_editor.cpp
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h
doc_tools.cpp
doc_tools.h
editor_about.cpp
editor_about.h
editor_asset_installer.cpp
editor_asset_installer.h
editor_atlas_packer.cpp
editor_atlas_packer.h
editor_audio_buses.cpp
editor_audio_buses.h
editor_autoload_settings.cpp
editor_autoload_settings.h
editor_build_profile.cpp
editor_build_profile.h
editor_builders.py
editor_command_palette.cpp
editor_command_palette.h
editor_data.cpp Fix resource picker regression 2022-12-18 19:59:33 -05:00
editor_data.h
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_feature_profile.cpp
editor_feature_profile.h
editor_file_dialog.cpp
editor_file_dialog.h
editor_file_system.cpp Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
editor_file_system.h
editor_folding.cpp
editor_folding.h
editor_fonts.cpp
editor_fonts.h
editor_help_search.cpp
editor_help_search.h
editor_help.cpp Fix left-aligned EditorHelp when first opened 2022-12-09 18:54:52 +01:00
editor_help.h
editor_inspector.cpp Revert "Queue inspector tree update when changing the theme." 2022-12-22 16:39:21 +01:00
editor_inspector.h EditorInspectorSection is not folded when clicking under the font 2022-12-18 15:37:08 +01:00
editor_layouts_dialog.cpp Do not add child twice and set initial focus 2022-12-21 22:26:11 +01:00
editor_layouts_dialog.h
editor_locale_dialog.cpp
editor_locale_dialog.h
editor_log.cpp Renamed RTL remove_line() to remove_paragraph(). 2022-12-21 11:54:18 -06:00
editor_log.h
editor_native_shader_source_visualizer.cpp
editor_native_shader_source_visualizer.h
editor_node.cpp Add inspector plugin for key time edit & Change find key argument 2022-12-22 10:03:06 +09:00
editor_node.h Add a dialog for customizing FBX import 2022-12-18 01:08:54 +01:00
editor_path.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
editor_path.h
editor_paths.cpp
editor_paths.h
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_plugin.cpp
editor_plugin.h
editor_properties_array_dict.cpp Implement export_multiline support for Array[String] and Dictionary 2022-12-25 01:46:57 +03:00
editor_properties_array_dict.h Implement export_multiline support for Array[String] and Dictionary 2022-12-25 01:46:57 +03:00
editor_properties.cpp Implement export_multiline support for Array[String] and Dictionary 2022-12-25 01:46:57 +03:00
editor_properties.h Add inspector plugin for key time edit & Change find key argument 2022-12-22 10:03:06 +09:00
editor_property_name_processor.cpp Add uri property for LinkButton 2022-12-17 15:27:33 +01:00
editor_property_name_processor.h
editor_quick_open.cpp
editor_quick_open.h
editor_resource_picker.cpp
editor_resource_picker.h Script-class-aware Inspector & related controls. 2022-09-17 18:34:57 -05:00
editor_resource_preview.cpp
editor_resource_preview.h
editor_run_native.cpp
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_run.cpp
editor_run.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp Don't update EditorSettings dialog unnecessarily 2022-11-21 14:47:16 +01:00
editor_sectioned_inspector.h
editor_settings_dialog.cpp
editor_settings_dialog.h
editor_settings.cpp Added gl_compatibility as an option to the project creation screen 2022-12-13 14:11:07 -08:00
editor_settings.h
editor_spin_slider.cpp Add inspector plugin for key time edit & Change find key argument 2022-12-22 10:03:06 +09:00
editor_spin_slider.h
editor_themes.cpp
editor_themes.h
editor_title_bar.cpp
editor_title_bar.h
editor_toaster.cpp
editor_toaster.h
editor_translation_parser.cpp
editor_translation_parser.h
editor_translation.cpp
editor_translation.h
editor_undo_redo_manager.cpp Add scope prefix to undo actions 2022-12-14 22:51:10 +01:00
editor_undo_redo_manager.h Add scope prefix to undo actions 2022-12-14 22:51:10 +01:00
editor_vcs_interface.cpp VCS: Fix GDExtension return types for VCS after Array type hardening 2022-12-20 15:42:31 +05:30
editor_vcs_interface.h VCS: Fix GDExtension return types for VCS after Array type hardening 2022-12-20 15:42:31 +05:30
editor_zoom_widget.cpp
editor_zoom_widget.h
event_listener_line_edit.cpp
event_listener_line_edit.h
fbx_importer_manager.cpp Add a dialog for customizing FBX import 2022-12-18 01:08:54 +01:00
fbx_importer_manager.h Add a dialog for customizing FBX import 2022-12-18 01:08:54 +01:00
filesystem_dock.cpp
filesystem_dock.h
find_in_files.cpp Rebuild search result tree when the theme is changed 2022-12-21 18:15:40 +01:00
find_in_files.h
groups_editor.cpp
groups_editor.h
history_dock.cpp
history_dock.h
import_defaults_editor.cpp
import_defaults_editor.h
import_dock.cpp
import_dock.h
input_event_configuration_dialog.cpp
input_event_configuration_dialog.h
inspector_dock.cpp
inspector_dock.h
localization_editor.cpp
localization_editor.h
multi_node_edit.cpp
multi_node_edit.h
node_dock.cpp
node_dock.h
plugin_config_dialog.cpp
plugin_config_dialog.h
pot_generator.cpp
pot_generator.h
progress_dialog.cpp
progress_dialog.h
project_converter_3_to_4.cpp Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
project_converter_3_to_4.h
project_manager.cpp Mention that the Compatibility rendering backend is work-in-progress 2022-12-22 19:41:25 +01:00
project_manager.h
project_settings_editor.cpp Fix closing project setting window with ESC while listening for input 2022-12-21 12:48:59 +01:00
project_settings_editor.h Fix closing project setting window with ESC while listening for input 2022-12-21 12:48:59 +01:00
property_selector.cpp
property_selector.h
register_editor_types.cpp Restore AudioStreamEditor class 2022-12-15 10:59:44 +03:00
register_editor_types.h
register_exporters.h
rename_dialog.cpp
rename_dialog.h
reparent_dialog.cpp
reparent_dialog.h
scene_create_dialog.cpp
scene_create_dialog.h
scene_tree_dock.cpp Remove unnecessary condition 2022-12-17 23:04:03 +01:00
scene_tree_dock.h
scene_tree_editor.cpp Fix String::word_wrap() for long words 2022-12-16 13:18:57 +08:00
scene_tree_editor.h
script_create_dialog.cpp
script_create_dialog.h
SCsub
shader_create_dialog.cpp
shader_create_dialog.h
shader_globals_editor.cpp
shader_globals_editor.h
template_builders.py