1
0
Fork 0
Commit Graph

117 Commits

Author SHA1 Message Date
kobewi 6370c37160 Use EditorFileDialog eveywhere in the editor 2025-12-19 02:47:45 +01:00
Rémi Verschelde 6370912e13
Merge pull request #113774 from sockeye-d/inherited-editor-scripts
Make indirectly inherited `EditorScript`s appear in the command palette
2025-12-18 14:29:05 +01:00
Michael Alexsander a45bdce763
Add and adjust more scroll hints in the editor 2025-12-17 11:15:33 -03:00
Thaddeus Crews 1ea6b0ccff
Merge pull request #114079 from YeldhamDev/how_did_this_even_happened
Fix different separations across different code editors
2025-12-16 20:33:01 -06:00
Thaddeus Crews e6b37bdb9a
Merge pull request #113246 from channesl/history-error
Fix stale error highlighting when navigating script history
2025-12-16 20:33:00 -06:00
Michael Alexsander ec7bd419fc
Fix different separations across different code editors 2025-12-16 12:51:23 -03:00
Thaddeus Crews 4adf88033f
Merge pull request #113365 from Giganzo/replace-in-files---
Fix missing trailing dots in script editor search menu
2025-12-15 08:01:13 -06:00
Thaddeus Crews bb4b4e3890
Merge pull request #113619 from HolonProduction/once-upon-a-time-there-was-a-file-which-one-i-dont-know-the-history-was-locked
Ensure correct unlocking of script editor history
2025-12-11 12:12:42 -06:00
Thaddeus Crews ef733070a6
Merge pull request #111641 from KoBeWi/built_in_ascension_to_the_top
Fix opening found lines in built-in scripts
2025-12-10 18:10:25 -06:00
Rémi Verschelde d09a3d83ff
Merge pull request #113574 from YeldhamDev/take_the_hint
Enable scroll hints for several parts of the editor
2025-12-09 19:32:11 +01:00
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
Michael Alexsander f187b8b2bf
Enable scroll hints for several parts of the editor 2025-12-09 10:55:26 -03:00
kobewi 05f80d16b1 Fix opening found lines in built-in scripts 2025-12-09 12:45:15 +01:00
fish 60619d40c8 Make indirectly inherited `EditorScript`s appear in the command palette 2025-12-08 13:20:31 -08:00
Thaddeus Crews 7f520e7456
Merge pull request #113626 from Giganzo/script-editor-close
Fix enable/disable for Close Tabs Below in Script editor's File menu
2025-12-08 11:54:05 -06:00
Thaddeus Crews 4a95e20d86
Merge pull request #112719 from jinyangcruise/fix_error_when_change_language
Fix error when changing language in `FindInFilesPanel`
2025-12-08 11:54:01 -06:00
Logan Detrick 17c7a3b817 Remove unused private variables in `godot/editor` 2025-12-07 02:55:08 -08:00
Giganzo cf8f2e783b Fix enable/disable for Close Tabs Below in Script editor's File menu 2025-12-05 15:09:01 +01:00
HolonProduction 31307ce856 Ensure correct unlocking of script editor history 2025-12-05 13:21:37 +01:00
kobewi ad4fb8c1df Fix built-in script live reloading 2025-12-04 23:27:06 +01:00
Thaddeus Crews 25498c6b88
Merge pull request #113450 from KoBeWi/Fiock
Use EditorDock for Search Results
2025-12-03 16:50:33 -06:00
kobewi 51bfe186a9 Use EditorDock for Search Results 2025-12-03 15:35:08 +01:00
kobewi 234a255249 Fix CreateDialog returning wrong type 2025-12-03 15:28:24 +01:00
kobewi c1cc178a82 Make EditorFileDialog inherit FileDialog 2025-12-02 12:30:51 +01:00
Giganzo 96c79f303e Fix missing trailing dots in script editor search menu 2025-11-30 18:55:47 +01:00
Hannes Lindström 7504b5cee2 Fix: Validate script when navigating history in script editor 2025-11-27 21:05:23 +01:00
Rémi Verschelde 85fd05fc30
Merge pull request #113080 from Rindbee/fix-the-returned-control-was-not-freed
Fix the returned controls of `EditorHelpBitTooltip::show_tooltip()` were not freed in `ScriptTextEditor`
2025-11-27 09:55:50 +01:00
风青山 81f727b6dd
Fix the returned controls of `EditorHelpBitTooltip::show_tooltip()` were not freed in `ScriptTextEditor`
The returned control is an orphan node, which is to make the standard tooltip invisible.
2025-11-23 23:31:59 +08:00
Break ef9738005a Separate Node editor dock 2025-11-22 10:17:03 +08:00
kobewi 67735cf213 Make bottom panel into available dock slot 2025-11-21 18:52:13 +01:00
Anish Kumar 826f60db62 Hide scene tabs and script editor menu when virtual keyboard appears 2025-11-19 18:46:14 +05:30
Anish Kumar e7bf3ec52d Android Editor: Adjust script editor size for virtual keyboard 2025-11-19 18:46:14 +05:30
kobewi 5d5b2054e8 Support extension icons in Script Editor 2025-11-18 17:32:58 +01:00
Thaddeus Crews 4e8c4bce38
Merge pull request #112728 from jinyangcruise/fix_find_in_files_auto_search_when_changing_language
Fix find in files auto search when changing theme
2025-11-17 19:36:18 -06:00
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
jinyangcruise b8158adfe3 Fix find in files auto search when changing theme 2025-11-15 10:45:41 +08:00
Thaddeus Crews ef34c3d534
Merge pull request #112663 from nikitalita/script-editor-fix
ScriptEditor::reload_scripts: only call deferred if not main thread
2025-11-14 17:16:52 -06:00
Thaddeus Crews a04dd90f43
Merge pull request #109331 from ryevdokimov/deprecate-get-scene
Deprecate `get_scene()` in `EditorScript` class
2025-11-13 20:52:21 -06:00
jinyangcruise 26596a8d24 Remove unnecessary theme settings when constructing FindInFilesContainer 2025-11-13 23:36:35 +08:00
jinyangcruise d0ced442ec Fix error when change language in FindInFilesPanel 2025-11-13 17:20:00 +08:00
nikitalita 94104ae33a ScriptEditor::reload_scripts only call deferred if not main thread 2025-11-12 10:14:33 +01:00
fkeyz 0dfa815985 Fix drag and drop @export variable assignment when script has errors 2025-11-11 23:50:56 +02:00
jinyangcruise fdd0f32774 Support Keep Results in results of Find in Files 2025-11-11 10:35:01 +08:00
Thaddeus Crews ff5132ec42
Merge pull request #109842 from KoBeWi/historcuts
Assign shortcuts to prev/next script buttons
2025-11-10 08:19:56 -06:00
Thaddeus Crews 7df702bf80
Merge pull request #108342 from KoBeWi/automatization
Automatically open newly created script
2025-11-07 10:32:38 -06:00
Thaddeus Crews 522fa8d9bc
Merge pull request #106164 from lodetrick/refactor-bottom-panel
Refactor editor `EditorBottomPanel` to be a `TabContainer`
2025-11-07 10:32:35 -06:00
Logan Detrick e2caff9a06 Refactor Bottom Panel to be a TabContainer 2025-11-06 13:39:52 -08:00
Thaddeus Crews cb3af5afff
Merge pull request #94013 from KoBeWi/scrleanup
Misc script editor code cleanup
2025-11-06 08:13:16 -06:00
kobewi 19e3242eb0 Automatically open newly created script 2025-11-06 12:49:37 +01:00
Thaddeus Crews 9d8d6fd343
Merge pull request #111805 from KoBeWi/open_source_be_like
Open source code errors in external editor
2025-11-05 11:48:08 -06:00