summaryrefslogtreecommitdiffstats
path: root/scene/gui/code_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\
| * Merge pull request #98543 from rune-scape/code-edit-marginThaddeus Crews2024-11-121-2/+2
| |\
| | * CodeEdit: Fix line number marginrune-scape2024-10-251-2/+2
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+1
|\| |
| * | Always add decimal when printing floatkobewi2024-10-231-1/+1
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-151-2/+4
|\|
| * Merge pull request #97122 from adamscott/fix-trackpad-code-completion-scrollingThaddeus Crews2024-10-141-2/+4
| |\
| | * Fix trackpad code completion scrollingAdam Scott2024-09-171-2/+4
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* / Add TextEdit option to prevent copying without a selectionHaoyu Qiu2024-09-141-0/+3
|/
* CodeEdit: improve render speedrune-scape2024-09-041-21/+76
* Merge pull request #95285 from Calinou/codeedit-completion-color-background-t...Rémi Verschelde2024-08-271-1/+8
|\
| * Draw a checkerboard behind translucent colors in CodeEdit autocompletion prev...Hugo Locurcio2024-08-091-1/+8
* | Merge pull request #89554 from smnast/backspace-unfoldRémi Verschelde2024-08-191-1/+1
|\ \ | |/ |/|
| * Fix backspace always unfolding previous lineMrPersonDev2024-05-271-1/+1
* | [macOS] Fix code completion list scrolling with trackpad.bruvzg2024-07-151-0/+32
* | CodeEdit Fix move lines up/down viewport and selection issueskit2024-06-251-22/+34
* | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* | Fix crash during code editor folding and LSPRobert Wallis2024-05-231-1/+1
|/
* Overhaul multiple caret editing in TextEdit.kit2024-04-261-314/+294
* Overhaul TextEdit selection.kit2024-04-261-4/+18
* Add editor settings for autocompletion with NodePath and StringNameVolTer2024-03-191-2/+9
* Fix bug related to multicursor and backspacing with bracketsGarrett Gu2024-03-141-4/+5
* Fix region section not ignoring #region and #endregion when in a stringRafael Chuva2024-03-111-0/+6
* Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-2/+2
* Fix some DEFVALs to use the right typeRaul Santos2024-02-231-1/+1
* Apply TextEdit IME on most actionskit2024-01-291-1/+2
* Merge pull request #85191 from HolonProduction/off-by-one-code-editYuri Sizov2023-12-201-1/+1
|\
| * Fix updating delimiter cache of `CodeEdit` when typing on the first lineHolonProduction2023-12-181-1/+1
* | Make it possible to show code hint and code completion at the same timeCHM2023-12-191-117/+138
|/
* Code Editor: Fix regression with using doc comments for code regionsDanil Alexeev2023-10-131-1/+4
* Fix code completion override of home and end keysAdam Scott2023-10-061-13/+2
* Merge pull request #81633 from matorin57/code-completion-popupRémi Verschelde2023-10-031-10/+35
|\
| * Avoid resetting the code completion popup excessivelyDESKTOP-UT43QTQ\Garrigan-Desktop2023-09-201-10/+35
* | Add Duplicate Lines shortcut to CodeTextEditorPucklaMotzer092023-09-251-0/+65
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-1/+1
* | Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-1/+16
|/
* Add code region folding to CodeEditJean-Michel Bernard2023-09-111-25/+211
* Register theme properties with ThemeDBYuri Sizov2023-09-111-49/+47
* Fix CodeEdit completion being very slow in certain casesajreckof2023-08-101-11/+19
* Fix or workaround recent extension API compatibility issuesRémi Verschelde2023-08-031-0/+1
* Merge pull request #73196 from Vilcrow/fix-lookup-symbolYuri Sizov2023-07-241-11/+15
|\
| * Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Sym...S.V.I. Vilcrow2023-07-121-11/+15
* | Hide breakpoint indicator when mouse leaves CodeEditMewPurPur2023-06-211-0/+4
* | Merge pull request #77722 from ApplecrispEric/drag-drop-autocompleteRémi Verschelde2023-06-201-0/+4
|\ \
| * | Changed autocomplete to cancel when the user begins a dragEric Brown2023-06-191-0/+4
* | | Fix wrong alphabetical order in autocompletion sorting.ajreckof2023-06-161-3/+1
* | | sort code completions with rulesajreckof2023-05-231-133/+95
|/ /
* | Move convert_indent into CodeEditPaulb232023-05-071-0/+112