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

Autocomplete popup selects wrong item briefly #17

Open
techee opened this issue Nov 12, 2023 · 1 comment
Open

Autocomplete popup selects wrong item briefly #17

techee opened this issue Nov 12, 2023 · 1 comment

Comments

@techee
Copy link
Owner

techee commented Nov 12, 2023

Right now, Scintilla attempts to make the selection based on alphabetic sorting but we have autocompletion items sorted by some internal logic of the LSP server. While the plugin tries to select the first item in this list, the wrong item gets selected by Scintilla first which leads to some flickering:

https://sourceforge.net/p/scintilla/bugs/2403/

Try to submit some patch to Scintilla to fix this problem.

@techee
Copy link
Owner Author

techee commented May 21, 2024

Fixed in Scintilla, waiting for Geany Scintilla update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant