Revision 739607

Go back to digest for 25th November 2007

Optimization in Development Tools

David Nolden committed changes in /trunk/KDE/kdevelop/languages/cpp:

Submit all completion-items computed in the background thread within one big batch. This reduces flickering in the completion-widget, and should save a significant amount of processing-time(repeated sorting, best-match computing, etc.)

File Changes

Modified 4 files
  • /trunk/KDE/kdevelop/languages/cpp
  •   /cppcodecompletionmodel.cpp
  •   /cppcodecompletionmodel.h
  •   /cppcodecompletionworker.cpp
  •   /cppcodecompletionworker.h
4 files changed in total