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
/
tests
/
scene
/
test_text_edit.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TextEdit option to prevent copying without a selection
Haoyu Qiu
2024-09-14
1
-0
/
+48
*
Fix LineEdit word mode when there are no words
kit
2024-08-24
1
-0
/
+44
*
Fix TextEdit caret movement at start of wrapped lines
kit
2024-08-16
1
-4
/
+62
*
Fix TextEdit crash with multiple carets disabled
kit
2024-05-02
1
-0
/
+5
*
Overhaul multiple caret editing in TextEdit.
kit
2024-04-26
1
-770
/
+4266
*
Add 'Skip to next (text) occurrence' feature to text editor
Christophe Andral
2024-03-25
1
-0
/
+147
*
Fix so undoing complex operations in TextEdit will restore selections.
Sofox
2023-12-20
1
-0
/
+54
*
Highlight error lines in minimap
Mika Viskari
2023-12-07
1
-1
/
+1
*
Add test justifying change to expected horizontal scroll position
Bronson Holden
2023-10-13
1
-1
/
+2
*
"Whole Words" search can detect word boundaries inside the search term.
Brian MacIntosh
2023-10-02
1
-1
/
+6
*
Fix TextEdit.get_rect_at_line_column returning negative pos even though curso...
MJacred
2023-09-11
1
-0
/
+9
*
[TextServer] Fix system font fallback and caret/selection behavior for compos...
bruvzg
2023-08-15
1
-40
/
+0
*
Fix various typos with codespell
Rémi Verschelde
2023-08-07
1
-2
/
+2
*
[TextEdit] Expose all auto-wrap modes.
bruvzg
2023-06-13
1
-4
/
+4
*
Fix InputEvent being used twice
Markus Sauermann
2023-05-29
1
-0
/
+1
*
Fix ctrl+backspace crash with multicarets on the same line
Paulb23
2023-02-19
1
-0
/
+44
*
Add Unit Tests for Viewport InputEvent handling
Markus Sauermann
2023-02-09
1
-3
/
+0
*
Remove `m_object` parameter from unit test Macros
Markus Sauermann
2023-02-09
1
-150
/
+150
*
Fix mouse-button-mask on button release in unit test
Markus Sauermann
2023-02-08
1
-1
/
+1
*
More codespell fixes, do more changes from previous ignore list
Rémi Verschelde
2023-02-01
1
-7
/
+7
*
[unittests] Send Mouse events via DisplayServer instead of push_input
Markus Sauermann
2023-01-29
1
-0
/
+1
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-29
/
+29
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix error while selecting last empty line
Adam Scott
2022-11-23
1
-2
/
+2
*
Merge pull request #67976 from alfredbaudisch/select-next-occurrence-better-test
Rémi Verschelde
2022-11-06
1
-3
/
+31
|
\
|
*
Improved TextEdit::add_selection_for_next_occurrence test case
Alfred Reinold Baudisch
2022-10-28
1
-3
/
+31
*
|
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-2
/
+2
*
|
Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets
Rémi Verschelde
2022-10-31
1
-1
/
+38
|
\
\
|
|
/
|
/
|
|
*
Add Caret Insert Below and Above shortcuts to TextEdit
PucklaMotzer09
2022-10-18
1
-1
/
+38
*
|
Add Selection and Caret for Next Occurrence of Selection
Alfred Reinold Baudisch
2022-10-21
1
-0
/
+40
*
|
Fix undo redo not adjusting TextEdit viewport to caret
Paulb23
2022-10-16
1
-0
/
+26
|
/
*
Fix select word under caret using caret col instead of line
Paulb23
2022-10-11
1
-23
/
+67
*
Merge pull request #67145 from Paulb23/tab_textedit
Rémi Verschelde
2022-10-10
1
-0
/
+12
|
\
|
*
Handle tab in TextEdit
Paulb23
2022-10-09
1
-0
/
+12
*
|
Don't allow removing TextEdit's main caret
Haoyu Qiu
2022-10-10
1
-0
/
+5
|
/
*
Add mutliple Caret support to TextEdit
Paulb23
2022-10-05
1
-201
/
+767
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-12
/
+12
*
Rename every instance of `caret_blink_speed` to `caret_blink_interval`
Micky
2022-09-06
1
-6
/
+6
*
Fix TextEdit::gutters_width (total gutter width) when adding & removing a gut...
Tim Fronsee
2022-08-31
1
-6
/
+12
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-8
/
+8
*
Fix TextEdit test dependency on SceneTree's initial process time > 0
Marcel Admiraal
2022-07-17
1
-2
/
+2
*
Fix typos with codespell
Rémi Verschelde
2022-05-23
1
-4
/
+4
*
Fix backspace when selection reaches left edge
Paweł Fertyk
2022-05-09
1
-170
/
+191
*
Add inital TextEdit UnitTests
Paulb23
2022-04-22
1
-0
/
+3507