This website requires JavaScript.
Explore
Help
Sign In
noahbackus
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
Files
665238e0fbcff7eef33fc8ed02f971e89e5bc982
godot
/
editor
/
script
T
History
Thaddeus Crews
d78725646b
Merge pull request
#110761
from fkeyzuwu/assign-export-value-bug
...
Fix drag and drop `@export` variable assignment when script has errors
2025-11-17 10:56:43 -06:00
..
editor_script_plugin.cpp
…
editor_script_plugin.h
…
editor_script.cpp
Deprecate
get_scene()
in
EditorScript
class
2025-10-22 17:03:41 -05:00
editor_script.h
Deprecate
get_scene()
in
EditorScript
class
2025-10-22 17:03:41 -05:00
find_in_files.cpp
Remove unnecessary theme settings when constructing FindInFilesContainer
2025-11-13 23:36:35 +08:00
find_in_files.h
Remove unnecessary theme settings when constructing FindInFilesContainer
2025-11-13 23:36:35 +08:00
script_create_dialog.cpp
Enable script templates by default
2025-10-09 16:33:07 +02:00
script_create_dialog.h
…
script_editor_plugin.cpp
ScriptEditor::reload_scripts only call deferred if not main thread
2025-11-12 10:14:33 +01:00
script_editor_plugin.h
Support Keep Results in results of Find in Files
2025-11-11 10:35:01 +08:00
script_text_editor.cpp
Fix drag and drop @export variable assignment when script has errors
2025-11-11 23:50:56 +02:00
script_text_editor.h
Fix drag and drop @export variable assignment when script has errors
2025-11-11 23:50:56 +02:00
SCsub
…
text_editor.cpp
Fallback to parent class icon by default for gdextension
2025-10-31 18:03:32 +08:00
text_editor.h
…