-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ICU for text search #15858
Merged
Merged
Use ICU for text search #15858
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
462b8d2
Use ICU for text search
lhecker a346a2a
Improve documentation
lhecker dba1629
Spelling fix
lhecker 8146ecd
Fix a bug and x86 woes
lhecker 5ca26aa
More x86 woes, Improve UiaTextRangeBase
lhecker e0fb764
Fix unit tests
lhecker ecc735d
Implement backwards text iteration
lhecker 56c7911
Address feedback
lhecker c731eae
Address feedback
lhecker ca4ec38
Address feedback, Use namespaces
lhecker d53d4bd
Spelling fix
lhecker 1e527c4
Remove selection coloring from Search
lhecker 1fc01d8
Address Dustin's feedback
lhecker 7cccf56
Optimize GetReadableColumnCount
lhecker 362693b
Fix AuditMode failures
lhecker bf419ca
Cache search parameters in Search, Improve UIA search
lhecker 801fc76
Revert unnecessary changes, Fix tests
lhecker 078c7be
Turn internURegularExpression into URegularExpressionInterner
lhecker e7bc823
Fix AuditMode failures
lhecker 2b88b6f
would've is not a word
lhecker f9935f7
Fix MOAR AuditMode failures
lhecker 1117450
SearchTests deserve love too, Leonard
lhecker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI suppress whitespace changes. The conversion to a class barely changed anything.