1
0
Fork 0
Commit Graph

13 Commits

Author SHA1 Message Date
Thaddeus Crews fdf32d1b2a
Merge pull request #108577 from YYF233333/global_class_list
Simplify `ScriptServer::get_global_class_list`
2025-09-30 11:19:10 -05:00
A Thousand Ships bd65cfa876
Revert "Replace many uses of `is_class` with `derives_from`."
This reverts commit 78b743cf4a.
2025-09-25 13:48:53 +02:00
Lukas Tenbrink 8ef4a43ada Replace many uses of `is_class` with `derives_from`. 2025-09-23 19:59:00 +02:00
Artemy Fedotov 0668944255
Fix `ScriptEditor::edit()` not jumping to the first line 2025-09-19 22:08:54 +04:00
Thaddeus Crews 42fbaba8ad
Merge pull request #110225 from fstxz/edit_script_column
Fix `ScriptEditor::edit()` ignoring column parameter
2025-09-18 21:02:32 -05:00
Yufeng Ying a50fc5acd8 Change ClassDB::get_class_list and related stuff. 2025-09-16 15:00:33 +08:00
Artemy Fedotov fb7d2829f3
Fix `ScriptEditor::edit()` ignoring column parameter 2025-09-03 16:57:03 +04:00
Thaddeus Crews c263b209ec
Merge pull request #109735 from mihe/infinite-doc-regen
Fix/remove error about "Can't update documentation" when saving script
2025-08-19 10:29:41 -05:00
Mikael Hermansson c43425a209 Fix/remove error about "Can't update documentation" when saving script 2025-08-18 13:31:38 +02:00
Giganzo c21a03361a Add hover styles to buttons in Script/Shader editor 2025-08-16 15:05:07 +02:00
kit 7e9e3b767c Fix some Text Editor theme issues and clean up 2025-07-15 13:43:30 -04:00
kobewi c3b4c823da Improve error when update_doc() fails 2025-07-08 22:52:23 +02:00
A Thousand Ships f11aff3841
Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00