You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
+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]