| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -2/+2 |
|\ |
|
| * | Merge pull request #98543 from rune-scape/code-edit-margin | Thaddeus Crews | 2024-11-12 | 1 | -2/+2 |
| |\ |
|
| | * | CodeEdit: Fix line number margin | rune-scape | 2024-10-25 | 1 | -2/+2 |
* | | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122 | Spartan322 | 2024-11-02 | 1 | -1/+1 |
|\| | |
|
| * | | Always add decimal when printing float | kobewi | 2024-10-23 | 1 | -1/+1 |
| |/ |
|
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51ed | Spartan322 | 2024-10-15 | 1 | -2/+4 |
|\| |
|
| * | Merge pull request #97122 from adamscott/fix-trackpad-code-completion-scrolling | Thaddeus Crews | 2024-10-14 | 1 | -2/+4 |
| |\ |
|
| | * | Fix trackpad code completion scrolling | Adam Scott | 2024-09-17 | 1 | -2/+4 |
* | | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ / |
|
* / | Add TextEdit option to prevent copying without a selection | Haoyu Qiu | 2024-09-14 | 1 | -0/+3 |
|/ |
|
* | CodeEdit: improve render speed | rune-scape | 2024-09-04 | 1 | -21/+76 |
* | Merge pull request #95285 from Calinou/codeedit-completion-color-background-t... | Rémi Verschelde | 2024-08-27 | 1 | -1/+8 |
|\ |
|
| * | Draw a checkerboard behind translucent colors in CodeEdit autocompletion prev... | Hugo Locurcio | 2024-08-09 | 1 | -1/+8 |
* | | Merge pull request #89554 from smnast/backspace-unfold | Rémi Verschelde | 2024-08-19 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix backspace always unfolding previous line | MrPersonDev | 2024-05-27 | 1 | -1/+1 |
* | | [macOS] Fix code completion list scrolling with trackpad. | bruvzg | 2024-07-15 | 1 | -0/+32 |
* | | CodeEdit Fix move lines up/down viewport and selection issues | kit | 2024-06-25 | 1 | -22/+34 |
* | | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | | Fix crash during code editor folding and LSP | Robert Wallis | 2024-05-23 | 1 | -1/+1 |
|/ |
|
* | Overhaul multiple caret editing in TextEdit. | kit | 2024-04-26 | 1 | -314/+294 |
* | Overhaul TextEdit selection. | kit | 2024-04-26 | 1 | -4/+18 |
* | Add editor settings for autocompletion with NodePath and StringName | VolTer | 2024-03-19 | 1 | -2/+9 |
* | Fix bug related to multicursor and backspacing with brackets | Garrett Gu | 2024-03-14 | 1 | -4/+5 |
* | Fix region section not ignoring #region and #endregion when in a string | Rafael Chuva | 2024-03-11 | 1 | -0/+6 |
* | Add option to add built-in strings in the POT generation | Michael Alexsander | 2024-02-28 | 1 | -2/+2 |
* | Fix some DEFVALs to use the right type | Raul Santos | 2024-02-23 | 1 | -1/+1 |
* | Apply TextEdit IME on most actions | kit | 2024-01-29 | 1 | -1/+2 |
* | Merge pull request #85191 from HolonProduction/off-by-one-code-edit | Yuri Sizov | 2023-12-20 | 1 | -1/+1 |
|\ |
|
| * | Fix updating delimiter cache of `CodeEdit` when typing on the first line | HolonProduction | 2023-12-18 | 1 | -1/+1 |
* | | Make it possible to show code hint and code completion at the same time | CHM | 2023-12-19 | 1 | -117/+138 |
|/ |
|
* | Code Editor: Fix regression with using doc comments for code regions | Danil Alexeev | 2023-10-13 | 1 | -1/+4 |
* | Fix code completion override of home and end keys | Adam Scott | 2023-10-06 | 1 | -13/+2 |
* | Merge pull request #81633 from matorin57/code-completion-popup | Rémi Verschelde | 2023-10-03 | 1 | -10/+35 |
|\ |
|
| * | Avoid resetting the code completion popup excessively | DESKTOP-UT43QTQ\Garrigan-Desktop | 2023-09-20 | 1 | -10/+35 |
* | | Add Duplicate Lines shortcut to CodeTextEditor | PucklaMotzer09 | 2023-09-25 | 1 | -0/+65 |
* | | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform | ajreckof | 2023-09-19 | 1 | -1/+1 |
* | | Bind remaining theme properties to their respective classes | Yuri Sizov | 2023-09-13 | 1 | -1/+16 |
|/ |
|
* | Add code region folding to CodeEdit | Jean-Michel Bernard | 2023-09-11 | 1 | -25/+211 |
* | Register theme properties with ThemeDB | Yuri Sizov | 2023-09-11 | 1 | -49/+47 |
* | Fix CodeEdit completion being very slow in certain cases | ajreckof | 2023-08-10 | 1 | -11/+19 |
* | Fix or workaround recent extension API compatibility issues | Rémi Verschelde | 2023-08-03 | 1 | -0/+1 |
* | Merge pull request #73196 from Vilcrow/fix-lookup-symbol | Yuri Sizov | 2023-07-24 | 1 | -11/+15 |
|\ |
|
| * | Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Sym... | S.V.I. Vilcrow | 2023-07-12 | 1 | -11/+15 |
* | | Hide breakpoint indicator when mouse leaves CodeEdit | MewPurPur | 2023-06-21 | 1 | -0/+4 |
* | | Merge pull request #77722 from ApplecrispEric/drag-drop-autocomplete | Rémi Verschelde | 2023-06-20 | 1 | -0/+4 |
|\ \ |
|
| * | | Changed autocomplete to cancel when the user begins a drag | Eric Brown | 2023-06-19 | 1 | -0/+4 |
* | | | Fix wrong alphabetical order in autocompletion sorting. | ajreckof | 2023-06-16 | 1 | -3/+1 |
* | | | sort code completions with rules | ajreckof | 2023-05-23 | 1 | -133/+95 |
|/ / |
|
* | | Move convert_indent into CodeEdit | Paulb23 | 2023-05-07 | 1 | -0/+112 |