AndroidIDE icon indicating copy to clipboard operation
AndroidIDE copied to clipboard

[Bug]: Incorrect highlights of matches in "Search results"

Open gituser1000000 opened this issue 2 years ago • 0 comments

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

gituser1000000 avatar Sep 01 '23 20:09 gituser1000000