https://bugs.kde.org/show_bug.cgi?id=371018

--- Comment #10 from Sven Brauch <m...@svenbrauch.de> ---
When you change the code, a background process is started with a certain delay,
which updates the code model (highlighting, ...).
_While_ this process is running, the clang-based cpp support cannot generate
completion lists, it has to wait. Before it is started and after it is finished
all is fine. This is an unfortunate limitation of libclang, the old kdevelop
cpp parser didn't have that. Thus, we added this "long" delay as a workaround,
and thus it doesn't help to scale this delay with CPU speed either. I know this
is unfortunate, but I'm not capable of improving the situation in
clang/libclang, and I don't have the time to work into that either. Maybe
Milian has an idea.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to