COMMITS
/ editor/code_editor.cpp October 2, 2023
B
"Whole Words" search can detect word boundaries inside the search term.
Brian MacIntosh committed
July 12, 2023
H
Make indentation indicators translatable
Haoyu Qiu committed
July 5, 2023
S
Fix: ESC (ui_cancel) not closing FindReplaceBar
stmSi committed
July 2, 2023
H
Translate "No match" message in FindReplaceBar
Haoyu Qiu committed
March 12, 2023
B
[TextEdit] Expose all auto-wrap modes.
bruvzg committed
June 8, 2023
R
Merge pull request #75746 from ajreckof/order_autocomplete
Rémi Verschelde committed
June 2, 2023
K
Enable bookmarks gutter
kobewi committed
May 29, 2023
R
Merge pull request #66763 from MewPurPur/remove-bookmark-hiding
Rémi Verschelde committed
May 23, 2023
A
sort code completions with rules
ajreckof committed
May 21, 2023
A
Use defined key mapping for closing popups and dialogs
Arman Elgudzhyan committed
May 1, 2023
P
Move convert_indent into CodeEdit
Paulb23 committed
May 5, 2023
C
Merge pull request #72288 from MewPurPur/use-string-repeat
Clay John committed
January 28, 2023
V
Use String.repeat() in more places
VolTer committed
P
Fixed removing secondary carets when editing with search open
Paulb23 committed
April 24, 2023
R
March 8, 2023
V
Code style improvements to text_edit and related
VolTer committed
April 3, 2023
Y
Merge pull request #75070 from jmb462/74802
Yuri Sizov committed
March 31, 2023
R
Fix off-by-one issue where Go to Line dialog shows the incorrect line
Ron B. Yeh committed
March 18, 2023
J
Fix commenting collapsed function issue
Jean-Michel Bernard committed
February 16, 2023
A
Fix toggle comment not moving caret
aXu-AP committed
February 1, 2023
A
Rework code editor multiline operations
aXu-AP committed
January 23, 2023
R
Remove some unused signals
Rémi Verschelde committed
January 18, 2023
B
Implement BiDi override mode for GDScript source.
bruvzg committed
January 14, 2023
P
Remove secondary carets when using FindReplaceBar
Paulb23 committed
January 5, 2023
R
One Copyright Update to rule them all
Rémi Verschelde committed
December 6, 2022
A
Cancels the code complete timer when the caret moves to another line
Alfred Reinold Baudisch committed
December 5, 2022
R
Merge pull request #69132 from RumblingTurtle/multiline-move-fix
Rémi Verschelde committed
November 28, 2022
R
Merge pull request #68759 from MewPurPur/bookmark-fix
Rémi Verschelde committed
November 7, 2022
A
Rename TextureButton set_*_texture methods to set_texture_*
Aaron Franke committed
November 17, 2022
V
Fix text selection persisting on bookmark traversal
VolTer committed
November 14, 2022
C
Fix "Search" match inconsistencies
Christian Cuevas committed
November 12, 2022
H
Disable code font ligatures by default in the editor
Hugo Locurcio committed
October 2, 2022
V
Remove editor setting for hiding bookmarks
VolTer committed
October 18, 2022
K
Unify usage of GLOBAL/EDITOR_GET
kobewi committed
June 6, 2022
R
Fix some bugs about search in code editor
Rindbee committed
September 29, 2022
October 6, 2022
R
Merge pull request #61902 from Paulb23/multi-caret
Rémi Verschelde committed
June 8, 2022
P
Add multi caret support to Editor
Paulb23 committed
September 23, 2022
K
Split script navigation state and edit state
kobewi committed
September 2, 2022
B
Fix key mapping changes when moving from macOS to other platform
bruvzg committed
August 13, 2022
M
Rename `CanvasItem.update()` to `queue_redraw()`
Micky committed
August 29, 2022
R
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
Rémi Verschelde committed
August 28, 2022
R
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde committed
July 30, 2022
A
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record committed
August 25, 2022
M
Rename `hint_tooltip` to `tooltip_text` & setget
Micky committed
August 5, 2022
K
Replace Array return types with TypedArray
kobewi committed
August 10, 2022
H
Allow using numpad for zoom shortcuts in the 2D/code editors
Hugo Locurcio committed
August 2, 2022
S
Fix guidelines appearance
Stanislav Labzyuk committed