Revision 8fc6b53...

Go back to digest for 25th March 2012

Optimization in Development Tools

Milian Wolff committed changes in [kdevplatform] language/backgroundparser/parseprojectjob.cpp:

prevent UI-lockup when opening huge projects

when adding e.g. the ~180k files in WebKit, our UI used to hang
on my machine for more than a second which felt bad.

now we process events after adding one thousand files to the
background parser, and the UI stays responsive during that - neat

File Changes

Modified 1 files
  • language/backgroundparser/parseprojectjob.cpp
1 files changed in total