1
0
Fork 0
godot/editor/script
Rémi Verschelde 66b6ea492f
Merge pull request #113706 from lodetrick/unused-and-forgotten
Codestyle: Remove unused private variables in `godot/editor`
2025-12-09 17:17:18 +01:00
..
SCsub
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
editor_script_plugin.cpp
editor_script_plugin.h
find_in_files.cpp Merge pull request #112719 from jinyangcruise/fix_error_when_change_language 2025-12-08 11:54:01 -06:00
find_in_files.h Use EditorDock for Search Results 2025-12-03 15:35:08 +01:00
script_create_dialog.cpp Fix CreateDialog returning wrong type 2025-12-03 15:28:24 +01:00
script_create_dialog.h Remove unused private variables in `godot/editor` 2025-12-07 02:55:08 -08:00
script_editor_plugin.cpp Merge pull request #113626 from Giganzo/script-editor-close 2025-12-08 11:54:05 -06:00
script_editor_plugin.h Remove unused private variables in `godot/editor` 2025-12-07 02:55:08 -08:00
script_text_editor.cpp Fix the returned controls of `EditorHelpBitTooltip::show_tooltip()` were not freed in `ScriptTextEditor` 2025-11-23 23:31:59 +08:00
script_text_editor.h Remove unused private variables in `godot/editor` 2025-12-07 02:55:08 -08:00
text_editor.cpp Fallback to parent class icon by default for gdextension 2025-10-31 18:03:32 +08:00
text_editor.h