1
0
Fork 0
godot/editor/script
Thaddeus Crews d9078d887f
Merge pull request #109049 from ryevdokimov/deprecate-script-add-root-node
Relocate `add_root_node` method to `EditorInterface` from `EditorScript` and deprecate old method
2025-10-01 13:12:45 -05:00
..
SCsub
editor_script.cpp Relocate `add_root_node` method to `EditorInterface` from `EditorScript` and deprecate old method 2025-08-05 17:23:57 +04:00
editor_script.h
editor_script_plugin.cpp
editor_script_plugin.h
find_in_files.cpp Merge pull request #110770 from arkology/find-in-files-count 2025-09-23 12:08:47 -05:00
find_in_files.h `FindInFiles`: Show the number of matches for each file 2025-09-21 18:11:47 +03:00
script_create_dialog.cpp Improve usage of String.split() vs get_slice() 2025-09-19 16:31:55 +02:00
script_create_dialog.h
script_editor_plugin.cpp Merge pull request #109549 from jroprohehe/unknown_error_getting_token_fix 2025-10-01 13:12:37 -05:00
script_editor_plugin.h Fix some Text Editor theme issues and clean up 2025-07-15 13:43:30 -04:00
script_text_editor.cpp Fix region folding not loading properly 2025-09-26 23:29:31 +02:00
script_text_editor.h Fix region folding not loading properly 2025-09-26 23:29:31 +02:00
text_editor.cpp Hide `Control` focus when given via mouse input 2025-09-19 13:43:29 -03:00
text_editor.h