summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
Commit message (Collapse)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 ItemLists
| | * 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 text
| | * 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 editor
| | * | Add Markdown syntax highlighting to the script editorHugo Locurcio2024-07-021-0/+50
| | | |
* | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | / 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 use
| * | Fix reloading scripts already in useHilderin2024-09-201-1/+1
| | |
* | | Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | - Controls - `LineEdit`, `TextEdit`: Always disabled since it's dragging user input. - `TabBar`: Use the same auto translate mode as the node. - `RichTextLabel`: Always disable since auto translation is done differently from other controls (selection text you get programmatically is always after auto translation). - Editor - Disable drag preview auto translation if the text is user input, filename, or class name. - Also disabled unexpected auto translation for audio bus effect names.
* | Merge pull request #96909 from aXu-AP/script-list-default-widthRémi Verschelde2024-09-171-2/+2
|\ \ | | | | | | | | | Make script list default wider, minimum narrower
| * | Make script list default wider, minimum narroweraXu-AP2024-09-121-2/+2
| | | | | | | | | | | | Give more space to the script lists by default, but makes minimum smaller than it was. Unifies script editor and shader editor to use same values.
* | | Merge pull request #96400 from ↵Rémi Verschelde2024-09-161-6/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | Maran23/inputmap-usage-for-filter-and-corresponding-refactor Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList.
| * | | Use InputMap actions consistently across all LineEdit's that filter an ↵Marius Hanl2024-08-311-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | underlying Tree or ItemList. - Instead of checking for Key::UP, Key::DOWN, Key::PAGEUP, Key::PAGEDOWN etc., we rather check for the action like 'ui_up' or 'ui_down'. - Also use AcceptDialog's 'register_text_enter' functionality to consistently close a dialog when ENTER is pressed while the LineEdit has focus (instead of redirecting ENTER keys to e.g. the underlying Tree). - Unify the LineEdit filter behavior for the SceneTreeDialog and corresponding usages - Improve OK Button disablement (something should be selected)
* | | | [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-15/+1
| |/ / |/| | | | | | | | Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
* | | Merge pull request #92916 from Naros/expose-update-docs-from-scriptRémi Verschelde2024-09-121-0/+1
|\ \ \ | | | | | | | | | | | | Expose `update_docs_from_script` method
| * | | Expose `update_docs_from_script` methodChris Cranford2024-06-081-0/+1
| | | |
* | | | Merge pull request #96539 from ↵Rémi Verschelde2024-09-111-8/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | KoBeWi/feat_context_menu_plugin4.x_2-electric_boogaloo Add EditorContextMenuPluginManager and refactor menu plugins
| * | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | Mention screen selector in Make Floating button tooltip
| * | | | 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`
| * | | | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-17/+17
| |/ / / | | | | | | | | | | | | Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc.
* | | | 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 menus
| * | | 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.
| * | | | 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 scripts
| * | | | 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 editor
| * | | | 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 editor
| * | | | 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 code
| * | | | 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
|/ /