Almost always when the completion popup windows shows up, after a short timeout (~0.5 seconds) it got resized to the same small size. Reproducible: Sometimes Steps to Reproduce: 1. Invoke completion 2. Wait a bit Actual Results: The completion popup is unusable because it is too small. Expected Results: The window has usable size Qt 5.5.1
Created attachment 95907 [details] screenshot of the problem
What version of Kate/KTextEditor are you running? Can you try to update that? Afaik I fixed some bugs of that form there recently.
Kate and KTextEditor are also from Git master, updated 2 hours ago and the problem is present.
I cannot reproduce this easily. Can you wrap up a small test project/file which triggers this behavior and explicitly document the steps you undertake (i.e. where you place the cursor, whether you trigger code completion via ctrl + space, ...).
Milan, I observe this in any project and any source file with completion triggered automatically or manually via ctrl+space. Therefore I conclude that the problem is not related to a particular file set. Am I right? If so, perhaps you can point me, please, to the code which controls the size of the popup and I will try to debug it?
From the first look, branch 5.0 is free from the problem
Odd, afaik this should if at all be fixed in ktexteditor, not kdevelop. anyhow, I just merged 5.0 into master - is master still broken?
Yes, master still has this bug, 5.0 is OK. Switched from git master to version 5.16 of KF5 and all the symptoms are the same with 5.16.
Created attachment 96985 [details] illustration for branch 5.0 Encountered almost the same problem in version 4.90.91 using: KDE Frameworks 5.18.0 Qt 5.5.1 (built against 5.5.1)
This seems to be not the case with the master branch anymore.
Thanks for the feedback! Assuming this got fixed in the meanwhile.