| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 1 | -3/+3 |
|\ |
|
| * | Style: Apply `clang-tidy` fixes | Thaddeus Crews | 2024-11-04 | 1 | -3/+3 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | CodeEdit: improve render speed | rune-scape | 2024-09-04 | 1 | -0/+3 |
* | Draw a checkerboard behind translucent colors in CodeEdit autocompletion prev... | Hugo Locurcio | 2024-08-09 | 1 | -0/+1 |
* | [macOS] Fix code completion list scrolling with trackpad. | bruvzg | 2024-07-15 | 1 | -0/+1 |
* | Overhaul multiple caret editing in TextEdit. | kit | 2024-04-26 | 1 | -0/+6 |
* | Overhaul TextEdit selection. | kit | 2024-04-26 | 1 | -0/+2 |
* | Fix some DEFVALs to use the right type | Raul Santos | 2024-02-23 | 1 | -1/+2 |
* | Merge pull request #81633 from matorin57/code-completion-popup | Rémi Verschelde | 2023-10-03 | 1 | -0/+1 |
|\ |
|
| * | Avoid resetting the code completion popup excessively | DESKTOP-UT43QTQ\Garrigan-Desktop | 2023-09-20 | 1 | -0/+1 |
* | | Add Duplicate Lines shortcut to CodeTextEditor | PucklaMotzer09 | 2023-09-25 | 1 | -0/+3 |
* | | Bind remaining theme properties to their respective classes | Yuri Sizov | 2023-09-13 | 1 | -0/+6 |
|/ |
|
* | Add code region folding to CodeEdit | Jean-Michel Bernard | 2023-09-11 | 1 | -0/+16 |
* | Register theme properties with ThemeDB | Yuri Sizov | 2023-09-11 | 1 | -2/+0 |
* | Extract ScriptInstance to simplify includes | Yuri Sizov | 2023-09-06 | 1 | -0/+1 |
* | Fix or workaround recent extension API compatibility issues | Rémi Verschelde | 2023-08-03 | 1 | -0/+5 |
* | Merge pull request #73196 from Vilcrow/fix-lookup-symbol | Yuri Sizov | 2023-07-24 | 1 | -1/+2 |
|\ |
|
| * | Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Sym... | S.V.I. Vilcrow | 2023-07-12 | 1 | -1/+2 |
* | | sort code completions with rules | ajreckof | 2023-05-23 | 1 | -3/+17 |
* | | Move convert_indent into CodeEdit | Paulb23 | 2023-05-07 | 1 | -0/+2 |
* | | Implement theme item cache in TextEdit and CodeEdit | Yuri Sizov | 2023-04-03 | 1 | -25/+45 |
* | | Merge pull request #74665 from YuriSizov/code-edit-is-a-complete-drag | Yuri Sizov | 2023-03-20 | 1 | -0/+1 |
|\ \ |
|
| * | | Prevent passing events from CodeEdit to TextEdit when code completion is active | Yuri Sizov | 2023-03-09 | 1 | -0/+1 |
| |/ |
|
* / | Fixes gutter set width results in receiving only half of the desired size | Nong Van Tinh | 2023-03-20 | 1 | -1/+1 |
|/ |
|
* | Allow unindent without selection | kobewi | 2023-01-18 | 1 | -1/+0 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Merge pull request #62675 from Jummit/tolerant_lookup | Rémi Verschelde | 2022-12-03 | 1 | -0/+1 |
|\ |
|
| * | Allow drag-clicking before symbol lookup | Jummit | 2022-10-09 | 1 | -0/+1 |
* | | Stop centering clicked suggestions in the autocomplete popup | Michael Alexsander | 2022-10-28 | 1 | -0/+1 |
|/ |
|
* | Add mutliple Caret support to TextEdit | Paulb23 | 2022-10-05 | 1 | -2/+2 |
* | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -4/+4 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -3/+3 |
* | Add the ability to drag the code completion scrollbar using the mouse click | MinusKube | 2022-07-03 | 1 | -0/+5 |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -2/+2 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -3/+3 |
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -1/+1 |
* | Add GDExtension support to Script | reduz | 2022-03-27 | 1 | -4/+4 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Fix breakpointed_lines out of sync when removing lines above | Paulb23 | 2021-10-06 | 1 | -0/+1 |
* | Change completion prefixes to single char and unnecessary ui_cancel accept_event | Paulb23 | 2021-09-20 | 1 | -1/+1 |
* | Add CodeEdit breakpoint unit tests | Paulb23 | 2021-09-01 | 1 | -1/+1 |
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz | 2021-08-23 | 1 | -1/+1 |
* | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz | 2021-08-22 | 1 | -3/+7 |
* | Fix breakpoint toggle signal not firing when expected | Paulb23 | 2021-08-12 | 1 | -2/+8 |
* | Cleanup and bind remaing methods in TextEdit | Paulb23 | 2021-08-12 | 1 | -0/+8 |
* | Make TextEdit cut, copy and paste overridable | Paulb23 | 2021-08-12 | 1 | -3/+6 |
* | Clean up and complete CodeEdit inspector and docs | Paulb23 | 2021-08-01 | 1 | -1/+1 |
* | Move symbol lookup into CodeEdit | Paulb23 | 2021-08-01 | 1 | -0/+14 |