Files
UnrealEngineUWP/Engine/Source/Runtime/Slate
jack cai 5eb5610824 SlateEditableTextLayout: Minor bug fixes + Improvements to:
+Fixed a bug where AdvanceSearch would stop advancing if there are multiple matches in a single line and only in that line.
+Fixed a bug where AdvanceSearch would stop advancing if there is a match at the end of the line
+Fixed a bug where selected text would be deleted when an invalid char is entered. The new behavior ensures that invalid char are treated as nop
+Improved scrolling behavior when advancing search, it now attempts to show as much of the matched text in the view as possible, while keeping the cursor in the view as well
+Added APIs to query search results
+Added API to query text selection


#jira none
#rb Jamie.Dale
#preflight skip

[CL 19159467 by jack cai in ue5-main branch]
2022-02-25 17:54:49 -05:00
..