Revision 735689
Go back to digest for 18th November 2007Features in Development Tools
Hamish Rodda committed changes in /trunk/KDE/kdevelop/languages/cpp:
Cool Feature Of The Day(TM)
Move calculation of code completions into a separate thread, thus not blocking the ui (as much) when it is invoked.
To me, this makes automatic code completion invocation more bearable, but still not ready for daily use.
Note: you need an up-to-date katepart in order to see completions now, due to the bugs I fixed in katepart today.
File Changes
Added 2 files
- /trunk/KDE/kdevelop/languages/cpp
- /cppcodecompletionworker.cpp
- /cppcodecompletionworker.h
Modified 3 files
- /trunk/KDE/kdevelop/languages/cpp
- /CMakeLists.txt
- /cppcodecompletionmodel.cpp
- /cppcodecompletionmodel.h
5 files changed in total