b4n left a comment (geany/geany#4278) I don't think the completion behavior is an issue either. It's likely both rare, and it would not really make sense to complete a different prefix with the same suffix, as the completion is selected from the initial suffix. A possibly better behavior could be taking all prefixes into account when getting the potential completions and either only show a completion in all prefixes are the same, or if the same suffix exist for all prefixes (but then, what about completion "type" (the icon), and how to even show this in the completion UI?).
Anyway, I think it's better than the previous behavior, so anything more complex can be though about later if really wanted (which I doubt) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4278#issuecomment-2746484823 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4278/c2746484...@github.com>