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
/
text_edit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #94848 from kitbdev/fix-placeholder-fit-content
Rémi Verschelde
2024-07-29
1
-4
/
+8
|
\
|
*
Fix TextEdit placeholder fit content height
kit
2024-07-27
1
-4
/
+8
*
|
Fix TextEdit scroll properties editor hint suffix
kit
2024-07-26
1
-2
/
+2
|
/
*
Merge pull request #94439 from kitbdev/fix-reopen-hscroll
Rémi Verschelde
2024-07-23
1
-0
/
+5
|
\
|
*
Fix ScriptEditor scrolling horizontally on reopen
kit
2024-07-16
1
-0
/
+5
*
|
Fix potential null access in `TextEdit`
A Thousand Ships
2024-07-17
1
-1
/
+1
|
/
*
Fix dropping on selection in script editor
kit
2024-07-04
1
-14
/
+16
*
add missing punctuation to the default list
Volkan Gezer
2024-06-27
1
-1
/
+1
*
Merge pull request #92514 from /addWordSeparators
Rémi Verschelde
2024-06-25
1
-0
/
+105
|
\
|
*
enable custom separators to treat different characters as words
Volkan Gezer
2024-06-24
1
-0
/
+105
*
|
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-3
/
+3
*
|
Don't error when undo stack is empty
kit
2024-06-11
1
-1
/
+3
*
|
Merge pull request #92271 from kitbdev/fix-max-line-size
Rémi Verschelde
2024-06-07
1
-0
/
+3
|
\
\
|
*
|
Fix TextEdit HScroll hiding after wrapping
kit
2024-05-27
1
-0
/
+3
*
|
|
Merge pull request #91390 from kitbdev/add-selection-unhide-carets
Rémi Verschelde
2024-06-07
1
-4
/
+6
|
\
\
\
|
*
|
|
Unhide carets in add selection for occurrence
kit
2024-05-27
1
-4
/
+6
|
|
/
/
*
|
|
Fix IME activation in subviewports.
bruvzg
2024-06-04
1
-6
/
+8
*
|
|
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-3
/
+3
*
|
|
Fix minimap error when moving to the top
kit
2024-05-30
1
-8
/
+2
*
|
|
[TextEdit] Use style margins for selection in read-only mode.
bruvzg
2024-05-29
1
-2
/
+9
|
|
/
|
/
|
*
|
Remove duplicate if/else code in TextEdit::_notification
aaronp64
2024-05-25
1
-17
/
+6
|
/
*
Fix TextEdit minimap tab drawing and click check
kit
2024-05-08
1
-50
/
+55
*
Fix TextEdit crash with multiple carets disabled
kit
2024-05-02
1
-3
/
+16
*
Overhaul multiple caret editing in TextEdit.
kit
2024-04-26
1
-662
/
+774
*
Overhaul TextEdit selection.
kit
2024-04-26
1
-448
/
+602
*
Don't use vscroll when fit to content height in TextEdit
kit
2024-04-25
1
-1
/
+1
*
Use TextEdit caret color for minimap highlight
Christian Kaiser
2024-04-25
1
-5
/
+4
*
Rename internal is_ascii_char to is_ascii_alphabet_char
Aaron Franke
2024-04-20
1
-1
/
+1
*
Fix caret last fit when moving to line end
kit
2024-04-09
1
-2
/
+0
*
Make `TextEdit.clip_contents` more transparent to users
Markus Sauermann
2024-03-28
1
-1
/
+1
*
Merge pull request #89625 from kitbdev/not-the-end-of-the-line
Rémi Verschelde
2024-03-26
1
-2
/
+2
|
\
|
*
Fix TextEdit selection end of line drawing
kit
2024-03-18
1
-2
/
+2
*
|
Add 'Skip to next (text) occurrence' feature to text editor
Christophe Andral
2024-03-25
1
-1
/
+55
|
/
*
Fixes for undo in text editor grouping unrelated actions
Sofox
2024-03-05
1
-39
/
+18
*
Merge pull request #88546 from bruvzg/indent_wrap
Rémi Verschelde
2024-03-05
1
-8
/
+61
|
\
|
*
[TextEdit] Add support for optional wrapped line indentation.
bruvzg
2024-02-26
1
-8
/
+61
*
|
Add option to add built-in strings in the POT generation
Michael Alexsander
2024-02-28
1
-31
/
+31
|
/
*
Remove word duplicates in comments and strings, and fix casing and punctuation
Robert Yevdokimov
2024-02-23
1
-3
/
+3
*
Add methods to add submenus without using names
kobewi
2024-02-22
1
-6
/
+2
*
Merge pull request #87479 from kitbdev/apply-ime
Rémi Verschelde
2024-02-13
1
-55
/
+81
|
\
|
*
Apply TextEdit IME on most actions
kit
2024-01-29
1
-55
/
+81
*
|
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
|
Fix freeze in TextEdit with scroll_past_end_of_file and fit_content_height
kit
2024-02-02
1
-1
/
+1
|
/
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-21
/
+10
*
Merge pull request #72341 from aXu-AP/text_edit_carriage_return_selection
Rémi Verschelde
2024-01-04
1
-14
/
+15
|
\
|
*
Show selected end of line in TextEdit
aXu-AP
2023-10-30
1
-14
/
+15
*
|
Fix so undoing complex operations in TextEdit will restore selections.
Sofox
2023-12-20
1
-2
/
+10
*
|
Remove unnecessary assignments
Wilson E. Alvarez
2023-12-13
1
-2
/
+1
*
|
Highlight error lines in minimap
Mika Viskari
2023-12-07
1
-1
/
+8
|
/
*
Translate TextEdit placeholder
Haoyu Qiu
2023-10-25
1
-3
/
+5
[next]