aXu-AP
|
d188068caa
Fix toggle comment not moving caret
|
2 years ago |
aXu-AP
|
bdfb10fb98
Rework code editor multiline operations
|
2 years ago |
Rémi Verschelde
|
b342dcdf04
Remove some unused signals
|
2 years ago |
Paulb23
|
8cb05a5e53
Fixed removing secondary carets when editing with search open
|
2 years ago |
bruvzg
|
5361ec9f43
Implement BiDi override mode for GDScript source.
|
2 years ago |
Paulb23
|
b9f24f1586
Remove secondary carets when using FindReplaceBar
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Alfred Reinold Baudisch
|
02f7e03a66
Cancels the code complete timer when the caret moves to another line
|
2 years ago |
Rémi Verschelde
|
4bca815d41
Merge pull request #69132 from RumblingTurtle/multiline-move-fix
|
2 years ago |
Eduard Zalyaev
|
c3eec67f06
Script editor: Rewrite multiline move logic. Preserving all carets and their selections intact on alt+up/down shortcut
|
2 years ago |
Rémi Verschelde
|
d4c4a44607
Merge pull request #68759 from MewPurPur/bookmark-fix
|
2 years ago |
Aaron Franke
|
f6714858bf
Rename TextureButton set_*_texture methods to set_texture_*
|
2 years ago |
VolTer
|
135c8cbf98
Fix text selection persisting on bookmark traversal
|
2 years ago |
Christian Cuevas
|
5347c2b10e
Fix "Search" match inconsistencies
|
2 years ago |
Hugo Locurcio
|
11842eb738
Disable code font ligatures by default in the editor
|
2 years ago |
kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 years ago |
Rindbee
|
ff0de4e220
Fix some bugs about search in code editor
|
3 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
3 years ago |
Rémi Verschelde
|
f5903215d0
Merge pull request #61902 from Paulb23/multi-caret
|
3 years ago |
Paulb23
|
0cbe176ce6
Add multi caret support to Editor
|
3 years ago |
kobewi
|
14435ebcee
Split script navigation state and edit state
|
3 years ago |
bruvzg
|
6f4d233062
Fix key mapping changes when moving from macOS to other platform
|
3 years ago |
Micky
|
6dbd283ae5
Rename every instance of `caret_blink_speed` to `caret_blink_interval`
|
3 years ago |
Micky
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
Rémi Verschelde
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
Rémi Verschelde
|
f7f8af232c
Merge pull request #64885 from Mickeon/rename-tooltip-hint
|
3 years ago |
Aaron Record
|
4b817a565c
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
|
3 years ago |
Micky
|
ef5b9a06a9
Rename `hint_tooltip` to `tooltip_text` & setget
|
3 years ago |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 years ago |
Hugo Locurcio
|
ccf088b40b
Allow using numpad for zoom shortcuts in the 2D/code editors
|
3 years ago |