Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

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

Open
2 tasks done
gituser1000000 opened this issue Sep 1, 2023 · 0 comments
Open
2 tasks done

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

gituser1000000 opened this issue Sep 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@gituser1000000
Copy link

gituser1000000 commented Sep 1, 2023

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

  • This issue has not been reported yet.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@gituser1000000 gituser1000000 added the bug Something isn't working label Sep 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant