summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
2023-01-14Remove set_drag_forwarding_compat()kobewi
2023-01-10Change set_drag_forwarding() to use callables.Juan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-07Fix various fringe issues with multi-carets and selectionsVolTer
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-20Double precision of `String.split_floats`Micky
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-25Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...Eric M
2022-10-21Merge pull request #67314 from anvilfolk/quote-fixMax Hilbrunner
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-17Fix single-quotes incorrectly escaped when dragging into script editorJoão Martins
2022-10-14Reorganize script editor menukobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-06Merge pull request #61902 from Paulb23/multi-caretRémi Verschelde
2022-10-05Add multi caret support to EditorPaulb23
2022-10-05Merge pull request #66300 from KoBeWi/📝🧭Rémi Verschelde
2022-10-03Fix the flickering of the line gutter icon when savingRindbee
2022-09-30Merge pull request #66632 from RedMser/script-override-gutter-docs-fixRémi Verschelde
2022-09-30Fix wrong docs opening in script override gutterRedMser
2022-09-29Rename Indent Left/Right to Indent/DedentVolTer
2022-09-26Merge pull request #66382 from MewPurPur/replace-in-files-foreverRémi Verschelde
2022-09-25Split script navigation state and edit statekobewi
2022-09-25Merge pull request #65535 from RedMser/script-editor-inheritance-iconRémi Verschelde
2022-09-25Make Replace in Files always visible in SearchVolTer
2022-09-21Fix checking if script is attached to any node belonging to scenekleonc
2022-09-21Fix crash with drag and dropping nodesVolTer
2022-09-21Show method override icon in script editor gutterRedMser
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-05Disable logic that triggers automatic focus gain as the Godot Editor is loadedFredia Huya-Kouadio
2022-08-30Merge pull request #64377 from Mickeon/rename-canvas-redrawRémi Verschelde
2022-08-30Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-22Replace Array return types with TypedArraykobewi
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-21Color Pickers Respect SettingsGuh-Feng
2022-07-19Merge pull request #63195 from Rindbee/fix-wrong-clear-edit-menuRémi Verschelde
2022-07-19Fix incorrectly clearing edit menuRindbee
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-08Merge pull request #62075 from Vitika9/gsoc-colorpickerRémi Verschelde
2022-07-06ColorPicker RefactorVitika9
2022-07-04Add support for documenting built-in annotationsYuri Sizov
2022-06-27Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee
2022-05-31Merge pull request #61440 from vnen/gdscript-scene-unique-nodesRémi Verschelde
2022-05-28Ensure focus when dropping to script editorArne Stenkrona
2022-05-27GDScript: Support `%` in shorthand for `get_node`George Marques
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record