index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
scene
/
test_text_edit.h
Age
Commit message (
Expand
)
Author
2023-02-19
Fix ctrl+backspace crash with multicarets on the same line
Paulb23
2023-02-09
Add Unit Tests for Viewport InputEvent handling
Markus Sauermann
2023-02-09
Remove `m_object` parameter from unit test Macros
Markus Sauermann
2023-02-08
Fix mouse-button-mask on button release in unit test
Markus Sauermann
2023-02-01
More codespell fixes, do more changes from previous ignore list
Rémi Verschelde
2023-01-29
[unittests] Send Mouse events via DisplayServer instead of push_input
Markus Sauermann
2023-01-08
Use BitField<> in core type masks
Juan Linietsky
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-23
Fix error while selecting last empty line
Adam Scott
2022-11-06
Merge pull request #67976 from alfredbaudisch/select-next-occurrence-better-test
Rémi Verschelde
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-10-31
Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets
Rémi Verschelde
2022-10-28
Improved TextEdit::add_selection_for_next_occurrence test case
Alfred Reinold Baudisch
2022-10-21
Add Selection and Caret for Next Occurrence of Selection
Alfred Reinold Baudisch
2022-10-18
Add Caret Insert Below and Above shortcuts to TextEdit
PucklaMotzer09
2022-10-16
Fix undo redo not adjusting TextEdit viewport to caret
Paulb23
2022-10-11
Fix select word under caret using caret col instead of line
Paulb23
2022-10-10
Merge pull request #67145 from Paulb23/tab_textedit
Rémi Verschelde
2022-10-10
Don't allow removing TextEdit's main caret
Haoyu Qiu
2022-10-09
Handle tab in TextEdit
Paulb23
2022-10-05
Add mutliple Caret support to TextEdit
Paulb23
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-06
Rename every instance of `caret_blink_speed` to `caret_blink_interval`
Micky
2022-08-31
Fix TextEdit::gutters_width (total gutter width) when adding & removing a gut...
Tim Fronsee
2022-07-21
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-17
Fix TextEdit test dependency on SceneTree's initial process time > 0
Marcel Admiraal
2022-05-23
Fix typos with codespell
Rémi Verschelde
2022-05-09
Fix backspace when selection reaches left edge
Paweł Fertyk
2022-04-22
Add inital TextEdit UnitTests
Paulb23