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
*
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
*
Fix regressions from Font refactor
bruvzg
2022-07-08
1
-1
/
+0
*
Fix regressions from Font refactor
bruvzg
2022-07-07
1
-56
/
+52
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-15
/
+30
*
Add an option to drag'n'drop selected text in TextEdit
ConteZero
2022-06-26
1
-0
/
+1
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-4
/
+0
*
Indicate code editor search match number
Oğuzhan Eroğlu
2022-04-27
1
-22
/
+76
*
Add GDExtension support to Script
reduz
2022-03-27
1
-13
/
+13
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-6
/
+0
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-42
/
+47
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-4
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+2
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-18
/
+18
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-18
/
+18
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-2
/
+2
*
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...
Gilles Roudière
2022-02-03
1
-2
/
+2
*
Fix theming update of shader editor
Yuri Roubinsky
2022-01-25
1
-15
/
+18
*
Rename request_code_completion signal
kobewi
2022-01-22
1
-1
/
+1
*
Prevent error emitting when clicking on error in code text editor
Yuri Roubinsky
2022-01-05
1
-1
/
+3
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-2
/
+2
*
Fixup last commit, change misleading CodeEditor for consistency
Rémi Verschelde
2021-12-09
1
-3
/
+3
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-3
/
+3
[next]