summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Double precision of `String.split_floats`Micky2022-11-201-1/+1
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-4/+4
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-4/+4
* | Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...Eric M2022-10-251-1/+10
* | Merge pull request #67314 from anvilfolk/quote-fixMax Hilbrunner2022-10-211-7/+24
|\ \ | |/ |/|
| * Fix single-quotes incorrectly escaped when dragging into script editorJoão Martins2022-10-171-7/+24
* | Reorganize script editor menukobewi2022-10-141-38/+57
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-13/+13
* Merge pull request #61902 from Paulb23/multi-caretRémi Verschelde2022-10-061-9/+18
|\
| * Add multi caret support to EditorPaulb232022-10-051-9/+18
* | Merge pull request #66300 from KoBeWi/📝🧭Rémi Verschelde2022-10-051-0/+4
|\ \ | |/ |/|
| * Split script navigation state and edit statekobewi2022-09-251-0/+4
* | Fix the flickering of the line gutter icon when savingRindbee2022-10-031-0/+1
* | Merge pull request #66632 from RedMser/script-override-gutter-docs-fixRémi Verschelde2022-09-301-6/+14
|\ \
| * | Fix wrong docs opening in script override gutterRedMser2022-09-301-6/+14
* | | Rename Indent Left/Right to Indent/DedentVolTer2022-09-291-12/+10
|/ /
* | Merge pull request #66382 from MewPurPur/replace-in-files-foreverRémi Verschelde2022-09-261-1/+1
|\ \ | |/ |/|
| * Make Replace in Files always visible in SearchVolTer2022-09-251-1/+1
* | Merge pull request #65535 from RedMser/script-editor-inheritance-iconRémi Verschelde2022-09-251-11/+86
|\ \
| * | Show method override icon in script editor gutterRedMser2022-09-211-11/+86
| |/
* | Fix checking if script is attached to any node belonging to scenekleonc2022-09-211-8/+9
* | Fix crash with drag and dropping nodesVolTer2022-09-211-1/+6
|/
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-26/+26
* Disable logic that triggers automatic focus gain as the Godot Editor is loadedFredia Huya-Kouadio2022-09-051-0/+2
* 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