Skip to content
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

Fix autocomplete may show empty list #11460

Closed
wants to merge 1 commit into from

Conversation

mpheath
Copy link
Contributor

@mpheath mpheath commented Apr 1, 2022

Fixes #9433

This seems to be the same issue reported recently to the community forum Flashing Box Whilst Typing. So, the issue still remains in Notepad++ v8.3.3.

The autocomplete is being being called even if wordArray is zero in size. A better option would be to check the size of wordArray and return false early, instead of calling the autocomplete unnecessarily, which can cause this issue.

@donho donho self-assigned this Apr 4, 2022
@donho donho added the accepted label Apr 5, 2022
@donho donho closed this in ee28051 Apr 5, 2022
@mpheath mpheath deleted the issue9433 branch April 6, 2022 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete makes notepad++ unable to keep up with typing.
2 participants