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
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-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