summaryrefslogtreecommitdiffstats
path: root/tests/scene/test_text_edit.h
Commit message (Expand)AuthorAgeFilesLines
* Add TextEdit option to prevent copying without a selectionHaoyu Qiu2024-09-141-0/+48
* Fix LineEdit word mode when there are no wordskit2024-08-241-0/+44
* Fix TextEdit caret movement at start of wrapped lineskit2024-08-161-4/+62
* Fix TextEdit crash with multiple carets disabledkit2024-05-021-0/+5
* Overhaul multiple caret editing in TextEdit.kit2024-04-261-770/+4266
* Add 'Skip to next (text) occurrence' feature to text editorChristophe Andral2024-03-251-0/+147
* Fix so undoing complex operations in TextEdit will restore selections.Sofox2023-12-201-0/+54
* Highlight error lines in minimapMika Viskari2023-12-071-1/+1
* Add test justifying change to expected horizontal scroll positionBronson Holden2023-10-131-1/+2
* "Whole Words" search can detect word boundaries inside the search term.Brian MacIntosh2023-10-021-1/+6
* Fix TextEdit.get_rect_at_line_column returning negative pos even though curso...MJacred2023-09-111-0/+9
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-40/+0
* Fix various typos with codespellRémi Verschelde2023-08-071-2/+2
* [TextEdit] Expose all auto-wrap modes.bruvzg2023-06-131-4/+4
* Fix InputEvent being used twiceMarkus Sauermann2023-05-291-0/+1
* Fix ctrl+backspace crash with multicarets on the same linePaulb232023-02-191-0/+44
* Add Unit Tests for Viewport InputEvent handlingMarkus Sauermann2023-02-091-3/+0
* Remove `m_object` parameter from unit test MacrosMarkus Sauermann2023-02-091-150/+150
* Fix mouse-button-mask on button release in unit testMarkus Sauermann2023-02-081-1/+1
* More codespell fixes, do more changes from previous ignore listRémi Verschelde2023-02-011-7/+7
* [unittests] Send Mouse events via DisplayServer instead of push_inputMarkus Sauermann2023-01-291-0/+1
* Use BitField<> in core type masksJuan Linietsky2023-01-081-29/+29
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix error while selecting last empty lineAdam Scott2022-11-231-2/+2
* Merge pull request #67976 from alfredbaudisch/select-next-occurrence-better-testRémi Verschelde2022-11-061-3/+31
|\
| * Improved TextEdit::add_selection_for_next_occurrence test caseAlfred Reinold Baudisch2022-10-281-3/+31
* | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-2/+2
* | Merge pull request #67139 from PucklaMotzer09/insert_caret_at_caretsRémi Verschelde2022-10-311-1/+38
|\ \ | |/ |/|
| * Add Caret Insert Below and Above shortcuts to TextEditPucklaMotzer092022-10-181-1/+38
* | Add Selection and Caret for Next Occurrence of SelectionAlfred Reinold Baudisch2022-10-211-0/+40
* | Fix undo redo not adjusting TextEdit viewport to caretPaulb232022-10-161-0/+26
|/
* Fix select word under caret using caret col instead of linePaulb232022-10-111-23/+67
* Merge pull request #67145 from Paulb23/tab_texteditRémi Verschelde2022-10-101-0/+12
|\
| * Handle tab in TextEditPaulb232022-10-091-0/+12
* | Don't allow removing TextEdit's main caretHaoyu Qiu2022-10-101-0/+5
|/
* Add mutliple Caret support to TextEditPaulb232022-10-051-201/+767
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-12/+12
* Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky2022-09-061-6/+6
* Fix TextEdit::gutters_width (total gutter width) when adding & removing a gut...Tim Fronsee2022-08-311-6/+12
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-8/+8
* Fix TextEdit test dependency on SceneTree's initial process time > 0Marcel Admiraal2022-07-171-2/+2
* Fix typos with codespellRémi Verschelde2022-05-231-4/+4
* Fix backspace when selection reaches left edgePaweł Fertyk2022-05-091-170/+191
* Add inital TextEdit UnitTestsPaulb232022-04-221-0/+3507