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
/
scene
/
gui
/
code_edit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-4
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-5
/
+5
*
Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...
bruvzg
2022-05-13
1
-0
/
+5
*
Add a new HashMap implementation
reduz
2022-05-12
1
-1
/
+3
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-2
/
+2
*
fix lines ending in comments causing auto indent
Nathan Franke
2022-04-28
1
-1
/
+2
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-1
/
+1
*
Fix inspector group name capitalization
FireForge
2022-03-28
1
-1
/
+1
*
Add GDExtension support to Script
reduz
2022-03-27
1
-15
/
+15
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-0
/
+1
*
Add sub-pixel glyph positioning support.
bruvzg
2022-02-12
1
-1
/
+1
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-17
/
+9
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
With auto_brace_complete enabled, selected text now gets wrapped by braces
Igor Kordiukiewicz
2022-01-30
1
-15
/
+28
*
Merge pull request #57281 from Rubonnek/rename-subsequence
Rémi Verschelde
2022-01-27
1
-1
/
+1
|
\
|
*
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
*
|
Fix selection being deleted and indentation not being accounted for
Preslavb
2022-01-23
1
-1
/
+5
|
/
*
Rename request_code_completion signal
kobewi
2022-01-22
1
-4
/
+4
*
Convert TextEdit callbacks to Callable
Paulb23
2022-01-19
1
-9
/
+3
*
Fix CodeEdit guidelines position.
bruvzg
2022-01-14
1
-1
/
+1
*
Merge pull request #55851 from Chaosus/better-completion-options-list_rebased
Rémi Verschelde
2022-01-06
1
-13
/
+90
|
\
|
*
Fix highlight for completion options match (rebased)
Yuri Roubinsky
2021-12-12
1
-13
/
+90
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Fix various typos
luz paz
2022-01-02
1
-1
/
+1
|
/
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-5
/
+5
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-3
/
+3
*
Merge pull request #55227 from ator-dev/fix-code-folding
Rémi Verschelde
2021-11-25
1
-22
/
+5
|
\
|
*
Fix code folding when end of block is unindented delimiter
ator-dev
2021-11-24
1
-22
/
+5
*
|
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-3
/
+3
|
/
*
Fix TextEdit mouse interactions when the last line is hidden
Paulb23
2021-11-17
1
-7
/
+13
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-9
/
+9
*
Ignore empty Font resources as theme override.
bruvzg
2021-10-25
1
-1
/
+1
*
Fix crash when executing CodeEdit._main_gutter_draw_callback
Haoyu Qiu
2021-10-18
1
-3
/
+3
*
Merge pull request #53476 from Paulb23/breakpoint-move-up-fix
Rémi Verschelde
2021-10-06
1
-3
/
+4
|
\
|
*
Fix breakpointed_lines out of sync when removing lines above
Paulb23
2021-10-06
1
-3
/
+4
*
|
Fix the "END" key behaving like "PAGE_DOWN" in code completion.
Eric M
2021-10-06
1
-1
/
+1
|
/
*
Fix deleting selection at the first line do not work with backspace
Jean-Michel Bernard
2021-10-01
1
-5
/
+5
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-8
/
+8
*
Improved breakpoint gutter for CodeEdit.
Eric M
2021-09-30
1
-6
/
+13
*
Fix incorrect offsets of tooltip content in `CodeEdit`
Yuri Roubinsky
2021-09-24
1
-3
/
+3
*
Construct values only when necessary.
Anilforextra
2021-09-23
1
-2
/
+2
*
Change completion prefixes to single char and unnecessary ui_cancel accept_event
Paulb23
2021-09-20
1
-10
/
+13
*
Merge pull request #52583 from e8newallm/52360
Rémi Verschelde
2021-09-14
1
-1
/
+3
|
\
|
*
Removed updates that caused unnecessary window updates
Matthew Newall
2021-09-13
1
-1
/
+3
*
|
Merge pull request #52443 from Paulb23/code-edit-indext-fixes
Rémi Verschelde
2021-09-13
1
-3
/
+3
|
\
\
|
*
|
Fix brace placement with space auto indent
Paulb23
2021-09-06
1
-3
/
+3
*
|
|
Merge pull request #52346 from Paulb23/string-tracking-fixes
Rémi Verschelde
2021-09-13
1
-4
/
+13
|
\
\
\
|
*
|
|
Fix getting deliminator start over empty lines and blank start keys
Paulb23
2021-09-02
1
-4
/
+13
|
|
/
/
*
|
/
Fix block deliminator not-folding at end of file
Paulb23
2021-09-09
1
-1
/
+6
|
|
/
|
/
|
*
|
Merge pull request #52339 from jmb462/fix-fold-function-with-comment-fail
Max Hilbrunner
2021-09-07
1
-4
/
+18
|
\
\
[next]