Version: (using KDE KDE 3.2.2) Installed from: Compiled From Sources Compiler: gcc-3.4 OS: Linux This is related to wish #82615, but not quite the same. Do not report all errors that occur, but up to user defined maximum (especially with abort-on-first-error enabled). Why I ask for this: it's not possible to interrupt the build process within one unit/file. Due to a missing boost-include file, I got up 1.875 (!) lines of error messages - and it took nearly 30 seconds to list them all in the outputview (kdevelop is almost locked then). It's far enough to show the first X errors, let the user know that there were even more and redirect the remaining lines to /dev/null.
This is a wontfix because we can't easily interrupt and change the output channel of a process while its already running. Instead of that it would be better to actually fix the slowness.