You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
Code of Conduct
The text was updated successfully, but these errors were encountered: