techee / geany-lsp

LSP plugin for the Geany editor
GNU General Public License v2.0
11 stars 1 forks source link

Autocomplete popup selects wrong item briefly #17

Open techee opened 9 months ago

techee commented 9 months ago

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 commented 2 months ago

Fixed in Scintilla, waiting for Geany Scintilla update.