index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
code_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Translate "No match" message in FindReplaceBar
Haoyu Qiu
2023-07-02
1
-1
/
+1
*
[TextEdit] Expose all auto-wrap modes.
bruvzg
2023-06-13
1
-0
/
+1
*
Merge pull request #75746 from ajreckof/order_autocomplete
Rémi Verschelde
2023-06-08
1
-1
/
+1
|
\
|
*
sort code completions with rules
ajreckof
2023-05-23
1
-1
/
+1
*
|
Enable bookmarks gutter
kobewi
2023-06-02
1
-0
/
+1
*
|
Merge pull request #66763 from MewPurPur/remove-bookmark-hiding
Rémi Verschelde
2023-05-29
1
-1
/
+0
|
\
\
|
*
|
Remove editor setting for hiding bookmarks
VolTer
2022-11-02
1
-1
/
+0
*
|
|
Use defined key mapping for closing popups and dialogs
Arman Elgudzhyan
2023-05-20
1
-16
/
+4
|
|
/
|
/
|
*
|
Move convert_indent into CodeEdit
Paulb23
2023-05-07
1
-105
/
+3
*
|
Merge pull request #72288 from MewPurPur/use-string-repeat
Clay John
2023-05-05
1
-5
/
+1
|
\
\
|
*
|
Use String.repeat() in more places
VolTer
2023-05-01
1
-5
/
+1
*
|
|
Fix `line_spacing` in code editor will not take effect immediately on change
Rindbee
2023-04-24
1
-0
/
+1
*
|
|
Code style improvements to text_edit and related
VolTer
2023-04-08
1
-27
/
+28
*
|
|
Merge pull request #75070 from jmb462/74802
Yuri Sizov
2023-04-03
1
-1
/
+7
|
\
\
\
|
*
|
|
Fix commenting collapsed function issue
Jean-Michel Bernard
2023-03-25
1
-1
/
+7
*
|
|
|
Fix off-by-one issue where Go to Line dialog shows the incorrect line
Ron B. Yeh
2023-03-30
1
-8
/
+11
|
/
/
/
*
|
|
Fix toggle comment not moving caret
aXu-AP
2023-02-16
1
-2
/
+3
*
|
|
Rework code editor multiline operations
aXu-AP
2023-02-12
1
-154
/
+135
*
|
|
Remove some unused signals
Rémi Verschelde
2023-01-31
1
-1
/
+0
*
|
|
Fixed removing secondary carets when editing with search open
Paulb23
2023-01-28
1
-1
/
+3
|
/
/
*
|
Implement BiDi override mode for GDScript source.
bruvzg
2023-01-18
1
-0
/
+1
*
|
Remove secondary carets when using FindReplaceBar
Paulb23
2023-01-14
1
-0
/
+3
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Cancels the code complete timer when the caret moves to another line
Alfred Reinold Baudisch
2022-12-06
1
-0
/
+5
*
|
Merge pull request #69132 from RumblingTurtle/multiline-move-fix
Rémi Verschelde
2022-12-05
1
-126
/
+137
|
\
\
|
*
|
Script editor: Rewrite multiline move logic. Preserving all carets and their ...
Eduard Zalyaev
2022-12-05
1
-126
/
+137
*
|
|
Merge pull request #68759 from MewPurPur/bookmark-fix
Rémi Verschelde
2022-11-28
1
-30
/
+12
|
\
\
\
|
*
|
|
Fix text selection persisting on bookmark traversal
VolTer
2022-11-17
1
-30
/
+12
*
|
|
|
Rename TextureButton set_*_texture methods to set_texture_*
Aaron Franke
2022-11-19
1
-4
/
+4
|
|
/
/
|
/
|
|
*
|
|
Fix "Search" match inconsistencies
Christian Cuevas
2022-11-16
1
-3
/
+5
|
/
/
*
/
Disable code font ligatures by default in the editor
Hugo Locurcio
2022-11-12
1
-2
/
+2
|
/
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-35
/
+35
*
Fix some bugs about search in code editor
Rindbee
2022-10-11
1
-44
/
+53
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-9
/
+9
*
Merge pull request #61902 from Paulb23/multi-caret
Rémi Verschelde
2022-10-06
1
-239
/
+429
|
\
|
*
Add multi caret support to Editor
Paulb23
2022-10-05
1
-240
/
+430
*
|
Split script navigation state and edit state
kobewi
2022-09-25
1
-14
/
+23
|
/
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-4
/
+4
*
Rename every instance of `caret_blink_speed` to `caret_blink_interval`
Micky
2022-09-06
1
-1
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-8
/
+8
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+4
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-4
/
+4
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-4
/
+4
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-4
/
+0
|
/
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-2
/
+2
*
Allow using numpad for zoom shortcuts in the 2D/code editors
Hugo Locurcio
2022-08-10
1
-1
/
+2
*
Fix guidelines appearance
Stanislav Labzyuk
2022-08-02
1
-0
/
+2
*
Fix script editor zoom shortcuts not marking events as accepted.
bruvzg
2022-07-25
1
-0
/
+3
*
Adding shader preprocessor support
Yuri Roubinsky
2022-07-22
1
-0
/
+4
*
Fix negative search result match
Andreas Raddau
2022-07-12
1
-1
/
+1
[next]