Revision 626641

Go back to digest for 28th January 2007

Optimization in Development Tools

Jens Dagerbo committed changes in /branches/kdevelop/3.4/parts/quickopen:

Speed up QuickOpen completion:
# only complete after a timeout - this will typically avoid attempting (slow) completion the first few characters
# sort the stored list - sorting only happens once
# make sure to avoid lookup for empty patterns

File Changes

Modified 5 files
  • /branches/kdevelop/3.4/parts/quickopen
  •   /quickopenclassdialog.cpp
  •   /quickopendialog.cpp
  •   /quickopendialog.h
  •   /quickopenfiledialog.cpp
  •   /quickopenfunctiondialog.cpp
5 files changed in total