summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+5
|\
| * Merge pull request #97884 from passivestar/list-variationsThaddeus Crews2024-11-271-0/+3
| |\
| | * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-191-0/+3
| * | Untangle ColorPicker includeskobewi2024-11-221-0/+2
| |/
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-8/+8
|\|
| * Merge pull request #97461 from lalitshankarchowdhury/better-replaceThaddeus Crews2024-11-141-8/+8
| |\
| | * Improve "Replace in Files" dialog button textLalit Shankar Chowdhury2024-10-011-8/+8
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-4/+2
|\| |
| * | Highlight scripts used by current sceneaXu-AP2024-11-051-4/+2
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-7/+7
|\| |
| * | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-7/+7
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+50
|\| |
| * | Merge pull request #78312 from Calinou/editor-add-markdown-highlightingThaddeus Crews2024-10-241-0/+50
| |\ \
| | * | Add Markdown syntax highlighting to the script editorHugo Locurcio2024-07-021-0/+50
* | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-3/+3
|/ / /
* | / Fix GDScript docs not updating when modified externallyocean2024-10-011-10/+8
| |/ |/|
* | Merge pull request #97168 from Hilderin/fix-reloading-scripts-already-in-useRémi Verschelde2024-09-201-1/+1
|\ \
| * | Fix reloading scripts already in useHilderin2024-09-201-1/+1
* | | Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
|/ /
* | Merge pull request #96909 from aXu-AP/script-list-default-widthRémi Verschelde2024-09-171-2/+2
|\ \
| * | Make script list default wider, minimum narroweraXu-AP2024-09-121-2/+2
* | | Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-correspo...Rémi Verschelde2024-09-161-6/+8
|\ \ \
| * | | Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-311-6/+8
* | | | [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-15/+1
| |/ / |/| |
* | | Merge pull request #92916 from Naros/expose-update-docs-from-scriptRémi Verschelde2024-09-121-0/+1
|\ \ \
| * | | Expose `update_docs_from_script` methodChris Cranford2024-06-081-0/+1
* | | | Merge pull request #96539 from KoBeWi/feat_context_menu_plugin4.x_2-electric_...Rémi Verschelde2024-09-111-8/+13
|\ \ \ \
| * | | | Add EditorContextMenuPluginManager and refactor menu pluginskobewi2024-09-031-8/+13
* | | | | Extract editor main screenkit2024-09-091-1/+2
|/ / / /
* | | | Merge pull request #96520 from Giganzo/fix-make-floating-tooltipRémi Verschelde2024-09-031-1/+1
|\ \ \ \
| * | | | Fix Make floating tooltip mention screen selectorGiganzo2024-09-021-1/+1
| | |/ / | |/| |
* | | | Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-031-17/+17
|\ \ \ \
| * | | | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-17/+17
| |/ / /
* | | | Merge pull request #94582 from citizenll/feat_context_menu_plugin4.xRémi Verschelde2024-09-031-0/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Add support for custom items to editor right-click context menuscitizenl2024-09-031-0/+27
* | | | Merge pull request #90782 from bruvzg/export_platform_extensionRémi Verschelde2024-08-301-14/+57
|\ \ \ \
| * | | | Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-14/+57
* | | | | [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
|/ / / /
* | | | Merge pull request #94012 from KoBeWi/reload_everything_to_update_one_lineRémi Verschelde2024-08-281-2/+6
|\ \ \ \
| * | | | Allow live reloading of built-in scriptskobewi2024-07-061-2/+6
| | |_|/ | |/| |
* | | | Merge pull request #94002 from kitbdev/fix-goto-errorRémi Verschelde2024-08-271-11/+7
|\ \ \ \
| * | | | Fix goto line issues in code editorkit2024-07-311-11/+7
| | |/ / | |/| |
* | | | Merge pull request #96007 from kitbdev/fix-external-script-reloadingRémi Verschelde2024-08-271-3/+5
|\ \ \ \
| * | | | Fix script overwriting with external editorkit2024-08-231-3/+5
* | | | | Merge pull request #84944 from KoBeWi/legacy_of_ancient_godotsRémi Verschelde2024-08-261-4/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix some legacy codekobewi2024-08-011-4/+0
| |/ / /
* / / / Make shader language editors inherit the same base classAaron Franke2024-08-151-1/+4
|/ / /
* / / Fix request_save_previous_state signal typekit2024-07-071-1/+1
|/ /