AndroidIDE
AndroidIDE copied to clipboard
[Bug]: Incorrect highlights of matches in "Search results"
What happened?
When search matches are too close to each other, the highlights in "Search results" logs are incorrect
As an example, add this class to a blank project. class MyClass { public MyClass() { int iii = 0; int iii1 = 1; int iii2 = 2; int iii3 = 3; int iii4 = 4; int iii5 = 5; } }
Do a "Find in project" for "iii" and observe the highlights of the results.
What's the expected behavior?
Matched results should be highlighted correctly.
What version of AndroidIDE you're using?
v2.5.2 (debug builds)
Relevant log output
No response
Duplicate issues
- [X] This issue has not been reported yet.
Code of Conduct
- [X] I agree to follow this project's Code of Conduct