summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #56695 from bruvzg/mod_unicode_inputRémi Verschelde2022-04-051-2/+2
|\
| * [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-2/+2
* | Fix lookup symbol in scripts which doesn't open a tab at first attemptYuri Roubinsky2022-04-051-9/+19
|/
* Fix creation and reopening of built-in scriptsMichael Alexsander2022-04-031-6/+1
* Add GDExtension support to Scriptreduz2022-03-271-6/+6
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-2/+2
* Remove duplicate editor settings definitionskobewi2022-03-061-4/+4
* Remove set_as_minsize()kobewi2022-03-061-2/+2
* Replace some bits of code left to work with the new `TabContainer`Michael Alexsander2022-03-041-3/+3
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-103/+103
* Fix scripts not saving when closingkobewi2022-03-011-1/+1
* Use versioned URL for "Online Documentation" buttons in the editorHugo Locurcio2022-02-171-1/+2
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-3/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-39/+37
* Merge pull request #57641 from Geometror/compilation-time-improvements-1Rémi Verschelde2022-02-121-0/+1
|\
| * Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* | Fix editor compile error when VisualScript is disabledtrollodel2022-02-111-2/+2
|/
* Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-081-5/+5
|\
| * Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-5/+5
* | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-2/+2
|/
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-5/+5
* Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-031-3/+3
|\
| * String: Add contains().Anilforextra2022-02-041-3/+3
* | Save script editor's function list split offset with the editor layoutjmb4622022-02-021-5/+11
|/
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Merge pull request #57205 from TechnoPorg/variant-template-castRémi Verschelde2022-01-271-2/+2
|\
| * Allow method binds to take Object subclasses as argumentsTechnoPorg2022-01-251-2/+2
* | Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-2/+2
* | Merge pull request #57029 from timothyqiu/disable-script-editor-menuRémi Verschelde2022-01-231-2/+53
|\ \
| * | Disable ScriptEditor's menu items when they do nothingHaoyu Qiu2022-01-211-2/+53
* | | Merge pull request #57012 from Calinou/editor-add-new-script-textfile-shortcutsRémi Verschelde2022-01-231-2/+2
|\ \ \
| * | | Add shortcuts for New Script and New Text File in the script editorHugo Locurcio2022-01-201-2/+2
* | | | Fix icon in drag preview of scripts/docsMichael Alexsander2022-01-211-0/+1
| |/ / |/| |
* | | Merge pull request #55066 from trollodel/less_singletons_in_editornodeRémi Verschelde2022-01-201-5/+5
|\ \ \ | |/ / |/| |
| * | Store panels and docks singletons in their own classestrollodel2022-01-201-5/+5
* | | Fix unhandled_key_input() in Script Editorkobewi2022-01-201-1/+1
|/ /
* | Convert TextEdit callbacks to CallablePaulb232022-01-191-2/+1
* | Merge pull request #55541 from KoBeWi/outcognito_scriptsRémi Verschelde2022-01-141-0/+12
|\ \ | |/ |/|
| * Make script type distinguishable by iconkobewi2022-01-131-0/+12
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-12/+12
* Fix bad popups offset in editor with single window offjmb4622021-12-061-1/+1
* Show scene when showing built-in script filekobewi2021-11-241-1/+5
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-26/+26
* Make OpenSimplex and VisualScript modules not depend on the editorAaron Franke2021-11-121-1/+1
* Merge pull request #54745 from KoBeWi/find_in_scenesRémi Verschelde2021-11-101-0/+3
|\
| * Properly handle scenes in Find in Fileskobewi2021-11-081-0/+3
* | Properly reload built-in tool scriptskobewi2021-11-091-0/+5