kit
|
8274e64402
Fix TextEdit breakpoint hover not hiding
|
7 months ago |
Haoyu Qiu
|
504e0656bb
Add TextEdit option to prevent copying without a selection
|
1 year ago |
kit
|
3da4f457d0
Fix LineEdit word mode when there are no words
|
1 year ago |
kit
|
93a81dd7aa
Fix TextEdit caret movement at start of wrapped lines
|
1 year ago |
kit
|
0162683da4
Fix TextEdit crash with multiple carets disabled
|
1 year ago |
kit
|
773a473807
Overhaul multiple caret editing in TextEdit.
|
1 year ago |
Christophe Andral
|
c988bec4b3
Add 'Skip to next (text) occurrence' feature to text editor
|
1 year ago |
Sofox
|
4b82cacc21
Fix so undoing complex operations in TextEdit will restore selections.
|
1 year ago |
Mika Viskari
|
609eb8bc01
Highlight error lines in minimap
|
1 year ago |
Bronson Holden
|
b15dd3e145
Add test justifying change to expected horizontal scroll position
|
1 year ago |
Brian MacIntosh
|
676627e1d1
"Whole Words" search can detect word boundaries inside the search term.
|
1 year ago |
MJacred
|
6170381bd7
Fix TextEdit.get_rect_at_line_column returning negative pos even though cursor is in viewable area of the control
|
2 years ago |
bruvzg
|
5d3fcc5766
[TextServer] Fix system font fallback and caret/selection behavior for composite characters.
|
2 years ago |
Rémi Verschelde
|
faaf27f284
Fix various typos with codespell
|
2 years ago |
bruvzg
|
75e6ec8874
[TextEdit] Expose all auto-wrap modes.
|
2 years ago |
Markus Sauermann
|
a9bf3de08e
Fix InputEvent being used twice
|
2 years ago |
Paulb23
|
60161cbe7d
Fix ctrl+backspace crash with multicarets on the same line
|
2 years ago |
Markus Sauermann
|
ce6c290528
Add Unit Tests for Viewport InputEvent handling
|
2 years ago |
Markus Sauermann
|
1b2ba353dc
Remove `m_object` parameter from unit test Macros
|
2 years ago |
Markus Sauermann
|
39d79ce217
Fix mouse-button-mask on button release in unit test
|
2 years ago |
Rémi Verschelde
|
e52213e2fa
More codespell fixes, do more changes from previous ignore list
|
2 years ago |
Markus Sauermann
|
7de1b1a40d
[unittests] Send Mouse events via DisplayServer instead of push_input
|
2 years ago |
Juan Linietsky
|
2b815df3c1
Use BitField<> in core type masks
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Adam Scott
|
0c64304ba5
Fix error while selecting last empty line
|
2 years ago |
Rémi Verschelde
|
f814e15c7f
Merge pull request #67976 from alfredbaudisch/select-next-occurrence-better-test
|
2 years ago |
Rémi Verschelde
|
f7c611ab71
Style: Misc docs and comment style and language fixes
|
2 years ago |
Rémi Verschelde
|
273410ba5a
Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets
|
2 years ago |
Alfred Reinold Baudisch
|
e46e70f8ee
Improved TextEdit::add_selection_for_next_occurrence test case
|
2 years ago |
Alfred Reinold Baudisch
|
7d15ecc3af
Add Selection and Caret for Next Occurrence of Selection
|
2 years ago |