summaryrefslogtreecommitdiff
path: root/tests/scene/test_text_edit.h
AgeCommit message (Expand)Author
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-31Merge pull request #67139 from PucklaMotzer09/insert_caret_at_caretsRémi Verschelde
2022-10-21Add Selection and Caret for Next Occurrence of SelectionAlfred Reinold Baudisch
2022-10-18Add Caret Insert Below and Above shortcuts to TextEditPucklaMotzer09
2022-10-16Fix undo redo not adjusting TextEdit viewport to caretPaulb23
2022-10-11Fix select word under caret using caret col instead of linePaulb23
2022-10-10Merge pull request #67145 from Paulb23/tab_texteditRémi Verschelde
2022-10-10Don't allow removing TextEdit's main caretHaoyu Qiu
2022-10-09Handle tab in TextEditPaulb23
2022-10-05Add mutliple Caret support to TextEditPaulb23
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-06Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky
2022-08-31Fix TextEdit::gutters_width (total gutter width) when adding & removing a gut...Tim Fronsee
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-17Fix TextEdit test dependency on SceneTree's initial process time > 0Marcel Admiraal
2022-05-23Fix typos with codespellRémi Verschelde
2022-05-09Fix backspace when selection reaches left edgePaweł Fertyk
2022-04-22Add inital TextEdit UnitTestsPaulb23