summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49650 from KoBeWi/FindReplaceCrashRémi Verschelde2021-06-241-3/+13
|\
| * Fix crash with FindReplaceBarkobewi2021-06-241-3/+13
* | Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-1/+3
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
|/
* Consistently prefix bound virtual methods with _kobewi2021-06-121-4/+4
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Merge pull request #49265 from KoBeWi/keepfreplace_2_keepers_of_replaceRémi Verschelde2021-06-091-1/+12
|\
| * Move FindReplaceBar out of CodeTextEditorkobewi2021-06-081-1/+12
* | Don't save built-in script when adding methodkobewi2021-06-061-1/+3
* | Merge pull request #47336 from Calinou/rename-shader-file-extensionRémi Verschelde2021-06-041-1/+1
|\ \ | |/ |/|
| * Rename the `.shader` file extension to `.gdshader`Hugo Locurcio2021-03-241-1/+1
* | Fixed console error spam (about invalid edited scene index)Yuri Roubinsky2021-05-261-2/+4
* | Updates script list colors after theme is changedYuri Roubinsky2021-05-201-0/+3
* | Fix crash when trying to save with no scenes and scripts openHugo Locurcio2021-05-181-2/+1
* | Merge pull request #37796 from Gogsi/masterRémi Verschelde2021-05-181-1/+1
|\ \
| * | Change EditorFileSystem and ScriptEditor file sorting order to improve consis...Georgi Genkov2021-05-181-1/+1
* | | Improve TreeItem API and allow to move nodestrollodel2021-05-171-2/+2
|/ /
* | Add get_base_editor to ScriptEditorBasesent442021-05-151-0/+2
* | Save the current script when pressing Ctrl + S if no scene is openHugo Locurcio2021-05-091-56/+56
* | Merge pull request #33577 from Calinou/highlight-control-flow-keywordsRémi Verschelde2021-05-071-1/+6
|\ \
| * | Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-1/+6
* | | Merge pull request #45607 from Calinou/improve-editor-themeRémi Verschelde2021-05-061-8/+1
|\ \ \
| * | | Improve the editor themeHugo Locurcio2021-04-271-8/+1
| |/ /
* / / Save the current script when adding a new method via signal connectionHugo Locurcio2021-05-051-50/+58
|/ /
* / Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
|/
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-2/+2
* Don't save unchanged script upon closingkobewi2021-03-061-6/+6
* Improve resource load cachereduz2021-02-111-1/+1
* Merge pull request #44514 from madmiraal/split-os-executeRémi Verschelde2021-01-121-1/+1
|\
| * Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+1
* | Fix script list only showing their names regardless of display optionMichael Alexsander2021-01-111-1/+14
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde2020-12-281-1/+1
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-10/+10
* Fix filename disambiguation on scripts in certain occasionsMichael Alexsander2020-12-221-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-5/+5
* Cleanup unused engine codeTomasz Chabora2020-12-091-11/+0
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-12/+7
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-0/+64
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+12
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-5/+7
|\
| * Implement new shortcuts system.Eric M2020-11-231-5/+7
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-2/+9
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Refactored Variant Operators.reduz2020-11-061-1/+1
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-4/+3
* Properly disambiguate unsaved scriptsTomasz Chabora2020-07-311-2/+6
* Script editor: Fix crash when root script is nullRémi Verschelde2020-07-271-3/+3
* Script editor: Fix open dominant logic for language-specific external editorsRémi Verschelde2020-07-271-2/+6
* Script editor: Don't open dominant script in external editorRémi Verschelde2020-07-261-15/+11