summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #64377 from Mickeon/rename-canvas-redrawRémi Verschelde2022-08-301-4/+4
|\
| * Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-4/+4
* | Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-1/+1
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
|/
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-5/+4
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-4/+5
* Replace Array return types with TypedArraykobewi2022-08-221-6/+6
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Color Pickers Respect SettingsGuh-Feng2022-07-211-7/+1
* Merge pull request #63195 from Rindbee/fix-wrong-clear-edit-menuRémi Verschelde2022-07-191-1/+3
|\
| * Fix incorrectly clearing edit menuRindbee2022-07-191-1/+3
* | Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-2/+2
|/
* Merge pull request #62075 from Vitika9/gsoc-colorpickerRémi Verschelde2022-07-081-5/+1
|\
| * ColorPicker RefactorVitika92022-07-061-5/+1
* | Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+3
* | Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-1/+1
|/
* Merge pull request #61440 from vnen/gdscript-scene-unique-nodesRémi Verschelde2022-05-311-5/+10
|\
| * GDScript: Support `%` in shorthand for `get_node`George Marques2022-05-271-5/+10
* | Ensure focus when dropping to script editorArne Stenkrona2022-05-281-0/+4
|/
* Add a new HashSet templatereduz2022-05-201-3/+3
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Use % when dropping unique scene nodes into scriptJummit2022-05-181-2/+12
* Include quotes conditionally for dropped pathskobewi2022-05-171-2/+8
* Create onready variables when dropping nodes and holding CtrlHaoyu Qiu2022-05-171-10/+37
* Replace most uses of Map by HashMapreduz2022-05-161-9/+9
* Fix signal completion in GDScript editorYuri Rubinsky2022-05-121-0/+15
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-3/+3
* Added button to add warning ignore annotationsIgor Kordiukiewicz2022-04-281-1/+36
* Improve sorting of Code Completion options.Eric M2022-04-011-0/+3
* Add GDExtension support to Scriptreduz2022-03-271-9/+11
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-2/+2
* Add check to prevent "p_gutter = -1" error spamnova++2022-03-081-0/+3
* Remove duplicate editor settings definitionskobewi2022-03-061-1/+1
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-2/+0
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Merge pull request #57066 from KoBeWi/in_the_name_of_the_customRémi Verschelde2022-02-081-6/+7
|\
| * Fix script editor errors with CustomCallableskobewi2022-02-071-6/+7
* | Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-081-1/+1
|\ \
| * | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* | | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-1/+1
|/ /
* / Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
|/
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-4/+4
* String: Add contains().Anilforextra2022-02-041-1/+1
* Fix theming update of shader editorYuri Roubinsky2022-01-251-8/+23
* Convert TextEdit callbacks to CallablePaulb232022-01-191-2/+4
* Merge pull request #55541 from KoBeWi/outcognito_scriptsRémi Verschelde2022-01-141-2/+11
|\
| * Make script type distinguishable by iconkobewi2022-01-131-2/+11
* | Merge pull request #56483 from vnen/gdscript-warning-annotationRémi Verschelde2022-01-051-17/+1
|\ \
| * | Remove action to ignore warning in the script editorGeorge Marques2022-01-041-17/+1
| |/
* / Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/